Computer Problems? Computing.Net has over 1,000,000 posts about all things technology related! Over 90% answered within 24 hours! Click here to start participating now! Also, be sure to check out the New User Guide.
VB on IBM i-series
Name: ansesaj Date: October 16, 2004 at 05:48:41 Pacific OS: OS/400 CPU/Ram: IBM i-series
Comment:
One of our clients has a requirment to develop a client/server application to be run on IBM i-series model 820 which runs V5R2.
Also the client has asked us to suggest alternative solutions like open systems or c or VB for i-series. 1) Can somebody give me some infomartion on open systems? 2) Is it a new OS or software that works with i-series? 3) Will the VB/Oracle combination work with i-series? 4) Is there a version of VB that runs on the i-series? 5) Which other combination is best suited for i-series? 6) What is the latest version of VB?
Summary: I'm also trying to perform this action: For SearchNo = 0 To 10000 If FileInfo(SearchNo) = "" Then FileInfo(SearchNo) = TotalFileToMove Reference = SearchNo Next SearchNo lbxFILESMOVE.AddItem FileIn...
Summary: ============================================================ The best luck I have had with multiple OSes is to install VB on each OS and completely compile your project on each. The VB files will be...
Summary: Hi there, I am trying to learn VB by writing small macros within Excell. But I keep getting stuck on syntax. I am looking for a command line that opens the "File Open" dialog box. Is this possible? An...