Home » Developer & Programmer » Forms » Run query as form - user prompt
Run query as form - user prompt [message #163409] Thu, 16 March 2006 11:14 Go to next message
sephina
Messages: 14
Registered: March 2006
Junior Member
Hi. I am trying to use a query to run as a form that asks the user for a value before producing the results. Does anybody know how to do this?

Thanks!

Sephina
Re: Run query as form - user prompt [message #163413 is a reply to message #163409] Thu, 16 March 2006 11:54 Go to previous messageGo to next message
faiz_hyd
Messages: 294
Registered: February 2006
Senior Member
Hi


Create a parameter in a form
and in the query write some thing like this

select * from emp where emp_id=:PARAMETER_NAME;

but in forms you need to hold your result in some fields or variables.
when you run the .fmx it will ask for parameter value enter it you will see the results.


Let us know how it Works


Regards
Faiz

Re: Run query as form - user prompt [message #163571 is a reply to message #163413] Fri, 17 March 2006 05:25 Go to previous messageGo to next message
sephina
Messages: 14
Registered: March 2006
Junior Member
Hi. Thanks for your help..I was just wondering if there was any online resources that could help us out with the coding. We're struggling to make it work!!

Thanks
Sephina
Re: Run query as form - user prompt [message #163632 is a reply to message #163571] Fri, 17 March 2006 09:51 Go to previous messageGo to next message
feroze
Messages: 144
Registered: September 2005
Location: chicago
Senior Member
Hi

Online resource for coding of what ? SQL , PL/SQL, HTML...



Faiz.
Re: Run query as form - user prompt [message #163939 is a reply to message #163571] Mon, 20 March 2006 22:12 Go to previous message
djmartin
Messages: 10181
Registered: March 2005
Location: Surges Bay TAS Australia
Senior Member
Account Moderator
Please read the sticky at the beginning of this forum. There are references to documentation in it.

David

[Updated on: Mon, 20 March 2006 22:13]

Report message to a moderator

Previous Topic: radio button and two radio button (merged)
Next Topic: strange navigation problem
Goto Forum:
  


Current Time: Fri Sep 20 04:25:46 CDT 2024