Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations gkittelson on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Cursoradapter cursor displaying empy query in cursorfill

Status
Not open for further replies.

carolx

Programmer
Jul 22, 2003
75
JM
Hello Forum,
I have a form with 8 parameterized cursors each set to no data on load with the same parameters. One of them is displaying an empty query in cursorfill. Why is this? If I remove the no data on load the program complains that the alias does not exist.
 
Well, what do you mean with empty query? Empty query result? Empty empty query string/command?

The No Data On Load option means creating empty alias names and is a good option for eg Views or CAs, if you only know query parameters through Init parameters of the form and do a REQUERY(alias) there after setting parameters. But without that you get no data, yes. And when removing the No Data On Load option, when setting that .F., you may not yet have set the query parameters so the querying of data fails.

Bye, Olaf.
 
False alarm no. 2. I rebuilt the form and supplied the parameters.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top