Bernie:
When I do:
SET ECHO ON
Edit using my_form
Then on the R> screen displays:
SET VAR RBTI_FORM_COLVALUE TEXT = 'ADMIN'
Where 'ADMIN' is the value of the first field in the form; as I tab to the
following fields, new lines appear showing the values of the fields as I
move through the form:
SET VAR RBTI_FORM_COLVALUE TEXT = 'Administration'
SET VAR RBTI_FORM_COLVALUE TEXT = '004-1506-7310'
Where 'Administration' is the value of the second field, '004-1506-7310' the
third field and so on...
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,

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 2:24 PM
To: RBG7-L Mailing List
Subject: [RBG7-L] - RE: Cursor not visible when edit form comes up

Javier,
No this is not one of my commands.
Try this:
set echo on, then do an edit using OneOfYourForms and see if you get this
error.
I get it on many different forms.

Bernie Lis
----- Original Message -----
From: "Javier Valencia" <[EMAIL PROTECTED]>
To: "RBG7-L Mailing List" <[email protected]>
Sent: Monday, June 13, 2005 3:16 PM
Subject: [RBG7-L] - RE: Cursor not visible when edit form comes up


> Bernie:
>>> SET VAR RBTI_FORM_COLVALUE  = 'A758185'
> Is this command on your entry EEP? If yes, I believe that you cannot
> change
> the value of a system variable; the value of this variable is set by the
> system and it is the value of the column with focus in a form. If you want
> to change the actual value of a column, use the PROPERTY command and then
> RBTI_FORM_COLVALUE will have that value when the column in question has
> focus.
> 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 2:02 PM
> To: RBG7-L Mailing List
> Subject: [RBG7-L] - Cursor not visible when edit form comes up
>
> With echo set on, I get this:
>
> edit using aisie where count=insert
> SET VAR RBTI_FORM_COLVALUE  = 'A758185'
> -ERROR- Unrecognized command - retype it (  40)
> SET VAR RBTI_FORM_COLVALUE INTEGER = '999'
>
> At the point of the error, (if messages are set off and echo is off) there
> seems to ba an unexplainable pause where a cursor is expected to be seen.
> Pressing [Enter] then makes the cursor visible in the expected first
> field.
>
> what could be causing this error?
>
> Bernie Lis
>
>

Reply via email to