slayerz Posted May 5, 2007 Posted May 5, 2007 Hello everyone... I make a program that will save the info bout the company in text format. I'd write in their owner n etc..and finally save it under Handphone no.'s name like 012-3456789.txt When my database getting bigger, i wanna add something that will prompt for string that we want to find, and if found the string such as company's name, it will open that file. Dos anyon know how 2do this trick? Thanks!! AUTOIT[sup] I'm lovin' it![/sup]
lsakizada Posted May 5, 2007 Posted May 5, 2007 (edited) Hello everyone... I make a program that will save the info bout the company in text format.I'd write in their owner n etc..and finally save it under Handphone no.'s name like 012-3456789.txtWhen my database getting bigger, i wanna add something that will prompt for string that we want to find, and if found the string such as company's name, it will open that file. Dos anyon know how 2do this trick?Thanks!!Try to modify the script bellow:see example in this linkWhat you should do is once the string found in a file, then keep display it in the listview but also open itin texteditor such as EditPlus (replace the notepad.exe with editplus). in this way you can browse all files and open them in central application.What I wrote above is done once you click on the Run button manualy.If you want to run automatically then consider to create a method that call this Button periodically. (try addlib ) Edited May 5, 2007 by lsakizada Be Green Now or Never (BGNN)!
cppman Posted May 7, 2007 Posted May 7, 2007 maybe this UDF can help:http://www.autoitscript.com/forum/index.ph...mp;#entry339328 Miva OS Project
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now