hello everyone,
can someone help me with a problem.
i want to open an HTML-file in procomm.
i know how to open textfiles in procomm, but i have troubles with opening HTML-files??
can someone give me an example of how to open an HTML-file an search for words in the HTML-file??
what i want to...
hello everyone,
can someone help me with a problem.
i want to open an HTML-file in procomm.
i know how to open textfiles in procomm, but i have troubles with opening HTML-files??
can someone give me an example of how to open an HTML-file??
thx
gambino
string fname2
i put this in case 2
Fname2 = "H:/"
strcat Fname2 Items2
strcat Fname2 ".txt"
searchstring = "" ; declares searchstring
if fopen 1 Fname2 READ TEXT ; Open file for read only...
it works how i want it and it's easy to make changes in it....so i'm now working with the 3de pull down window that works the same as the first and second window only when there is a choise made in pulldonw window 2 for example bmw-color that then the script opens bmw-color.txt, and when...
thx for you help guys i've tried it myself and i've accomplised to fill the fist 2 pull down windows...and i'm working with the 3de window this is the script file i made to fill in the fist 2 pull down windows:
string inhoudbox1 ="" ; global varialbe
string...
hello peeps can someone help me with a problem i'm writing a prgramm in procomm plus 32 that has 4 pulldown windows and te content of the 4 pulldown windows are in a textfile(i've done this so that it's easy to make changes when you want to add something)..it succeeded me to fill the 1ste...
KNOB THX FOR YOU REPLY
but is it possible to have pull up/down windows just like the upper menu in prcomm plus ternimal where the file,edit,view,options data are i want to make such pull down windows it is possible or can you only use dialogs where you can put a pull down window in(i rather want...
try this one it gives the date of today.....i hope it's helpfull for you
#define DEBUG ; #Define this macro if debugging
proc main
string today
today = $DATE
#ifdef DEBUG ; If debugging, display message
usermsg "`"The returned date was...
i work with procomm plus 32 version 4.7 and it's my first time working with procomm. i want to make a database in procomm is it possible. i want to use pull down windows in my script so that i can choose one of them and then click on it and then is goes to the next pull up/down window where i...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.