Hi i tried to start a query but i don't know exactly what i miss when run test send me a error
you see i have table but why don't show up records..
NOMAids don't get folder where is locate the project how i save qry to project location or settings to nomaids to folder of project location...
Thanks
Any help are welcome..
After play and play i got working query only two things is possible add button for select and other thing where and how i can implement return value and assign to global varible...
Is this what you are trying to do?
PROCESS "MY_QUERY","mylib.en", SelectedVal$
! After the query closes, SelectedVal$ holds what the user selected
IF SelectedVal$ <> "" THEN %MY_GLOBAL$ = SelectedVal$
When you have select on ShowOption send that error just active classic query and works
ok well query has some options witch one is better to use for example return vals
and interfaces
1.- Return Vals
i create this could be works or not
%C$=COMPANYCODE$,%NC$=COMPANYNAME$
2.- Option on interfaces clossing Process
i need to have a program and then callen lik this ciasprocess "myquery","mylib.en"
%C$=COMPANYCODE$,%NC$=COMPANYNAME$
or inther assign the values to vars asu sad..