IDEAScript Questions
How to compile a script
Forums
Hi folks,
Hoping you can help as I'm struggling to get this script to run and being fairly new to scripting (I've only compiled a couple before), I was hoping to get some help on what I'm doing wrong.
I've attached the script I'm trying to run, which is a composite of all the IDEA scripts for each stage of the process I want to automate. The problem I'm having is is keeps telling me I haven't defined my database names; I tried to do this using Dim but it still didn't work no matter what I entered so I removed it.
- Read more about How to compile a script
- 1 comment
- Log in or register to post comments
Hide Fields
Forums
Hi!
May I know if there is a way to hide fields?
p.s I have appended a field and if i were to use remove field function it would return an error
- Read more about Hide Fields
- 2 comments
- Log in or register to post comments
IDEAScripting with Dialogs
Forums
Greetings! (edited) This is my first post after a year being a member.
I am working in a yearly project and because of that I programmed everything in IDEA. My Project Manager asked me to program everything in a way that anyone, with little IDEA knowledge, can run it. I have many IDEAScripts that I wrote to perform all the analysis. Now I added dialogs to make it easier. Everything runs great without errors. Almost perfect! But (there's always a but)...
- Read more about IDEAScripting with Dialogs
- 11 comments
- Log in or register to post comments
Get data from Edit Input Box
Forums
Hi, I am very new to programming and would like to know how i can use data being entered into edit input boxes in my code.
- Read more about Get data from Edit Input Box
- 8 comments
- Log in or register to post comments
Overlapping of Dates
Forums
Hello, my current data include the travel's start date and end date.
I hope to identify duplicate entries(employee ID) with all overlapping travel date. May i know how can i go about doing it?
regards,iceshock
- Read more about Overlapping of Dates
- 1 comment
- Log in or register to post comments
How to export history from databases using IDEA script?
Forums
Hi All,
I completed a few group projects via using IDEA macro, while I need to export the history, PDF version, from databases manaually for documentation purposes.
I read Language Browser for help, and it seems no introduction on that is about history export.
How could I get the history from databases automatically rather than manaually exporting them one by one?
Seeking for your advice.
Regards
Excel VBA Referencing
Forums
Can IDEA script reference DLL's and tlb's similar to what you do in Excel VBA. If so, how?
I would like to reference Microsoft ActiveX Data Objects 2.8 Library.
See attached screenshot.
- Read more about Excel VBA Referencing
- 1 comment
- Log in or register to post comments
Create a Preview of Extraction using indexed Actionfield
Forums
Hi,
i need a snippet to create a preview of an extraction. IdeaScript only records the complete macro an creates a new file.
I hope somebody can help me...
Gerold Mammen
Dialog Box to Map Fields
Forums
I'm very new to scripting, and I'm struggling a bit with understanding how to properly use dialog boxes. What I'd like to do is pop up a dialog box to have the user map the fields in their client's data to a standard naming convention, so that I can run a pre-designed analysis. I've been successful at building the script to handle the analysis part by using the macro recorder and the history, but I'm stumped on the dialog box part.
- Read more about Dialog Box to Map Fields
- 11 comments
- Log in or register to post comments
Number Identification/Extraction In Text String
Forums
Hi Brian!
I hope all is well with you!
I was wondering if you could help me.....