Hi Mark,
Thank you for the solution.
Regards,
Deepa
________________________________
From: Mark Wonsil <mark_wonsil@...>
To: vantage@yahoogroups.com
Sent: Tuesday, June 30, 2009 5:29:50 PM
Subject: RE: [Vantage] Search masters using wildcards
vantage@yahoogroups .com wrote:
the ABL Developer's Reference
(http://www.progress.com/progress/products/documentation/docs/dvref/dvref.pd
f) says that the two matching operators are the period/full- stop ".", which
matches a single character, and the asterix "*", which matches zero or more
characters. The tilde "~" is the escape character in case you want to look
for ".", "*", or "~" within a string.
Given that, if I click on the search button for Part Maintence, click on the
Quick Search tab and select my wildcard quick search I've created and enter
"Q" in the search box, I'll only get part numbers that EQUAL the letter "Q".
If I enter "Q*", I will get a list of parts that begin with Q. If I enter
"*Q", I'll get a list of parts that end with "Q". Finally, if I enter "*Q*",
I'll get a list of parts that have the letter "Q" anywhere in the part
number. The real trick one is *~~.* will find all items that have a
period/full- stop in the part.
Creating a Quick Search Entry does NOT change the behavior of the Basic
search. You can however make a Quick Search Entry the default search when
you click the search button.
Hope that helps,
Mark W.
[Non-text portions of this message have been removed]
Thank you for the solution.
Regards,
Deepa
________________________________
From: Mark Wonsil <mark_wonsil@...>
To: vantage@yahoogroups.com
Sent: Tuesday, June 30, 2009 5:29:50 PM
Subject: RE: [Vantage] Search masters using wildcards
vantage@yahoogroups .com wrote:
> Same example, i tried the quick search based on the sameThe "?" is not a valid pattern matching operator in Progress. Page 603 in
> method you have sent mail yesterday. but that was not helpful.
> i will repeat again: eg: if we search "?a" the search screen
> will show all the parts starting with "a" similiarly for all
> characters.
the ABL Developer's Reference
(http://www.progress.com/progress/products/documentation/docs/dvref/dvref.pd
f) says that the two matching operators are the period/full- stop ".", which
matches a single character, and the asterix "*", which matches zero or more
characters. The tilde "~" is the escape character in case you want to look
for ".", "*", or "~" within a string.
Given that, if I click on the search button for Part Maintence, click on the
Quick Search tab and select my wildcard quick search I've created and enter
"Q" in the search box, I'll only get part numbers that EQUAL the letter "Q".
If I enter "Q*", I will get a list of parts that begin with Q. If I enter
"*Q", I'll get a list of parts that end with "Q". Finally, if I enter "*Q*",
I'll get a list of parts that have the letter "Q" anywhere in the part
number. The real trick one is *~~.* will find all items that have a
period/full- stop in the part.
Creating a Quick Search Entry does NOT change the behavior of the Basic
search. You can however make a Quick Search Entry the default search when
you click the search button.
Hope that helps,
Mark W.
[Non-text portions of this message have been removed]