Search found 431 matches

by pgriffin
Tue May 10, 2005 6:35 pm
Forum: Technical / Scripting
Topic: VBScript read from MS Access
Replies: 3
Views: 4670

VBScript read from MS Access

I see the examples of VBScript reading from an Access table, but I don't need to pass any parameter to look up. I need to read from Access, row by row, and place the values in 4 different MacroScheduler variables each time. every field into a variable and, eventually, every record of the database. t...
by pgriffin
Mon May 02, 2005 7:57 pm
Forum: Technical / Scripting
Topic: DDEPoke to MSAccess
Replies: 16
Views: 45752

DDEPoke to MSAccess

I have an Access database which contains two tables. I need to perform a ddepoke to a specific table and field with data I am reading from a text file.
I use DDERequest/DDEPoke only with Excel so far. Is this possible?

HELP!
by pgriffin
Thu Apr 21, 2005 12:25 am
Forum: Technical / Scripting
Topic: DDERequest for other than sheet1 in Excel
Replies: 2
Views: 4355

dde request

btw, I did find the VBScript example, just wonder if there is a way in the line

DDERequest>......
by pgriffin
Thu Apr 21, 2005 12:13 am
Forum: Technical / Scripting
Topic: DDERequest for other than sheet1 in Excel
Replies: 2
Views: 4355

DDERequest for other than sheet1 in Excel

Is it possible to read data from Excel via DDERequest and include somewhere in the syntax to read from a specific sheet?
by pgriffin
Tue Apr 19, 2005 4:22 pm
Forum: Technical / Scripting
Topic: need a little help with SetControlText
Replies: 10
Views: 9701

via keyboard

keyboard is what I am currently doing, but I've learned that if a user re-orders the columns, my keystrokes will hit he wrong columns. So I wanted to try SetControlText, which I am glad has happened because I now love that command and will use it extensively where it applies. My next route will be t...
by pgriffin
Tue Apr 19, 2005 2:45 pm
Forum: Technical / Scripting
Topic: need a little help with SetControlText
Replies: 10
Views: 9701

instances

Thank you. Then on a window where users are allowed to change the order of columns, instance would definitely be unreliable. Any chance of having a VB guru solve this? maybe read the system windows, find the first occurence of these edit boxes AFTER the occurrence of the parent window, then return t...
by pgriffin
Tue Apr 19, 2005 2:21 pm
Forum: Technical / Scripting
Topic: need a little help with SetControlText
Replies: 10
Views: 9701

instances

how am I to be sure that a numeric constant like 'instance' will be the same each time? is this something for which I should create a variable to programmatically populate? Is it reliable to use the same instance number for that object each time?

I'll test, but would like your opinion
by pgriffin
Tue Apr 19, 2005 12:45 pm
Forum: Technical / Scripting
Topic: need a little help with SetControlText
Replies: 10
Views: 9701

instance

ok. instance of that column? instance of that WindowTitle? of All such columns?

I'll try them all, but...
by pgriffin
Tue Apr 19, 2005 2:57 am
Forum: Technical / Scripting
Topic: need a little help with SetControlText
Replies: 10
Views: 9701

wrong info?

I believe gave the information for the column heading instead of the edit box for the heading. it appears the edit boxes for several headings are located in a Centura:ChildTable"" I cannot rely on the column's location, width, etc to be constant. I think SetControlText is my only hope (short of buyi...
by pgriffin
Tue Apr 19, 2005 2:26 am
Forum: Technical / Scripting
Topic: need a little help with SetControlText
Replies: 10
Views: 9701

need a little help with SetControlText

I am continuing to attempt to get it right, but if anyone can clarify the proper syntax sooner, please do! here is one of the controls for which I want to set the text as copied from View System Windows. 2229084 - Centura:Ch:Column "Cost Code" obviously,, I want to fit the right bits into: SetContro...
by pgriffin
Thu Apr 07, 2005 4:39 pm
Forum: Technical / Scripting
Topic: Finding Text on HTML page - identifying X,Y coordinates
Replies: 13
Views: 41183

VBScript with MacroScheduler

dbish, You are like me. I don't want to "learn" everything under the sun, but I love to work in MacroScheduler. My advice, do the macroschedule part yourself and send the VBScript bits to Rentacoder.com. Thousands of coders from who-knows-where in the world will gladly write some VB for peanuts. Sku...
Sign up to our newsletter for free automation tips, tricks & discounts