Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
DateTime picker activex - I dont wanna date yet!
Message
General information
Forum:
Visual FoxPro
Category:
ActiveX controls in VFP
Miscellaneous
Thread ID:
00825783
Message ID:
00825934
Views:
26
Hi Victor,

for readwrite use this:
timePicker.ControlSource='this.VFPDate'

*on timePicker class:

DEFINE CLASS myTimePicker ...
VFPDate=NULL
VFPControlSource = "myTable.MyField"

PROCEDURE VFPDate_Access
  RETURN EVL(NVL(EVALUATE(m.this.VFPControlSource),{}),"")
ENDPROC

PROCEDURE VFPDate_Assign
LPARAMETERS pickValue
  REPLACE (m.this.VFPControlSource) WITH m.pickValue
ENDPROC
I don't try it !

Fabio
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform