cancel
Showing results for 
Search instead for 
Did you mean: 

PROBLEM WITH FLOATING FIELDS

Former Member
0 Kudos

hi all,

I have used a flaoting field as a date time field, and i want to populate it based on input in another datetime field.

I tried a lot, but the values just doesnt go to that floating field.

I havr put the code in the exit event of the first datetime field.



if ( Date2Num(DateTimeField7.formattedValue,"DD MMMM YYYY") > date() ) then
   xfa.host.messageBox ("Date should not be greater than today's date","Deregistration Notification ")
   DateTimeField7.rawValue = ""
   DateTimeField11.rawValue =DateTimeField7.rawValue
   
Endif
   DateTimeField11.rawValue =DateTimeField7.rawValue

Kindly let me know hoe to populate a floating field at run time...

All help will be appreciated.

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Thread Closed