Search found 3 matches
- Wed Sep 26, 2018 12:45 pm
- Forum: Technical / Scripting
- Topic: Pass an array through an Oracle function
- Replies: 1
- Views: 1572
Pass an array through an Oracle function
Hi All, I have an Oracle function that uses 4 data elements. I have a file with these four elements that I want to ultimately pass through the function, however, I'm stuck at connecting to the database when using the function. This connection and query works: DBConnect>Provider=MSDASQL.1;Password=xx...
- Sat May 20, 2017 1:27 pm
- Forum: Technical / Scripting
- Topic: Getting handle from windows with same name
- Replies: 2
- Views: 3162
Re: Getting handle from windows with same name
My apologies... I posted to the incorrect post
- Fri May 19, 2017 10:39 pm
- Forum: Technical / Scripting
- Topic: Macro to read data from a data file and enter in a program
- Replies: 1
- Views: 2253
Macro to read data from a data file and enter in a program
I want to be able to do a macro of redundant data entry. The place the data goes is the same, but the data isn’t the same. I would like to read items from an excel file and enter the information in specific areas, For example, I have a two column file with a list of ID and Program. I want to build a...