I need help knowing what I have done wrong with this. I keep having 'Cannot type to field. (Line #4).
Many thanks.
# DEXVERSION=11.00.0352.000 2 2
CheckActiveWin dictionary 'default' form 'IV_Transaction_Entry' window 'IV_Transaction_Entry'
# Key 1: '0', '', '0.00000'
TypeTo line 2 scrollwin 'IV_Transaction_Scroll' field 'Item Number' , 'S-F440'
# Key 1: '0', '', '0.00000'
MoveTo line 2 scrollwin 'IV_Transaction_Scroll' field 'U Of M'
# Key 1: '0', '', '0.00000'
MoveTo line 2 scrollwin 'IV_Transaction_Scroll' field 'TRX QTY'
# Key 1: '0', '', '0.00000'
TypeTo line 2 scrollwin 'IV_Transaction_Scroll' field 'TRX QTY' , '5'
# Key 1: '0', '', '0.00000'
MoveTo line 2 scrollwin 'IV_Transaction_Scroll' field 'Unit Cost'
# Key 1: '0', '', '0.00000'
MoveTo line 2 scrollwin 'IV_Transaction_Scroll' field 'TRX Location'
TypeTo line 2 scrollwin 'IV_Transaction_Scroll' field 'TRX Location' , 'SHORT DATE'
# Key 1: '0', '', '0.00000'
TransLinePrepare scrollwin 'IV_Transaction_Scroll'
NewActiveWin dictionary 'default' form 'IV_Transaction_Entry' window 'IV_Transaction_Lot_Numbers'
WindowMove dictionary 'default' form 'IV_Transaction_Entry' window 'IV_Transaction_Lot_Numbers' pointh 403 pointv 35
TypeTo field 'Lot Number' , '12300'
MoveTo field 'QTY Selected'
TypeTo field 'QTY Selected' , '5'
MoveTo field 'Expansion Button 1'
ClickHit field 'Expansion Button 1'
NewActiveWin dictionary 'default' form 'IV_Lot_Attributes' window 'IV_Lot_Attributes'
MoveTo field 'Expiration Date'
TypeTo field 'Expiration Date' , '71214'
MoveTo field 'OK Button'
ClickHit field 'OK Button'
NewActiveWin dictionary 'default' form 'IV_Transaction_Entry' window 'IV_Transaction_Lot_Numbers'
MoveTo field 'Insert Button'
ClickHit field 'Insert Button'
MoveTo field 'OK Button K'
ClickHit field 'OK Button K'
NewActiveWin dictionary 'default' form 'IV_Transaction_Entry' window 'IV_Transaction_Entry'
ActivateWindow dictionary 'default' form 'IV_Transaction_Entry' window 'IV_Transaction_Entry'
MoveTo field 'Save Button'
ClickHit field 'Save Button'