Search found 87 matches

by mfauzim
Mon Sep 18, 2006 12:04 pm
Forum: Technical / Scripting
Topic: Cannot connect to oracle using ODBC
Replies: 16
Views: 14212

Already debug

Already debug, when call OpenEquestData, reply is no value.
just dont know what's wrogn with the OpenEquestData, test sql with sqlnavigator, it works. odbc is ok.
by mfauzim
Mon Sep 18, 2006 11:19 am
Forum: Technical / Scripting
Topic: Cannot connect to oracle using ODBC
Replies: 16
Views: 14212

Still cannot work

My last script has some error, My amaneded script I think ok, but the return value is still nil. below is my code. Appreciate any help : VBSTART Dim Recordset Dim SomeVar Dim eQuestSQLString dim OpenProcessData dim pEquestOdbc dim pEquestData dim aRtnOdbc dim aRtn Function OpenEquestData OpenEquestD...
by mfauzim
Mon Sep 18, 2006 10:38 am
Forum: Technical / Scripting
Topic: Cannot connect to oracle using ODBC
Replies: 16
Views: 14212

Cannot connect to oracle using ODBC

I am trying to connect to oracle and pull data using odbc, then load the data to another table in another database using odbc. based on sample in the forum I comeup with this but it seem do nopt work. Here is the code: VBSTART Dim SQLString Dim MyDB Dim rsRTN Sub OpenRecordSet set MyDB = CreateObjec...
by mfauzim
Mon Sep 18, 2006 8:51 am
Forum: Technical / Scripting
Topic: How to Press Ok button on webpage
Replies: 29
Views: 23005

share the code

attache is the code for anyone to review; SRT>ACT_TelRtn //label>ACT_TelRtn Let>FrameName={""} Let>FormName={"manactv"} Let>FieldName={"txtTelNo"} Let>FieldValue=%TelRtn% LibFunc>hIE,FormFill,r,%IE[0]%,str:FrameName,str:FormName,str:FieldName,str:FieldValue,0 // step 1 refresh button. and display va...
by mfauzim
Fri Sep 15, 2006 10:24 am
Forum: Technical / Scripting
Topic: How to Press Ok button on webpage
Replies: 29
Views: 23005

Thank for the Real Support

Marcus, thanks for rsolving my problem thru the remote control.
I would like to register my appreciation for all the support and this is what I call a real first class support.


regards
by mfauzim
Fri Sep 15, 2006 9:10 am
Forum: Technical / Scripting
Topic: How to Press Ok button on webpage
Replies: 29
Views: 23005

Still Not working

I've copied your code, but somehow it still not working on my machine. As for remote desktop, I already reequested for it.

regards
by mfauzim
Fri Sep 15, 2006 8:50 am
Forum: Technical / Scripting
Topic: How to Press Ok button on webpage
Replies: 29
Views: 23005

Still Not working

Dear Marcus, i have tried all your suggestion and even goes back to my iroginal scripte. rebooot computer, but still it cannot work. Pls help, I need to demo to customer next week/tuesday..Really appreciate your help all the while below is my lates code and with all the remarks/comments. pls feel fr...
by mfauzim
Thu Sep 14, 2006 10:51 am
Forum: Technical / Scripting
Topic: How to Press Ok button on webpage
Replies: 29
Views: 23005

More info

When execute the last submit, the form do not submit, but it return to state when it start to press 'refresh' button with telno inside the text field.

regards
by mfauzim
Thu Sep 14, 2006 10:48 am
Forum: Technical / Scripting
Topic: How to Press Ok button on webpage
Replies: 29
Views: 23005

Still Cannot Work- form did not submit

I'v tried as your suggestion: see code below, but still form do not submit. Let>FrameName={""} Let>FormName={"manactv"} Let>TagValue={"pbRefresh"} LibFunc>hIE,ClickTag,r,%IE[0]%,str:FrameName,str:FormName,INPUT,NAME,str:TagValue LibFunc>hIE,WaitIE,r,%IE[0]% Wait>delay Let>FrameName={""} Let>FormName...
by mfauzim
Thu Sep 14, 2006 10:05 am
Forum: Technical / Scripting
Topic: How to Press Ok button on webpage
Replies: 29
Views: 23005

Cannot Swap the field

We cannot swp the entry sequence because of the following: 1. enter telno then click refresh button, The refresh button will populate action allowed in the drop down button. If we do not refresh button, then there will be no pull down action population 2select action . Display Tel. Status 3. click a...
by mfauzim
Thu Sep 14, 2006 9:40 am
Forum: Technical / Scripting
Topic: How to Press Ok button on webpage
Replies: 29
Views: 23005

Another issue

I already did as your suggestion, but it did not submit the form: below is the fix code: Let>FrameName={""} Let>FormName={"manactv"} Let>FieldName={"cmbCommandId"} Let>FieldValue={"Display Tel. Status"} LibFunc>hIE,FormFill,r,%IE[0]%,str:FrameName,str:FormName,str:FieldName,str:FieldValue,submit //L...
by mfauzim
Thu Sep 14, 2006 9:16 am
Forum: Technical / Scripting
Topic: What is the correct syntax
Replies: 9
Views: 7661

Thanks to all the effort.

Very appreciate of all the help I get here.
by mfauzim
Thu Sep 14, 2006 9:13 am
Forum: Technical / Scripting
Topic: What is the correct syntax
Replies: 9
Views: 7661

Manage to solve

I manage to solve , i miss one place where there is space in the subroutine. It is a hard habit to break from my fox programming style
regards
by mfauzim
Thu Sep 14, 2006 8:51 am
Forum: Technical / Scripting
Topic: How to Press Ok button on webpage
Replies: 29
Views: 23005

pbactv exist when copy but disappleay after submit

I will try again: Manual Switch Activation /* Added on 21/1/98 to suite Internet Explorer*/ var defaultEmptyOK = false function isDigit (c) { return ((c >= "0") && (c function fnFormCheck() { if (document.referrer == null || document.referrer == "") { alert("Illegal Entry...!"); window.close(); wind...
by mfauzim
Thu Sep 14, 2006 8:48 am
Forum: Technical / Scripting
Topic: What is the correct syntax
Replies: 9
Views: 7661

code attach

Here the code: Really appreciate with all your help here: Dear sir, this code is related to my other issue in another thread. So there is 2 issues here s mention is the other thread. // Generated by MacroScript WebRecorder 1.71 // Recorded on Wednesday, September 13, 2006, at 06:29 PM LibLoad>IEAuto...
Sign up to our newsletter for free automation tips, tricks & discounts