Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Parameterized query dialog
Message
General information
Forum:
Visual FoxPro
Category:
Databases,Tables, Views, Indexing and SQL syntax
Miscellaneous
Thread ID:
00330308
Message ID:
00330320
Views:
45
>Does anyone know of anyway that you can change the title of the dialog box (from "View Parameter" to something that is more user friendly) that pops up asking for a parameter when a paramatized view runs?

Hi Ryan,

Why not build your own dialog box (with the desired title), asking the user for the parameter, and then REQUERY() the parameterized view?

Something like this:
(assuming the parameter is called lcParamValue)
LOCAL lcParamValue
lcParamValue = ""
DO FORM MyParameterDialog ;
  TO lcParamValue
= REQUERY( "MyParameterizedView" )
Obviously, you'd want the form to be modal, and you'd want to RETURN the parameter value in the Unload() method of the form.
Evan Pauley, MCP
Positronic Technology Systems LLC
Knoxville, TN

If a vegetarian eats vegetables, what does a humanitarian eat?
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform