Bernie: Also, make sure to SET ECHO OFF before you start TRACE, otherwise it will not work properly. Javier,
Javier Valencia, PE President Valencia Technology Group, L.L.C. 14315 S. Twilight Ln, Suite #14 Olathe, Kansas 66062-4578 Office (913)829-0888 Fax (913)649-2904 Cell (913)915-3137 ================================================ Attention: The information contained in this message and or attachments is intended only for the person or entity to which it is addressed and may contain confidential and/or privileged material. Any review, retransmission, dissemination or other use of, or taking of any action in reliance upon, this information by persons or entities other than the intended recipient is prohibited. If you received this in error, please contact the sender and delete the material from all system and destroy all copies. ====================================================== -----Original Message----- From: [email protected] [mailto:[EMAIL PROTECTED] Behalf Of Javier Valencia Sent: Monday, June 13, 2005 4:42 PM To: RBG7-L Mailing List Subject: [RBG7-L] - RE: Cursor not visible when edit form comes up Press the <F10> key and the program should execute one line of code at the time, it will go through all the EEPs in the form and you can also trace variables. Make sure that you set MESSAGES on and ERROR MESSAGES ON so you can see all possible errors/messages. IMHO, the SET ECHO ON is of not much help in tracing code. Javier, Javier Valencia, PE President Valencia Technology Group, L.L.C. 14315 S. Twilight Ln, Suite #14 Olathe, Kansas 66062-4578 Office (913)829-0888 Fax (913)649-2904 Cell (913)915-3137 ================================================ Attention: The information contained in this message and or attachments is intended only for the person or entity to which it is addressed and may contain confidential and/or privileged material. Any review, retransmission, dissemination or other use of, or taking of any action in reliance upon, this information by persons or entities other than the intended recipient is prohibited. If you received this in error, please contact the sender and delete the material from all system and destroy all copies. ====================================================== -----Original Message----- From: [email protected] [mailto:[EMAIL PROTECTED] Behalf Of Bernard Lis Sent: Monday, June 13, 2005 4:22 PM To: RBG7-L Mailing List Subject: [RBG7-L] - RE: Cursor not visible when edit form comes up The trace screen comes up but it doesn't show anything except the edit command and return. ----- Original Message ----- From: "Albert Berry" <[EMAIL PROTECTED]> To: "RBG7-L Mailing List" <[email protected]> Sent: Monday, June 13, 2005 4:41 PM Subject: [RBG7-L] - RE: Cursor not visible when edit form comes up > Make a file BL.rmd and put the EDIT USING command in it. Then you can > trace BL.rmd. > > -- BL.rmd > edit using aisie where count=last > return > > > --- Bernard Lis <[EMAIL PROTECTED]> wrote: > >> >> > And so on. In your case, the line: >> > SET VAR RBTI_FORM_COLVALUE = 'A758185' >> > The value 'A758185' is the value of the column/variable with focus on >> > your >> > form. If you are getting errors, maybe you have an invalid value for >> > one >> > of >> > the fields. Also you might want to run your form in the TRACE mode to >> > determine if there is hidden code somewhere... >> > Javier, >> >> That is correct, that is the value in the first field. >> How do you trace a form?: trace edit using aisie where count=last ? >> That doesn't work. >> >> Bernie Lis >> >> > > > Albert Berry > Management Consultant > RR2 - 1252 Ponderosa Drive > Sparwood BC, V0B 2G2 > Canada > (250) 425-5806 > (250) 425-7259 > (708) 575-3952 (fax) > [EMAIL PROTECTED] > >
