DATEPICKER

Post Reply
User avatar
Richard Chidiak
Posts: 946
Joined: Thu Oct 06, 2005 7:05 pm
Location: France
Contact:

DATEPICKER

Post by Richard Chidiak »

Hello

Datepicker always retreives the "today's date" whatever the setting. is this intentional or is it a bug ?

This is a small sample to show the problem

The date should show 14/06/2005 and not today's date

Thanks

Richard

Code: Select all | Expand


#include "C:\FWPPC\INCLUDE\FWCE.ch"

FUNCTION MAIN

local ownd, ;
      DDATE

SET DELETE ON
SET DATE TO FRENCH
SET CENTURY ON
SET EPOCH TO 2000

DDATE := CTOD("14/06/2005")

DEFINE WINDOW OWND

@ 0, 10  SAY "Date " OF OWND SIZE 30,15 PIXEL BORDER CENTER
@ 0, 50  DTPICKER DDATE OF OWND SIZE 80,15   PIXEL

activate window OWND
RETURN NIL
 
http://www.cbati.com

Uestudio
Fwh 13.05 Harbour 3.2 MSVC 2013
User avatar
Antonio Linares
Site Admin
Posts: 42519
Joined: Thu Oct 06, 2005 5:47 pm
Location: Spain
Has thanked: 31 times
Been thanked: 75 times
Contact:

Post by Antonio Linares »

Richard,

It has been already fixed. You may download a new FWPPC build that also includes the Class TWindow Method SetSize().
regards, saludos

Antonio Linares
www.fivetechsoft.com
User avatar
Richard Chidiak
Posts: 946
Joined: Thu Oct 06, 2005 7:05 pm
Location: France
Contact:

Post by Richard Chidiak »

Antonio Linares wrote:Richard,

It has been already fixed. You may download a new FWPPC build that also includes the Class TWindow Method SetSize().


Antonio :D

Gracias
http://www.cbati.com

Uestudio
Fwh 13.05 Harbour 3.2 MSVC 2013
Post Reply