Search found 81 matches: picker

Return to advanced search

Re: Date picker , empty date

Frank, this code from Roberto Chiaiese may help you: ----------------------------------------------- For those who are interested: Using the class TDatePicker is possible to return an empty date only using the DTS_SHOWNONE style. Unchecking the flag it will return the empty date. But if you pass an ...
by StefanHaupt
Wed Nov 02, 2005 8:46 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Date Picker
Replies: 9
Views: 2855

Date picker , empty date

In the first versions from dtepicker , there was no possibility to have a empty date I think that in fw 2.5 , there was a possibilty to have a checkbox that indicates that the date is empty (not sure) For me : i have two problems with dtepicker : 1) Can not have empty date 2) When the user go to the...
by Frank Demont
Wed Nov 02, 2005 6:25 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Date Picker
Replies: 9
Views: 2855

Re: Date Picker

From FWH samples: #include "FiveWin.ch" #include "dtpicker.ch" FUNCTION Main() local oWnd, oSay local dDate := Date() DEFINE WINDOW oWnd TITLE "DTPicker from code ...." @ 2, 2 DTPICKER dDate OF oWnd ON CHANGE oSay:Refresh&...
by Enrico Maria Giordano
Sat Oct 29, 2005 5:13 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Date Picker
Replies: 9
Views: 2855

Date Picker

Carlos:

Te agradezco el empujon pero te cuento que me tira error de compilación
Syntax Error "Parse error at 'DTPICKER'", será que me falta incluir algun archivo .h ?

Saludos
by Armando
Sat Oct 29, 2005 5:05 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Ejemplo de Date Picker
Replies: 5
Views: 1920

Ejemplo de Date Picker

Amigos:

Podría alguien enviarme un pequeño ejemplo para definir en recursos y usar en PRG el control Date Picker ?

Gracias, Saludos
by Armando
Sat Oct 29, 2005 2:23 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Ejemplo de Date Picker
Replies: 5
Views: 1920

Date Picker

Could somebody send to me a small example to define in resources and to use in PRG file the DATE PICKER control ?

Regards
by Armando
Sat Oct 29, 2005 2:20 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Date Picker
Replies: 9
Views: 2855
Previous

Return to advanced search