Passing parameters to FMX via windows CMD
735706Nov 19 2009 — edited Nov 19 2009Hi, all!
is it possible to run a form from windows command line and pass some specific parameters to that form?
for example,
-----
start_form.bat[
c:\orawin95\bin\ifrun60.exe module=myForm *<pass parameters syntax>* userid=user1/user1_pass@oraInst
]
-----
Next command showing info about using ifrun60 and I think that passing parameters to a form is not provided.
ifrun60 ?
Thanx