Search found 9 matches

by pinkpanther
Fri Aug 12, 2005 7:33 pm
Forum: Technical / Scripting
Topic: setting a variable
Replies: 1
Views: 2927

setting a variable

Having trouble in the folowing code setting a variable.

i = 3

Press NP0

Tried Press NP%i%

does not use the variable i. it is blank for some reason.
by pinkpanther
Wed Aug 10, 2005 3:36 pm
Forum: General Discussion
Topic: simple one
Replies: 2
Views: 4480

simple one

if I have a variable that I want to send to the screen
it is send>Variable or send>%variable%
by pinkpanther
Wed Aug 10, 2005 2:50 pm
Forum: Technical / Scripting
Topic: passing variables from VB to MACRO Language
Replies: 3
Views: 5167

messagemodal

This is what I have so far..but nothing is prompting on the screen.. I want to see the values of phone, office and clearing as it loops but I can't tell. Is that what Messagemodule does? is there a printscreen or debug.print? VBSTART set ShipDB = CreateObject("ADODB.Connection") On Error Resume Next...
by pinkpanther
Wed Aug 10, 2005 2:38 pm
Forum: Technical / Scripting
Topic: passing variables from VB to MACRO Language
Replies: 3
Views: 5167

almost :) so far...

Ok, I think I am getting it. What is the actual syntax to then send it to the screen program? The recorder shows this and I want where it shows Send>M to really Send>valueofphone .....from the loop Is it just send>phone or send>%phone% Wait>0.94 MouseMove>217,338 Wait>1.87 LClick Wait>2.26 Send>m Wa...
by pinkpanther
Wed Aug 10, 2005 2:06 pm
Forum: Technical / Scripting
Topic: passing variables from VB to MACRO Language
Replies: 3
Views: 5167

passing variables from VB to MACRO Language

I have VB Code and MACRO Looper Will this work? How to I send the value of phone to a screen field .. like the send>%phone% ??? VBSTART set ShipDB = CreateObject("ADODB.Connection") On Error Resume Next ShipDB.Open "maketickets" SQLString = "select * from FLINLAND" set rsPickList = ShipDB.Execute(SQ...
by pinkpanther
Tue Aug 09, 2005 5:04 pm
Forum: General Discussion
Topic: Loop - Do While ?
Replies: 3
Views: 5927

almost there

Are there tags to interchange between VB and the Macro Language? I start the VBSTART Get data records Loop VBEND In between all of the I want to run the MACRO Scheduler code but then return to the loop for the next record. Do you have good samples of how to go back and forth from VB to MACRO languag...
by pinkpanther
Tue Aug 09, 2005 4:33 pm
Forum: General Discussion
Topic: Loop - Do While ?
Replies: 3
Views: 5927

Loop - Do While ?

Do you know the proper way to creat a loop in this VBScript, I am getting an error VBSTART set ShipDB = CreateObject("ADODB.Connection") ShipDB.Open "maketickets" SQLString = "select * from FLINLAND" set rsPickList = ShipDB.Execute(SQLString) rsPickList.MoveFirst If Not rsPickList.EOF then dowhile N...
by pinkpanther
Tue Aug 09, 2005 4:28 pm
Forum: Beginners
Topic: simple message>Hi not working
Replies: 2
Views: 4500

THANKS

:)
by pinkpanther
Tue Aug 09, 2005 3:41 pm
Forum: Beginners
Topic: simple message>Hi not working
Replies: 2
Views: 4500

simple message>Hi not working

Can you please see why the Message>tech errors out It says compilation error VBSTART set ShipDB = CreateObject("ADODB.Connection") ShipDB.Open "maketickets" SQLString = "select * from FLINLAND" set rsPickList = ShipDB.Execute(SQLString) rsPickList.MoveFirst Function GetNextRecord If Not rsPickList.E...
Sign up to our newsletter for free automation tips, tricks & discounts