• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

Creating an AS400-Object

 
Ranch Hand
Posts: 18944
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hello,
I am an experienced VBA-Programmer and I where instructed, to
work with Java-Toolbox for AS400. I don't know, how to create
an as400-Object visually. I tryed to to that only in source-code,
but the compiler didn't like the command:
AS400 myas400 = new AS400();
Now I am looking for a method, to solve the problem into the
visually environment. I selected the bean "As400" from
AS400 Toolbox and connected it with the clickbutton, but
no result !
I would be very glad, If anybody helped me !
Sincerely
Axel Goede

 
"The Hood"
Posts: 8521
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
What toolbox. And where is doco on AS400?
 
Ranch Hand
Posts: 108
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Here's the doc: IBM Toolbox for Java. Read the tutorials, examples.
Also check out the Troubleshooting section of the Toolbox homepage. It answers questions like "Why can't I connect to an iSeries or AS/400 system?"
Good luck!

[This message has been edited by Manku Thimma (edited July 26, 2001).]
 
Ranch Hand
Posts: 776
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
LOL - Only IBM can create AS400 objects ......
Guy
 
reply
    Bookmark Topic Watch Topic
  • New Topic