Page 1 of 1

New FWPPC build with DatePicker

PostPosted: Sun Mar 12, 2006 7:13 am
by Antonio Linares
There is a new FWPPC build with DatePicker support. FWPPC users may already download it:

Image
Code: Select all  Expand view
#include "FWCE.ch"

function Main()

   local oWnd, dDate := Date()
   
   DEFINE WINDOW oWnd TITLE "DatePicker"
   
   @ 2, 2 DTPICKER dDate OF oWnd
   
   ACTIVATE WINDOW oWnd ;
      ON CLICK MsgInfo( "Click!" )
   
return nil

PostPosted: Fri Mar 17, 2006 11:47 am
by Antonio Linares
Today we have published a new FWPPC build that allows DatePicker from resources. Please review samples\TestDtpR.prg