kokchuan
1st December 2005, 03:48
Do anyone know how to search through a variable in whole Baan script? Let said, I want to check the production # in use in which script or session.
Rita Kotecha
1st December 2005, 07:27
In ttadv2530m000, go to Specific, click Find Pattern.
Give the word you want to search for in Pattern and the filters.
en@frrom
1st December 2005, 12:13
Why don't I get this to work? When I try 'find pattern', no matter what I search for - I even tried just the word 'select'.. - I get "pattern not found". I'm on Baan 5.0 b.
v_chandra
1st December 2005, 12:56
Hi
I think kokchuan is on BAAN IV and in BAAN IV its ttadv2130m000 - in Form 2 its Find or Find in Range
Thanks and Regards
Kozure Ohashi
1st December 2005, 13:59
Dear Kokchuan,
you can search all availables scripts in your $BSE/application path:
find . -type f -name "p*" | xargs grep -l "searchtext" > /home/user/outputfile
p* = all programscripts and dllscripts
change to i* = all includes
Please run this expression in the $BSE/application directory
grep -l = only filenames
Hope this is helpful for you.
Regards,
Kozure
kokchuan
2nd December 2005, 02:20
Ohashi-san
The way is using in Unix rite? By the way, I try to search using Win XP but it return not found. Look like WinXP not provide word search inside document (Using winXP access the Win2k3 server). Do anyone have this problem?
en@frrom
2nd December 2005, 11:02
Why don't I get this to work? When I try 'find pattern', no matter what I search for - I even tried just the word 'select'.. - I get "pattern not found". I'm on Baan 5.0 b.
So yes, as I mentioned I have this problem....? Anyone gets this session (ttadv2830s000) working in Baan 5??