At 07:40 AM 9/23/2014, Hodges, Dennis wrote:
... how do I programmatically place this value in the vBegEqp form field?
If the form field is a VARIABLE, you can simply use the following:
SELECT ....
SET VAR vBegEqp = .vEqpHigh
RECALC VARIABLES
RETURN
Where vEqpHigh is the selected value using the SELECT statement earlier.
If the form field is a DBControl, you can use the following PROPERTY
command:
PROPERTY <DBControlComponentID> TEXTVALUE .vEqpHigh
SAVEROW
RETURN
Notice the specific use of RECALC VARIABLES vs. SAVEROW in two different
scenarios to reflect/update the value.
That's all there is to it!
Very Best R:egards,
Razzak
www.rbase.com
www.facebook.com/rbase
--
31 years of continuous innovation!
16 Years of R:BASE Technologies, Inc. making R:BASE what it is today!
--
--- RBASE-L
================================================
TO POST A MESSAGE TO ALL MEMBERS:
Send a plain text email to [email protected]
(Don't use any of these words as your Subject:
INTRO, SUBSCRIBE, UNSUBSCRIBE, SEARCH,
REMOVE, SUSPEND, RESUME, DIGEST, RESEND, HELP)
================================================
TO SEE MESSAGE POSTING GUIDELINES:
Send a plain text email to [email protected]
In the message SUBJECT, put just one word: INTRO
================================================
TO UNSUBSCRIBE:
Send a plain text email to [email protected]
In the message SUBJECT, put just one word: UNSUBSCRIBE
================================================
TO SEARCH ARCHIVES:
Send a plain text email to [email protected]
In the message SUBJECT, put just one word: SEARCH-n
(where n is the number of days). In the message body,
place any
text to search for.
================================================