IDEAScript Questions
Editable Fields
Forums
Hello,
Can we have a way to add variables to editable fields?
I have a database with a editable numeric field and i want to add to a certain field my record counts from other databases.
My idea is the version 9.1.1.152
Thanks
Rodrigo
- Read more about Editable Fields
- 4 comments
- Log in or register to post comments
Determine the line number.
Forums
Hi There,
- Read more about Determine the line number.
- 4 comments
- Log in or register to post comments
Selecting checks via radiobuttons
Forums
Hi all,
I am trying to put together a script that lets me run a selected check on based on the appropriate VAT category by using radiobuttons. I tried basing the script on the one in the instructional video on this site, though i'm stuck at the radio buttons.
- Read more about Selecting checks via radiobuttons
- 7 comments
- Log in or register to post comments
Select mulptiple fields for operations
Forums
Hi all,
I want to create a script where users can select multiple fields and for example delete them.
I found the right snippet (Using listboxs to select files/fields) but don't know how to change the script to read the fields instead of the files and perform a task on the selected fields.
thx :)
- Read more about Select mulptiple fields for operations
- 7 comments
- Log in or register to post comments
Array Reporting
Forums
I have created a script that runs around various files and generates stats from the files. Right now it is writing the results to an array. Is there a way to have the array output into a new IMD file? Or would it be best to write to an excel file?
Thanks
- Read more about Array Reporting
- 1 comment
- Log in or register to post comments
FileOpen
Forums
HI, All,
Is there a way to set the default file browsing location for the FileOpen common dialog?
It seems to remember where it last pointed, but where is that pointer stored?
Rob
- Read more about FileOpen
- 9 comments
- Log in or register to post comments
Dealing with errors caused by external script
Forums
Hi,
I have a master script that calls smaller scripts using Client.RunIDEAScriptEx. Every now and then (and more often than I'd like), something has changed which causes one of the scripts to fail - often it is something to do with the source data, but not always.
How to write to the IDEA Status Bar?
Forums
I would like to visually inform the user as to what the script is working on. Like, "Processing records for VENDOR Ace Hardware", followed by "processing records for VENDOR Home Depot", "processing records for VENDOR Lowes", etc. This would update over time as the system was doing different things, but require no user intervention. A progress bar is not specific enough for what I need to convey, i.e. vendor name.
So, anyone have a way to write to the IDEA status bar?
- Read more about How to write to the IDEA Status Bar?
- 11 comments
- Log in or register to post comments
Check to see if a database exists in a project
Forums
Hi,
I'm writing a scriptlet to add a column to an IDEA database. I'd like to make sure the database exists before I try to add the field to it!
I don't see a way to test for the existance of the database as part of a project.
I'm new to IDEA, so this may be an obvious question, so I apologise in advance!
Thanks for your help!
Rob
Create a new database including a concatenate field from several recors in other table
Forums
Dear all,
I have a test that I would like to do in IDEA, yet I bought the book Mastering IDEAScript and searched in the Help motor of idea and I have no clue how to execute this script. I tought someone might help me here. My requirement is described in the picture below.