IDEAScript Discussion
A forum for general discussion/comments on IDEAScript
Script - ArrayList by function
Forums
I'm trying to create a function that takes an argument and returns to another function a list on which an operation is performed.
Sub Main
Call inputNew(inputValues("10", "26", "32"))
End Sub
- Read more about Script - ArrayList by function
- 2 comments
- Log in or register to post comments
ExportdatabasesToExcel - No files found in folder
Forums
Hi all,
when I'm using the script "ExportdatabasestoExcel" and I open the folder with all databases of a project, it shows this error message "The folder you selected does not contain IDEA databases!.
It does not change anything if the folder I select has subfolders or not.
Can anyone help?
Thanks a lot!
Julia
IDEAscript - .exe auto run?
Forums
Hi,
I'm a beginner and would like to ask for help. I would like to know if it is possible to transform an IDEAscript (macro), into an .exe file that starts IDEACaseWare and the script starts and runs.
- Read more about IDEAscript - .exe auto run?
- 2 comments
- Log in or register to post comments
copy IDEA file from one project to another
Forums
Hello,
How do I copy an IDEA file that is in one project to another project?
- Read more about copy IDEA file from one project to another
- 2 comments
- Log in or register to post comments
Dialog Box (How to connect checkbox with functions
Forums
Hi Brian,
I hope you are doing well.
I have created a dialog to import some tables into a project.
Attached is my codes. My problem is I could not find how to connect each function (like GL_BS, Gl_EXP,...) to the checkboxes I have created.
I just want to import selected tables into a project by using this checkbox.
thanks,
Key extraction SCRIPT problems when db is renamed
Forums
Hi,
I am using the following key extraction script. But there is a problem if I rename the database prior to running the script. I get an error message "Error on line 128 - Invalid database name. The database name provided is either invalid or currently in use."
So the line not working is this one:
Set keydb=Client.OpenDatabase(keydbfile)
Do you know how I could upgrade the script so it doesnt matter if the database is renamed or not, it will run the script?
Thx!
- Read more about Key extraction SCRIPT problems when db is renamed
- Log in or register to post comments
convert horizontal to vertical data in IDEA and create a new file
Forums
Hello, convert horizontal to vertical data in IDEA and create a new file, Do you have any scripts that can help me with this?
look at the attached example file
Form with several GroupBox and radioBotton
Forums
Greetings to all,
I am making a form with several radioBottons, but I want to have it separated by application in the same form so that the user only has a menu from where he can execute all the options of different applications, I will execute the options of a group (GroupBox1) but as I control the other GroupBox2 ... GroupBox3 within the Scripts? Do you have any script that performs all those options of different GroupBox?
for example.
- Read more about Form with several GroupBox and radioBotton
- 2 comments
- Log in or register to post comments
pass parameter to an extraction
Forums
How can I pass parameters or arguments to an extraction of this type.
the part in bold are the months of a date entered in the form
Sub Main
Call DirectExtraction()'FISA.TPLA_HISDAT.IMD
End Sub
' Datos: Extracción directa
Function DirectExtraction
Set db = Client.OpenDatabase("FISA.TPLA_HISDAT.IMD")
Set task = db.Extraction
task.IncludeAllFields
dbName = "xxxxxxxx.IMD"
- Read more about pass parameter to an extraction
- 3 comments
- Log in or register to post comments
How to use Client.RunIDEAScriptEx
Forums
I need to stop two dates captured in a form to another script that only has an odbc import. How can I pass those parameters and have the other script take it and replace it in the import of the date fields captured in the form?
Could you help me
- Read more about How to use Client.RunIDEAScriptEx
- 6 comments
- Log in or register to post comments