Search found 87 matches

by mfauzim
Tue Oct 31, 2006 3:16 am
Forum: Technical / Scripting
Topic: vbscript error
Replies: 6
Views: 7073

vbscript error

I have error when try to call vbscript function. GoSub>ACT_AsasTelRtn //let>cenddate //messagemodal>ActivationStatus let>aa=%ActivationStatus% let>SwitchResult='%H30%' //messagemodal>H30 //messagemodal>SwitchResult //Vbeval>AsasDataUpdateStatus("%aa%","%currentdate%","%SwitchResult%"),cstatreply //...
by mfauzim
Sat Oct 21, 2006 12:58 am
Forum: Technical / Scripting
Topic: Script work in Devl but not in Prod Vmware machine
Replies: 3
Views: 4503

Code is correct only error with MDAC

Sorry guy for late reply, i managed to solved it by using pracle odbc. Previously I used microsoft odbc for oracle, I keep getting error on vmware, but after change odbc to oracle odbc driver, everything works without any code change
by mfauzim
Wed Oct 18, 2006 9:58 am
Forum: Technical / Scripting
Topic: Script work in Devl but not in Prod Vmware machine
Replies: 3
Views: 4503

Script work in Devl but not in Prod Vmware machine

I have a script which is able to pull data from oracle in insert in mssql. it works in the . When I move the compile app to prod machine which is using vmware, the system give the following error code:

adodb.connection : 3704
operation is not allowed when object is closed.

any help pls.
by mfauzim
Tue Oct 17, 2006 9:40 am
Forum: Technical / Scripting
Topic: HOw to get date and time
Replies: 1
Views: 4042

HOw to get date and time

How do I get datetime in MS so that I can insert the value into my MSSQL fieldtype datetime. I understand MS only has getdate and gettime not getdatetime
by mfauzim
Tue Oct 10, 2006 2:08 am
Forum: Beginners
Topic: how to recognize html field value
Replies: 1
Views: 3201

how to recognize html field value

i have a html code as below: // step 2 . select action required Let>FrameName={""} Let>FormName={"manactv"} Let>FieldName={"cmbCommandId"} //Let>FieldValue={"Display Tel. Status"} Let>FieldValue={"Reconnect All"} LibFunc>hIE,FormFill,r,%IE[0]%,str:FrameName,str:FormName,str:FieldName,str:FieldValue,...
by mfauzim
Mon Oct 09, 2006 10:11 am
Forum: Technical / Scripting
Topic: VB script does not show parameter content
Replies: 2
Views: 3619

It Works

Thanks Marcus, how can I miss that. Need some sleep i guess.

regards
by mfauzim
Mon Oct 09, 2006 9:46 am
Forum: Technical / Scripting
Topic: VB script does not show parameter content
Replies: 2
Views: 3619

VB script does not show parameter content

Need help to trouble shoot this script, MS macro below: GoSub>Set_AsasTelRtn //messagemodal>AsasTelRtn Let>ActivationStatus=A GoSub>ACT_AsasTelRtn //messagemodal>ActivationStatus let>aa=%ActivationStatus% messagemodal>aa // aa shows S or F Vbeval>AsasDataUpdateStatus(%aa%),cstatreply my vbscript cod...
by mfauzim
Mon Sep 25, 2006 11:07 am
Forum: Technical / Scripting
Topic: How to read Clipboard
Replies: 6
Views: 7209

I've Read

I've read, but sometime just not sure and dont have time to do any trial. With the current dateline, I have to learn while doing the project. Thanks for your info.
regards
by mfauzim
Mon Sep 25, 2006 8:59 am
Forum: Technical / Scripting
Topic: How to read Clipboard
Replies: 6
Views: 7209

Next step

Thanks marcus, in this java app, the only way for me to copy to clipboard is by menu steps
1. press alt
2. press button e ( how do I press E in MS)
3. press A ( for select all . issue same sa 2)
4. press c ( copy . same 2)

regards
by mfauzim
Mon Sep 25, 2006 6:58 am
Forum: Technical / Scripting
Topic: How to read Clipboard
Replies: 6
Views: 7209

Do we need to export the clipboard to outfile first?

Any suggestion is welcome,

My question si dow we need tp export clipboard to output file first then use readln in order to check each page/line to find content of text1, text2 etc. or Is there anyt other elegant way to address this. Any suggestion is very much appreciated
by mfauzim
Sat Sep 23, 2006 10:39 pm
Forum: Technical / Scripting
Topic: How to read Clipboard
Replies: 6
Views: 7209

How to read Clipboard

In one of the java web app which I need to interface, I can get a clipboard of the whole app screen in text. I am looking for advice on how: 1. how do I know on which line and which position does a certain dynamic text exist on the clipboard. Example: Screen sample: title text1 text2 text3 text4 tex...
by mfauzim
Sat Sep 23, 2006 8:31 am
Forum: Technical / Scripting
Topic: Help on AutoIe ContainsText
Replies: 2
Views: 3846

It works

Thanks it works like a charm
by mfauzim
Sat Sep 23, 2006 7:38 am
Forum: Technical / Scripting
Topic: Help on AutoIe ContainsText
Replies: 2
Views: 3846

Help on AutoIe ContainsText

Can anybody share samples for ieauto containstext function. I'm dont understand the syntax in the help.

regards
by mfauzim
Fri Sep 22, 2006 5:15 am
Forum: Technical / Scripting
Topic: how to determie web app timeout
Replies: 0
Views: 2336

how to determie web app timeout

I've developed script to automate web query to our internal application. So far it works just fine. BUt recently we encounter where our internal web app just hang out. My question is there any way we can determine whether the web app is working fine or hang during the script process. I've search the...
by mfauzim
Thu Sep 21, 2006 12:11 pm
Forum: Technical / Scripting
Topic: how to recognize dynamic text on java applet
Replies: 3
Views: 4216

I will try with texttract

Thanks marcus for the lead, I will try the texttract and will post any progress.

regards
Sign up to our newsletter for free automation tips, tricks & discounts