Search found 10 matches
- Mon May 18, 2009 5:32 am
- Forum: Technical / Scripting
- Topic: Managing Message boxes of a desktop application
- Replies: 2
- Views: 3602
While scheduling a desktop application, i have a problem while handling message boxes. The application is for a file loading process. After completing the each load, it displays a message box(success or failure). How i can handle these message boxes(i want to close these message boxes). Also i have ...
- Mon May 18, 2009 4:42 am
- Forum: Technical / Scripting
- Topic: Managing Message boxes of a desktop application
- Replies: 2
- Views: 3602
Managing Message boxes of a desktop application
While scheduling a desktop application, i have a problem while handling message boxes. The application is for a file loading process. After completing the each load, it displays a message box(success or failure). How i can handle these message boxes(i want to close these message boxes). If any idea....
- Mon May 18, 2009 4:33 am
- Forum: Technical / Scripting
- Topic: Select drop downlist value
- Replies: 5
- Views: 5866
- Fri May 15, 2009 4:24 am
- Forum: Technical / Scripting
- Topic: Select drop downlist value
- Replies: 5
- Views: 5866
- Thu May 14, 2009 6:40 am
- Forum: Technical / Scripting
- Topic: Select drop downlist value
- Replies: 5
- Views: 5866
Select drop downlist value
Hi,
I have a drop down list in my form, which is filled with values from data base.(eg: clientname).
Its display member is Name and value menmber is ID.
Could please advice, if i pass the ID to the script, how can i select the name automatically through the script.
Thanks
rraghul
I have a drop down list in my form, which is filled with values from data base.(eg: clientname).
Its display member is Name and value menmber is ID.
Could please advice, if i pass the ID to the script, how can i select the name automatically through the script.
Thanks
rraghul
- Wed May 13, 2009 11:34 am
- Forum: Technical / Scripting
- Topic: Can i call a function from an exe
- Replies: 2
- Views: 3342
Can i call a function from an exe
Can i call a function that is written within an executable file(exe) from macro script or vbscript.
If any one can provide an idea, please help
If any one can provide an idea, please help
- Wed May 13, 2009 5:23 am
- Forum: Technical / Scripting
- Topic: Using dlls
- Replies: 7
- Views: 7192
- Tue May 12, 2009 11:04 am
- Forum: Technical / Scripting
- Topic: Using dlls
- Replies: 7
- Views: 7192
- Tue May 12, 2009 10:09 am
- Forum: Technical / Scripting
- Topic: Using dlls
- Replies: 7
- Views: 7192
- Tue May 12, 2009 9:34 am
- Forum: Technical / Scripting
- Topic: Using dlls
- Replies: 7
- Views: 7192
Using dlls
I have to access a function in a dll using the macro script. I tried using the 'LibFunc' to get that function in the dll, but it return a message 'Unable to load the dll'. I tried usiong the below given code snippet LibLoad>C:\Program Files\DM\dm_1.dll,hIE If>hIE=0 MessageModal>Could not load dm_1.d...