Search found 47 matches: dts

Return to advanced search

Empty dates?

Hi,

I have used these changes on fwh 7.12 date picker, but as soon as I specify the DTS_SHOWNONE style, I get a checkbox inside my control.

Is there a reason anybody knows why this is happening?
by AlexSchaft
Thu May 22, 2008 10:25 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Date Picker
Replies: 9
Views: 2856

I Got it! cDateTime := CToD('') cTimeDate := '' .... REDEFINE DTPICKER oDate VAR cDateTime; ID 114 OF oDlg REDEFINE DTPICKER oTime VAR cTimeDate; ID 115 OF oDlg ..... In RC: #define DTS_SHOWNONE 0x0002 #define DTS_TIMEFORMAT 0x0009 ....Date Format..... CONTROL "", 114, "SysDateTimePick32", DTS_SHOW...
by fraxzi
Mon May 19, 2008 8:59 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Time Picker?
Replies: 6
Views: 1143

Hi Stefan! I can't find DTS_SHOWNONE value anyware in my FWH... ERROR Compiling my .RC with 'expecting window control style' :cry: I Can't find any working sample here either. Thanks for the input and regards, Ooooppppsssss I found it! #define DTS_SHOWNONE 0x0002
by fraxzi
Mon May 19, 2008 8:41 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Time Picker?
Replies: 6
Views: 1143

Frances,

add DTS_SHOWNONE to the style and you can have empty dates.

[/code]
by StefanHaupt
Mon May 19, 2008 8:09 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Time Picker?
Replies: 6
Views: 1143

... connection (UDL)'',; ''User''}; Is admited multirecord selection, copy paste with diferent kinds of tables. In the next version will be complited DTS (Data transformation service) Espero te pueda servir :D
by jose_murugosa
Sun Mar 02, 2008 1:58 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: DBU DE CLIPPER
Replies: 11
Views: 5429

Gracias Carlos por tu tiempo, te adjunto parte del rc con los 2 dialogos uno me funciona bien y otro me sucede el problema.. / RESOURCE SCRIPT generated by "Pelles C for Windows, version 4.50". #include <c:\xHarbour\include\windows.h> #include <c:\xHarbour\include\commctrl.h> #include &l...
by Pablo
Tue Feb 12, 2008 7:20 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Porque al aplicar el estilo botones xp
Replies: 7
Views: 1871

... oSay, oGrp[3], oGet[12], NOM:=SPACE(20) PRIVATE oDlgING, NREG:="Nuevo", oBut[20], Btmp[2], oBtmp[2], oCom[9] PRIVATE CIU:={}, EST:={}, ARB:={}, DTS:={}, EDC[22], RES[22], NDT:=REA:=REF:=LM:=0 PRIVATE JUGADL[14,4], JUGADV[14,4], GOLL[30,3], GOLV[30,3], PF[5,4] PRIVATE aTorn:={}, LOC:={}, VIS:={}, ...
by fespinoza
Tue Jan 08, 2008 4:12 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Ayuda con un "Harbour Exception Error"
Replies: 11
Views: 2713

Antonio, good work, congrats. I get a "style not found" msg for DS_3DLOOK, DTS_SHOWNONE (DatePicker) and all styles with 0x002000000 or similar (mostly twbrowse) BELEG0 DIALOG DISCARDABLE 0, 0, 282, 154 STYLE WS_POPUP|DS_MODALFRAME|DS_3DLOOK|WS_CAPTION|WS_SYSMENU|WS_VISIBLE CAPTION "Belegungsze...
by StefanHaupt
Thu Dec 13, 2007 12:16 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: FWH Resources Editor - Speed test
Replies: 85
Views: 18384

... 3.-Deshabilitando lIRMode pude Abrir el puerto COM3:, pero no puede enviar ni recibir datos. Tal vez hagan falta funciones del tipo Comm_DTR/DTS, o XON/XOFF ?? En tal caso, alguien podria explicarme los valores y como establecer el control de flujo? 4.-Aun cerrando el puerto debo reiniciar ...
by Arturo Lopesoria
Tue Oct 23, 2007 7:26 pm
 
Forum: FiveWin for Pocket PC
Topic: Serial Communication
Replies: 10
Views: 6586

Further to the above; If we want to use the short of long date formats that are set in the windows system, we can set the style of the TDtPicker object to DTS_SHORTDATEFOMAT (= 0 and is the default) or DTS_LONGDATEFORMAT (=4). For blank dates 'or' the style with DTS_SHOWNONE (= 2 ) (eg. oDtp:nStyle ...
by nageswaragunupudi
Sun Sep 23, 2007 10:09 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Small bug in TDPicker ?
Replies: 9
Views: 2338

interfaz grafica

... 15 Acrobat IEHelper 16 C:\WINDOWS\system32\cmd.exe 17 FFHook 18 NetscapeDispatchWnd 19 XPCOM:EventReceiver 20 MCI command handling window 21 DTS Connect 22 Dolby Home Threater 23 Advance Setting 24 TOOLBOX 25 Load EQ Preset 26 DeleteEQ 27 Save EQ 28 Realtek HD Audio Manager 29 BackMain_Form ...
by Pablo
Tue Aug 21, 2007 6:53 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Interfas gráfica
Replies: 27
Views: 6909

DtePick

Hello, I try to improve the visibility from Dtepicker when it has focus , from resources with DTS_SHOWNONE . When the Date object receives focus , the checkbox should indicate he has focus , but this isn't always clear . In one from mine aplications , there are 3 date objects. All off them seems to ...
by Frank Demont
Mon Nov 20, 2006 9:43 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: DtePick
Replies: 1
Views: 791

DTS_SHOWNONE value ? I don't know what all of these are for but? // begin_r_commctrl #define DTS_UPDOWN 0x0001 // use UPDOWN instead of MONTHCAL #define DTS_SHOWNONE 0x0002 // allow a NONE selection #define DTS_SHORTDATEFORMAT 0x0000 // use the short date format (app must forward WM_WININICHANGE me...
by Gale FORd
Thu May 11, 2006 2:12 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: DTPICKER with EMPTY Dates
Replies: 3
Views: 1326

DTS_SHOWNONE value ?
by dbzap
Thu May 11, 2006 11:29 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: DTPICKER with EMPTY Dates
Replies: 3
Views: 1326

REDEFINE DTPICKER Obj VAR Van ID 10 OF oDlg

with :


CONTROL "", 10 , "SysDateTimePick32", 0 | WS_CHILD | WS_VISIBLE | WS_TABSTOP | DTS_SHOWNONE , 205 , 9 , 60, 12
by Frank Demont
Thu May 11, 2006 6:34 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: DTPICKER with EMPTY Dates
Replies: 3
Views: 1326
PreviousNext

Return to advanced search