Search found 7 matches
- Tue May 08, 2007 1:49 pm
- Forum: Technical / Scripting
- Topic: Complex Expression and Array with Variable
- Replies: 2
- Views: 4855
Thanks Dick. Yes, that works. I had already used that method as a workaround. I am just trying to see if it is possible to do use the array variable directly in a complex expression. The way the array was loaded is let>crit[1]=IP_Criteria Thanks for the reply, JWM quote="JRL"]Try setting the array v...
- Tue May 08, 2007 11:59 am
- Forum: Technical / Scripting
- Topic: Complex Expression and Array with Variable
- Replies: 2
- Views: 4855
Complex Expression and Array with Variable
I have a script in which I have an array setup that stores range names from an Excel spreadsheet. The array is crit. When I call the array variable from a complex expression I get error messages. I have tried every combination of % signs around the variables I can think of and I still get an error. ...
- Fri Aug 26, 2005 9:24 pm
- Forum: Technical / Scripting
- Topic: Filebrowse & Edit Dialog Problems
- Replies: 3
- Views: 5911
File Browse & Edit in Dialog
Thanks for the quick response it works great. I was following the example in MS Help for non-modal dialogs. I thought I had to re-assign dialog variables to diaog to reflect the users selection on each iteration of the loop.
Does resetDialog only reset the dialog result to zero?
JWM
Does resetDialog only reset the dialog result to zero?
JWM
- Fri Aug 26, 2005 7:49 pm
- Forum: Technical / Scripting
- Topic: Filebrowse & Edit Dialog Problems
- Replies: 3
- Views: 5911
Filebrowse & Edit Dialog Problems
I have set up a script file (see below) to retrieve two files and allow the user to determine the period in years over which to execute the script. When I click the "Get Finance Extract File" button or the "Get CWIP Diffs File" button they will not always retrieve the file selected. It may take 3 - ...
- Tue Feb 15, 2005 1:47 pm
- Forum: Technical / Scripting
- Topic: FileBrowse Object in New Version 7.3.10
- Replies: 10
- Views: 11890
FileBrowse Object in New Version 7.3.10
Do you have an example of how to use the FileBrowse object in the new MS version 7.3.10?
- Tue Feb 01, 2005 1:38 pm
- Forum: Technical / Scripting
- Topic: SetEnvVar causes an modal Dialog box to popup
- Replies: 6
- Views: 8681
SetEnvVar Popup
I get the same result. The window that comes up shows the message "true". I tried adding CloseWindow>Macro* as next command, but the "true" message comes up before that line of script is executed. Bob, That cleared up the problem for me in both the test script I posted and the application script. T...
- Fri Jan 28, 2005 4:47 pm
- Forum: Technical / Scripting
- Topic: SetEnvVar causes an modal Dialog box to popup
- Replies: 6
- Views: 8681
SetEnvVar causes an modal Dialog box to popup
The following script causes a modal dialog box, with the title Macro..., to pop up when the script executes the setenvvar command. The user must click the OK button in the dialog box before processing continues. How do I keep the dialog box from appearing each time setenvvar is executed? I've includ...