Thread: iWitness v2
View Single Post
  #56  
Old 03-23-2006, 06:10 AM
Unabridged Unabridged is offline
Senior Member
 
Join Date: Jun 2005
Posts: 968
Default Re: iWitness v2

i wrote a really cheap fix for the ########################Target didn't match table_name problem

i just inserted

<font class="small">Code:</font><hr /><pre>
IfNotInString, is_target, %table_name%
{

string = ####FIRST TRY#########Target didn't match table_name
Log(string)
ControlFocus, SysListView321
ControlSendRaw, SysListView321, %table_name%
ControlGet, is_target, List, Selected, SysListView321
} </pre><hr />

right before the original

<font class="small">Code:</font><hr /><pre> IfNotInString, is_target, %table_name%
{

string = ########################Target didn't match table_name
Log(string) </pre><hr />

i haven't had any problems since. and even if that ends up erroring we could always add another try
Reply With Quote