tommyj77pl
New Member
Hi all,
I would like to create application when user enter query in the input box on the page, press ok and then is able to see the result of the query in browser. I have a code like below
output-content-type("text/html").
&SCOPED-DEFINE test pt_mstr
&SCOPED-DEFINE test4 pt_prod_line
FOR EACH {&test} no-lock.
{&out} {&test4} .
end.
But how can I make something like
&SCOPED-DEFINE test get-value("selected_db") ???
Thanx
I would like to create application when user enter query in the input box on the page, press ok and then is able to see the result of the query in browser. I have a code like below
output-content-type("text/html").
&SCOPED-DEFINE test pt_mstr
&SCOPED-DEFINE test4 pt_prod_line
FOR EACH {&test} no-lock.
{&out} {&test4} .
end.
But how can I make something like
&SCOPED-DEFINE test get-value("selected_db") ???
Thanx