Hi, well first I apologize myself for the lack of information... sorry...
well, I'll copy the script, it is not large and will mark in bold the sentence where the error ocurres:
// Generated by MacroScript WebRecorder 1.70
// Recorded on miércoles, agosto 23, 2006, at 10:53 PM
LibLoad>IEAuto.dll,hIE
If>hIE=0
MessageModal>Could not load IEAuto.dll, make sure it is in the path or edit the LibLoad line.
Goto>end_script
EndIf
let>file=c:\test\8.txt
let>summary="hola mundo"
ReadFile>%file%,description
//Move the mouse cursor out of harm's way to avoid causing mouseover events to interrupt
MouseMove>0,0
Let>delay=1
Let>delay2=5
Wait>delay2
LibFunc>hIE,CreateIE,IE[3],0
LibFunc>hIE,Navigate,r,%IE[3]%,
http://webpage/newticket.asp
LibFunc>hIE,WaitIE,r,%IE[3]%
Wait>delay
Let>FrameName={""}
Let>FormName={"LoginForm"}
Let>FieldName={"usr_login"}
Let>FieldValue={"user"}
LibFunc>hIE,FormFill,r,%IE[3]%,str:FrameName,str:FormName,str:FieldName,str:FieldValue,0
Let>FrameName={""}
Let>FormName={"LoginForm"}
Let>FieldName={"usr_password"}
Let>FieldValue={"password"}
LibFunc>hIE,FormFill,r,%IE[3]%,str:FrameName,str:FormName,str:FieldName,str:FieldValue,0
Let>FrameName={""}
Let>FormName={"LoginForm"}
Let>TagValue={"new_login"}
LibFunc>hIE,ClickTag,r,%IE[3]%,str:FrameName,str:FormName,INPUT,NAME,str:TagValue
LibFunc>hIE,WaitIE,r,%IE[3]%
Wait>delay
Let>FrameName={""}
Let>FormName={"EditTicket"}
Let>FieldName={"ticket_summary"}
Let>FieldValue={%summary%}
LibFunc>hIE,FormFill,r,%IE[3]%,str:FrameName,str:FormName,str:FieldName,str:FieldValue,0
Let>FrameName={""}
Let>FormName={"EditTicket"}
Let>FieldName={"ticket_description"}
Let>FieldValue={%description%}
LibFunc>hIE,FormFill,r,%IE[3]%,str:FrameName,str:FormName,str:FieldName,str:FieldValue,0
Let>FrameName={""}
Let>FormName={"EditTicket"}
Let>TagValue={"Action"}
LibFunc>hIE,ClickTag,r,%IE[3]%,str:FrameName,str:FormName,INPUT,NAME,str:TagValue
LibFunc>hIE,WaitIE,r,%IE[3]%
Wait>delay2
LibFunc>hIE,KillIE,r,%IE[3]%
Label>end_script
If I use the debugger happens the same problem and in the line in bold:
LibFunc>hIE,ClickTag,r,%IE[3]%,str:FrameName,str:FormName,INPUT,NAME,str:TagValue
I try logging but no info appeared in the log...
Thanks and regards,