Feb 10, 2004 #1 uhu IS-IT--Management Joined May 21, 2003 Messages 40 Location NZ Hi everyone, is there any Informix function that lets you jump to a specific row,column ? eg. ON KEY(F7) NEXT FIELD ma_testing[2].col3 -- 2nd row, 3rd column thanks in advance vito
Hi everyone, is there any Informix function that lets you jump to a specific row,column ? eg. ON KEY(F7) NEXT FIELD ma_testing[2].col3 -- 2nd row, 3rd column thanks in advance vito
Feb 11, 2004 #2 vpshriyan IS-IT--Management Joined Jul 26, 2002 Messages 356 Location IN Hi, FGL_SETCURRLINE() built-in function of version 7.3 lets you to jump into a particular row. Scan the following thread for more detail. thread876-710215 Regards, Shriyan Upvote 0 Downvote
Hi, FGL_SETCURRLINE() built-in function of version 7.3 lets you to jump into a particular row. Scan the following thread for more detail. thread876-710215 Regards, Shriyan
Feb 23, 2004 Thread starter #3 uhu IS-IT--Management Joined May 21, 2003 Messages 40 Location NZ Sorry for the late reply thanks very much Shriyan regards, vito Upvote 0 Downvote