hallo forum;
i need help.
i've wrote a macro which checks a text entrie and call a template of my text module.
in my macro are 49 posibilities and in my text module are 49 posibilities.
if i edit my text an activate the F2 Key the macro starts. Problem: the both first entries are working correct. the rest are not correct working.
Please check my macro and check the text module an help me to find my failure.
Thank you
Stephan
My macro, sorry zip attachment doesn't work:
lgv_sel_word
InsertMode
ColumnModeOff
HexOff
UnixReOff
Key LEFT ARROW
IfCharIs "ask_mes"
Key RIGHT ARROW
Template 0
ExitMacro
EndIf
IfCharIs "default_set"
Key RIGHT ARROW
Template 1
ExitMacro
EndIf
IfCharIs "exists"
Key RIGHT ARROW
Template 2
ExitMacro
EndIf
IfCharIs "field_get_buf"
Key RIGHT ARROW
Template 3
ExitMacro
EndIf
IfCharIs "field_read"
Key RIGHT ARROW
Template 4
ExitMacro
EndIf
IfCharIs "field_ret_qry"
Key RIGHT ARROW
Template 5
ExitMacro
EndIf
IfCharIs "field_set_acc"
Key RIGHT ARROW
Template 6
ExitMacro
EndIf
IfCharIs "field_set_buf"
Key RIGHT ARROW
Template 7
ExitMacro
EndIf
IfCharIs "field_set_menu"
Key RIGHT ARROW
Template 8
ExitMacro
EndIf
IfCharIs "field_set_qry"
Key RIGHT ARROW
Template 9
ExitMacro
EndIf
IfCharIs "field_write"
Key RIGHT ARROW
Template 10
ExitMacro
EndIf
IfCharIs "file_choose"
Key RIGHT ARROW
Template 11
ExitMacro
EndIf
and so on.....
i need help.
i've wrote a macro which checks a text entrie and call a template of my text module.
in my macro are 49 posibilities and in my text module are 49 posibilities.
if i edit my text an activate the F2 Key the macro starts. Problem: the both first entries are working correct. the rest are not correct working.
Please check my macro and check the text module an help me to find my failure.
Thank you
Stephan
My macro, sorry zip attachment doesn't work:
lgv_sel_word
InsertMode
ColumnModeOff
HexOff
UnixReOff
Key LEFT ARROW
IfCharIs "ask_mes"
Key RIGHT ARROW
Template 0
ExitMacro
EndIf
IfCharIs "default_set"
Key RIGHT ARROW
Template 1
ExitMacro
EndIf
IfCharIs "exists"
Key RIGHT ARROW
Template 2
ExitMacro
EndIf
IfCharIs "field_get_buf"
Key RIGHT ARROW
Template 3
ExitMacro
EndIf
IfCharIs "field_read"
Key RIGHT ARROW
Template 4
ExitMacro
EndIf
IfCharIs "field_ret_qry"
Key RIGHT ARROW
Template 5
ExitMacro
EndIf
IfCharIs "field_set_acc"
Key RIGHT ARROW
Template 6
ExitMacro
EndIf
IfCharIs "field_set_buf"
Key RIGHT ARROW
Template 7
ExitMacro
EndIf
IfCharIs "field_set_menu"
Key RIGHT ARROW
Template 8
ExitMacro
EndIf
IfCharIs "field_set_qry"
Key RIGHT ARROW
Template 9
ExitMacro
EndIf
IfCharIs "field_write"
Key RIGHT ARROW
Template 10
ExitMacro
EndIf
IfCharIs "file_choose"
Key RIGHT ARROW
Template 11
ExitMacro
EndIf
and so on.....