Mike

I am using part of your demo.  I am sure I do not
fully understand it, a lot of it is over my head.

I have a CK box Vfhelp that is set to T or F.
I can understand this logic but I am not sure I
know enough to do the other suggestions.

My eep

IF Vfhelp = 'T' THEN
  SET VAR vtablname = .RBTI_FORM_TBLNAME
-- or I may get the formname instead of table name
  SET VAR vfldname = .RBTI_FORM_COLNAME

 ??if there is no colname somehow get the button name???

  EDIT USING fhelp WHERE tabname = . vtablname AND fldname = .vfldname
ELSE
-- do normal stuff for that object
ENDIF

Thanks
Marc


----- Original Message ----- 
From: "MikeB" <[EMAIL PROTECTED]>
To: "RBG7-L Mailing List" <[email protected]>
Sent: Tuesday, August 30, 2005 7:31 PM
Subject: [RBG7-L] - Re: SET VAR vbutton = (CVAL('form_field_name'))


>
> >I gather you are trying to do the following:
> >. The user clicks on an "Assist me" button, any subsequent clicks on
> >other buttons initiate a help screen for the specific button, until this
> >help is cancelled.
>
> This behavior is demonstrated in the RichEdit Demo at
> http://www.rbasecommunity.com/ Item #10.  The Help authoring system shows
how
> to implement help for a control by toggling on or off a radio button on
the
> form.
>
>

Reply via email to