New FWPPC build with DatePicker

Post Reply
User avatar
Antonio Linares
Site Admin
Posts: 42727
Joined: Thu Oct 06, 2005 5:47 pm
Location: Spain
Has thanked: 94 times
Been thanked: 108 times
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 | Expand

#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: 42727
Joined: Thu Oct 06, 2005 5:47 pm
Location: Spain
Has thanked: 94 times
Been thanked: 108 times
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