dbTalk Databases Forums  

Re: Search across forms...?

comp.databases.paradox comp.databases.paradox


Discuss Re: Search across forms...? in the comp.databases.paradox forum.



Reply
 
Thread Tools Display Modes
  #1  
Old   
Rodney Wise
 
Posts: n/a

Default Re: Search across forms...? - 07-26-2006 , 09:49 AM






Yes.

1. Build an Array[] of Form FileNames to be searched.

2. Loop through the Array[] and run the same code you
would use on a single file for each Form, Script, Library, etc.

3. Show your results.


--
....
`·.¸¸.·´¯`·.¸¸.·´¯`·-> rodney



Reply With Quote
  #2  
Old   
Robert Wiltshire
 
Posts: n/a

Default Re: Search across forms...? - 07-26-2006 , 11:02 AM






Do you mean from within pdox or from windows explorer ?





Reply With Quote
  #3  
Old   
Liz McGuire
 
Posts: n/a

Default Re: Search across forms...? - 07-26-2006 , 11:32 AM



ProView.

The Windows search utility.

Liz


Kenneth wrote:
Quote:
Howdy,

I know how to search for a string in the code of a form,
but...

Is there any way that I can search for a string in the code
of many forms?

Sincere thanks for any help on this,
--
Kenneth

If you email... Please remove the "SPAMLESS."

Reply With Quote
  #4  
Old   
Roy F.
 
Posts: n/a

Default Re: Search across forms...? - 07-26-2006 , 05:24 PM



Hi Kenneth,

Quote:
Is there any way that I can search
for a string in the code
of many forms?
Vladimirs Proview does this beautifully and is the easiest way to accomplish
this search. It can search for a string across forms, reports, libraries,
whatever you want. Even subdirectories, etc. It is a very helpfull utility
in many ways.

Regards,
Roy F.


"Kenneth" <usenet (AT) soleSPAMLESSassociates (DOT) com> wrote

Quote:
Howdy,

I know how to search for a string in the code of a form,
but...

Is there any way that I can search for a string in the code
of many forms?

Sincere thanks for any help on this,
--
Kenneth

If you email... Please remove the "SPAMLESS."



Reply With Quote
  #5  
Old   
Mark Bannister
 
Posts: n/a

Default Re: Search across forms...? - 07-31-2006 , 11:05 AM



Kenneth wrote:
Quote:
Howdy,

I know how to search for a string in the code of a form,
but...

Is there any way that I can search for a string in the code
of many forms?

Sincere thanks for any help on this,

Vladimir's proview does this: http://cust.east.ru/~menkin/


Reply With Quote
  #6  
Old   
marco
 
Posts: n/a

Default Re: Search across forms...? - 08-13-2006 , 12:16 PM



Rodney Wise wrote:
Quote:
Yes.

1. Build an Array[] of Form FileNames to be searched.
with enumfolder.
Quote:
2. Loop through the Array[] and run the same code you
would use on a single file for each Form, Script, Library, etc.

3. Show your results.



Reply With Quote
  #7  
Old   
marco
 
Posts: n/a

Default Re: Search across forms...? - 08-13-2006 , 01:18 PM



marco wrote:
Quote:
Rodney Wise wrote:

Yes.

1. Build an Array[] of Form FileNames to be searched.


with enumfolder.
or
code_dir = getaliaspath("work")+"\\*.?sl"
fs.enumFileList(code_dir, "code.db")



Quote:

2. Loop through the Array[] and run the same code you
would use on a single file for each Form, Script, Library, etc.

3. Show your results.



Reply With Quote
Reply




Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off



Powered by vBulletin Version 3.5.3
Copyright ©2000 - 2013, Jelsoft Enterprises Ltd.