Hi You, To call a program with parameters use ShellAPI and have a look at the function ShellExecute . How to access the parameters in the called program look at Paramcount and Paramstring.
Have fun Bob > Hello all, > I have a trouble here,heres the story: > I create a database application and its a multiuser application..for the > reason of memory use in my application,i store several form for > inputting data in other application..the problem is,the 'other' > application for inputting data is must be cannot direct executed,it must > be executed from main application with passing parameters like user > information,password,etc.. > The questions is,how to execute the other application which i created > for inputting data from main application,and passing parameters to them? > Any help i appreciated..Thanks. > > Best regards, > > > > > ----------------------------------------------------- > Home page: http://groups.yahoo.com/group/delphi-en/ > To unsubscribe: [EMAIL PROTECTED] > Yahoo! Groups Links > > > > > > ----------------------------------------------------- Home page: http://groups.yahoo.com/group/delphi-en/ To unsubscribe: [EMAIL PROTECTED] Yahoo! Groups Links <*> To visit your group on the web, go to: http://groups.yahoo.com/group/delphi-en/ <*> To unsubscribe from this group, send an email to: [EMAIL PROTECTED] <*> Your use of Yahoo! Groups is subject to: http://docs.yahoo.com/info/terms/

