Hi,

I need to convert few text based client access macros from an old client access version to xml macros in latest version of iacs. Since, xml does not support "go to" command, is there any way around to do multiple branching based on different conditions. I am quite new to XML programming. Any help would be highly appreciated.

eg:

wait 100 msec until "menu1 "
goto menu2 on timeout

wait 100 msec until "menu2"
goto menu3 on timeout

wait 100 msec until "menu3"
goto menu4 timeout

Thank You