Search found 14 matches: dtepicker

Return to advanced search

Re: Dtepicker and VALID clausule

Frank, I just tried this change but no effect, I keep searching: METHOD KillFocus( hCtlFocus ) CLASS TControl   local oWnd   if ! Empty( hCtlFocus ) .and. ::bValid != nil .and. WndParents( hCtlFocus, ::hWnd ) .and. ;      ( oWnd := oWndF...
by Antonio Linares
Tue Nov 12, 2013 3:34 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Dtepicker and VALID clausule
Replies: 4
Views: 1043

Re: Dtepicker and VALID clausule

Antonio , // Testing GETs#include "FiveWin.ch"#include "DtPicker.ch"function Main()   LOCAL oDlg, oGet[3]   LOCAL cCad := "Testing    "   LOCAL nNum := 0   LOCAL dDat := Date()   Set cen...
by Franklin Demont
Tue Nov 12, 2013 1:17 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Dtepicker and VALID clausule
Replies: 4
Views: 1043

Re: Dtepicker and VALID clausule

Frank, I have modified this line of your code: @ 40, 48 DTPICKER oGet[3] VAR dDat OF oDlg SIZE 60, 10 VALID ( MsgBeep(), .T. ) /* MyValid(oGet[3],'YEAR(oGet:Varget())=2013') */ PIXEL and the beep seems to be fine. Could you please test it and check how to reproduce the problems that you describe ? ...
by Franklin Demont
Tue Nov 12, 2013 12:49 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Dtepicker and VALID clausule
Replies: 4
Views: 1043

Re: Dtepicker and VALID clausule

Frank, I have modified this line of your code: @ 40, 48 DTPICKER oGet[3] VAR dDat OF oDlg SIZE 60, 10 VALID ( MsgBeep(), .T. ) /* MyValid(oGet[3],'YEAR(oGet:Varget())=2013') */ PIXEL and the beep seems to be fine. Could you please test it and check how to reproduce the problems that you describe ? t...
by Antonio Linares
Tue Nov 12, 2013 10:58 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Dtepicker and VALID clausule
Replies: 4
Views: 1043

Dtepicker and VALID clausule

Hello, Next program uses the valid clausule from a get or dtepicker. When the valid is not satisfied , a message error is displayed and the original value is restored. This doesn't work when : 1) The second get has focus 2) clicking the 'action' key from ...
by Franklin Demont
Tue Nov 12, 2013 9:07 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Dtepicker and VALID clausule
Replies: 4
Views: 1043

DTEPICKER CONTROL SETUP

Can I set the year of dtpicker control ? sample : only 2010 and I not want the use can go on another year on dtpicker if I use Setdate(ddate,) it set the date sample : 12.04.2010 but then the user can select another year it save Instead i with the user must select for a sample only from jannuary 201...
by Silvio.Falconi
Fri Apr 12, 2013 4:48 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: DTEPICKER CONTROL SETUP
Replies: 0
Views: 302

Re: WDBU clone - xbrDBU

... what you mean http://img16.imageshack.us/img16/3282/captureio.jpg Antonio The picture shows that editing a cell in the dbf allows dtepicker objects . The controls from the cells are in fact controls from the dialog (or window) , so each control is possible and can be defined as ...
by Demont Brecht
Wed Aug 31, 2011 5:08 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: WDBU clone - xbrDBU
Replies: 25
Views: 14354

xbrowse : enhancement , inline editing

... a self made comboclass (xbrowse , btnget) In xbrowse i have to use the fwh combo class . Only get and listbox are possible NO CHECKBOX ,BTNGET , DTEPICKER , BUTTON ......... 2) bWhen ??????? 3) Editing one cell , this must be written in the dbf. So we have one cyclus from rlock / append , dbunlock. ...
by demont frank
Fri May 02, 2008 12:27 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: xbrowse : enhancement , inline editing
Replies: 6
Views: 3056

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 ...
by Frank Demont
Mon Nov 20, 2006 9:43 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: DtePick
Replies: 1
Views: 782

Hi

How to get the date in DD/MM/YYYY format from dtepicker ?

Regards

Ramesh Babu P
by RAMESHBABU
Wed Aug 09, 2006 12:19 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Date Picker
Replies: 9
Views: 2830

Dtepicker

Stefan,

Yes, i know this.

But it seems that i have not the same dtepicker (fw2.5 on release)

I think that there be made changes afterwards

Frank
by Frank Demont
Wed Nov 02, 2005 9:33 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Date Picker
Replies: 9
Views: 2830

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 ...
by Frank Demont
Wed Nov 02, 2005 6:25 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Date Picker
Replies: 9
Views: 2830

Re: Dtepicker

Frank: You must set the focus with :setfocus. Here you have an example with btnget class: REDEFINE BTNGET oDesde VAR cDesde ID 113 OF oDlg ; RESOURCE "B_Cld" PICTURE "@D" VALID ValDesde(oBrw,vCodigo,@cDesde,oDesde,@vSaldo,oSaldo) ; FONT oFont3; ACTION (aRec :=GetCoors(oDesde:hWnd),; cDesde:=Calend(c...
by DanielPuente
Wed Oct 12, 2005 1:47 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Dtepicker
Replies: 1
Views: 1310

Dtepicker

Hello,

When i jump to the pick routine , on returning NO FOCUS OBJECT is visible. I have to press the TAB button to see the next object in focus

It is very confusing and frustrating for a user to see no focus !!!!!
by Frank Demont
Tue Oct 11, 2005 4:16 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Dtepicker
Replies: 1
Views: 1310

Return to advanced search