I have a form called FrmDB, i have 1 text box which pulls an address from commondialog.showopen.
Basically the user specifies the file address where the rest of the application is to pull its data from.
The whole program is now running like a dream.
In one form called frmtrans i would like to put a command button and shell it to the address in FrmDB.Text1.Text
How do i do that?
Shell FrmDB.Text1.Text?
Shell = FrmDB.Text1.Text?
Shell ( & FrmDB.Text1.Text & )
I know im doing this completely wrong, can someone tell me where?
Thanks
D
Basically the user specifies the file address where the rest of the application is to pull its data from.
The whole program is now running like a dream.
In one form called frmtrans i would like to put a command button and shell it to the address in FrmDB.Text1.Text
How do i do that?
Shell FrmDB.Text1.Text?
Shell = FrmDB.Text1.Text?
Shell ( & FrmDB.Text1.Text & )
I know im doing this completely wrong, can someone tell me where?
Thanks
D