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 SkipVought on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Datawindow Query Mode and wild characters ('%','_')

Status
Not open for further replies.

Guest_imported

New member
Jan 1, 1970
0
0
0
Hi!

I have a datawindow which I would like to filter/query using the query mode (dw_1.Modify("datawindow.querymode = yes")). It successfully retrieves filtered data but cannot accept wild characters. I'd like my querying to accept wild characters so that it can be more convenient. Is this possible? If so, how can I do this?

Thank you so much for your help.

:)

- Ann -
 
I think you should write you wild card in where cause
like :

...
where A like '&'||arg1
....
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top