Joel, Try either (1) GETPROPERTY edenroll TEXTVALUE .venrolldate or (2) GETPROPERTY edenroll TEXT .venrolldate (I believe Razzak said it was TEXT for variables)...
-----Original Message----- From: [email protected] [mailto:[EMAIL PROTECTED] On Behalf Of Joel Solomon Sent: Thursday, April 28, 2005 10:10 AM To: RBG7-L Mailing List Subject: [RBG7-L] - Variable Date Picker Good Morning, I have a variable date picker in my form that defaults to #date. When I change the date to another date, I want to save this date a corresponding column in the table. Below is what I have done so far. 1. Put a variable date picker in my form. The variable name is VENROLLDATE and this variable is set to #DATE. The component ID is edenroll. 2. I have a bit button to save the record and then: GETPROPERTY edenroll SHOWTODAY .venrolldate UPDATE StudentMaster SET Stu_EnrollmentDte = .venrolldate WHERE Stu_number = .vnumber When I look at the record, Stu_EnrollmentDte has the default date rather then the new date I entered in the form. What am I doing wrong? Joel Solomon V.P. Finance Barbizon International [EMAIL PROTECTED]
