× The internal search function is temporarily non-functional. The current search engine is no longer viable and we are researching alternatives.
As a stop gap measure, we are using Google's custom search engine service.
If you know of an easy to use, open source, search engine ... please contact support@midrange.com.



This code should start any PC program from a Green Screen: 
 
     *  The name of the image viewer program that will read the data queue  
     D PCProg       C                   'C:\WDT400\test\IMAGE.EXE'        
      *  The parm for the PC program:
     D qNameO      S             256  Varying
_________________________________________________________________     
       * Start the PC Program:                                
     C                   Eval      Tmpxx= 'STRPCO PCTA(*NO)'    
     C                   Call (E)  'QCMDEXC'                    
     C                   Parm                    Tmpxx         1024 
     C                   Parm      1024          parm15          15 5 
     C                   Eval      Tmpxx= 'STRPCCMD   PCCMD(''' 
     C                             + %Trim(PCProg) + ' '     
     C                             + %Trim(qNameO)              
     C                             + ''')  PAUSE(*NO)'          
     C                   Call (E)  'QCMDEXC'                    
     C                   Parm                    Tmpxx          
     C                   Parm      1024          parm15         
 
(I hope this comes through readable)
 
---------------------------------------------------------
Booth Martin   http://www.MartinVT.com
Booth@xxxxxxxxxxxx
---------------------------------------------------------
 
-------Original Message-------
 
From: Midrange Systems Technical Discussion
Date: Tuesday, April 01, 2003 10:16:22
To: 'Midrange Systems Technical Discussion'
Subject: RE: Java and Visual Basic, how to learn?
 
Loyd,
 
Just a quick opinion, then I'll go... Given the choice of one OR the other,
not both, I'd recommend JAVA as it can be used to extend your current
skill-set. You can call JAVA directly from RPG now, so just as the ability
to call "C" runtime functions was so exciting, you an use JAVA to build new
features into your legacy code. You can't call VB applications from an RPG
program (yet).
 
Eric DeLong
Sally Beauty Company
MIS-Project Manager (BSG)
940-898-7863 or ext. 1863


As an Amazon Associate we earn from qualifying purchases.

This thread ...

Follow-Ups:
Replies:

Follow On AppleNews
Return to Archive home page | Return to MIDRANGE.COM home page

This mailing list archive is Copyright 1997-2024 by midrange.com and David Gibbs as a compilation work. Use of the archive is restricted to research of a business or technical nature. Any other uses are prohibited. Full details are available on our policy page. If you have questions about this, please contact [javascript protected email address].

Operating expenses for this site are earned using the Amazon Associate program and Google Adsense.