At 11:53 AM 4/30/2013, Bill Niehaus wrote:
I notice that the form CustomerManagement in RRBYW18 only updates
the Cust ID information
when you click on a specific customer. In previous versions of
R:Base 9.5, all of the
information for a customer would update when you clicked on a customer.
Is there a setting that needs to be updated to allow the other
fields on the form to update?
Bill,
Here's how:
01. After CONNecting the RRBYW18, open the "CustomerManagement" form
in form designer.
02. Right-Click on the Variable Lookup ListBox on left, select
"Custom EEPs", and then
select "On Click EEP"
03. Review the code and make sure that it includes the "RECALC
VARIABLES" as follows:
-- On Click EEP
IF vCustID IS NULL THEN
PROPERTY Btn_Edit ENABLED 'FALSE'
ELSE
PROPERTY Btn_Edit ENABLED 'TRUE'
ENDIF
RECALC VARIABLES
RETURN
04. Click on [OK] button (lower right corner of the Editor) to Save changes.
05. Run the form and see what you get.
Have fun!
Very Best R:egards,
Razzak.
www.rbase.com
www.facebook.com/rbase