[Stackoverflow] [Progress OpenEdge ABL] passing parameter to a progress 4gl file using prowin32

  • Thread starter Thread starter Abhinit Kumar Das
  • Start date Start date
Status
Not open for further replies.
A

Abhinit Kumar Das

Guest
I am trying to pass multiple input parameters using prowin32 . But i am not able to find out the correct way of passing multiple parameters.

This is the code of my *.p file

Code:
define input parameter param1 as character no-undo.
define input parameter param2 as character no-undo.
message param1 param2 
view-as alert-box.

and I am trying the below command in proenv

Code:
prowin32.exe -p D:\proj\myfolder\sample.p -param "1stValue","SecondValue" -clientlog D:\proj\myfolder\pf\lg.log

I tried removing the quotation marks of the input parameters but I am still getting error saying

Code:
mismatched parameters passed to the routine

Continue reading...
 
Status
Not open for further replies.
Back
Top