New FWPPC build with DatePicker

Post Reply
User avatar
Antonio Linares
Site Admin
Posts: 37481
Joined: Thu Oct 06, 2005 5:47 pm
Location: Spain
Contact:

New FWPPC build with DatePicker

Post by Antonio Linares »

There is a new FWPPC build with DatePicker support. FWPPC users may already download it:

Image

Code: Select all

#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
regards, saludos

Antonio Linares
www.fivetechsoft.com
User avatar
Antonio Linares
Site Admin
Posts: 37481
Joined: Thu Oct 06, 2005 5:47 pm
Location: Spain
Contact:

Post by Antonio Linares »

Today we have published a new FWPPC build that allows DatePicker from resources. Please review samples\TestDtpR.prg
regards, saludos

Antonio Linares
www.fivetechsoft.com
Post Reply