Search found 164 matches: leaving

Return to advanced search

DATEPICKER

... past from selection. maybe someone would be kind enough to give me a little hint. I was wondering if there is a way to set minimum and maximum and leaving the dates out of this range disabled also visually...to achieve kind of this look https://mybergland.com/ruth/datepicker_min_max.png ...
by Ruth
Mon Feb 26, 2024 10:01 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: DATEPICKER
Replies: 4
Views: 223

Back after 10 years due to illness [ Javier Lloris ]

... floppy disks went in the trash. Years of work in the trash, oh my goodness (everything came together at once, moving, illness and your wife leaving you with the second cancer, because I didn't help much to organize everything well, but that's life). Entre organizar todo sobre programación, ...
by jll-fwh
Wed Dec 13, 2023 1:03 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Back after 10 years due to illness [ Javier Lloris ]
Replies: 2
Views: 381

Re: Mark field as required

... to be in the wrong format, I color the field yellow. Thus in a phone field the user can type something like "ask Fred" instead of just leaving it blank. When a phone number is entered, the field turns white. Records that have missing or questionable data are pink or yellow. Then in ...
by James Bott
Tue Jul 25, 2023 1:24 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Mark field as required
Replies: 23
Views: 1779

Re: Problem with xBrowse

... enter with the empty table, the two records are added , one input and the next output, and they are displayed in the browse without problem. When leaving and returning to continue increasing more records, the browse throws the problem More data, I am simulating movements in a warehouse, inputs ...
by Armando
Sun May 28, 2023 2:37 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Problem with xBrowse (Fixed)
Replies: 34
Views: 2165

Re: XBROWSE : "Edit" only for Colume 3 and 4

... to nEditType of ALL COLUMNS. In your case please set: oBrw:aCols[ 3 ]:nEditType := EDIT_GEToBrw:aCols[ 4 ]:nEditType := EDIT_GET leaving the value of nEditType of all other columns to their default values, i.e., EDIT_NONE ( = 0 ) ah, thx for Answer
by Jimmy
Mon Apr 03, 2023 5:17 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: XBROWSE : "Edit" only for Colume 3 and 4
Replies: 2
Views: 247

Re: XBROWSE : "Edit" only for Colume 3 and 4

... to nEditType of ALL COLUMNS. In your case please set: oBrw:aCols[ 3 ]:nEditType := EDIT_GEToBrw:aCols[ 4 ]:nEditType := EDIT_GET leaving the value of nEditType of all other columns to their default values, i.e., EDIT_NONE ( = 0 )
by nageswaragunupudi
Mon Apr 03, 2023 3:58 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: XBROWSE : "Edit" only for Colume 3 and 4
Replies: 2
Views: 247

Re: Antonio, Example colors and themes

... This also happens with RadioButtons and CheckBox. Windows assumes the control appearance and I haven't found a way to change this. I'm now leaving it to the forum experts :lol: :lol: Ok, I was afraid of that. Thank you anyway. Only, I don't understand your example image: I see two themed ...
by Enrico Maria Giordano
Thu Dec 15, 2022 5:41 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Antonio, Example colors and themes
Replies: 19
Views: 1091

Re: Antonio, Example colors and themes

Enrico I tried every way and I couldn't. This also happens with RadioButtons and CheckBox.
Windows assumes the control appearance and I haven't found a way to change this.
I'm now leaving it to the forum experts :lol: :lol:
by Giovany Vecchi
Thu Dec 15, 2022 4:44 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Antonio, Example colors and themes
Replies: 19
Views: 1091

Re: Forcing to unlock a record

... it and only unlocking it when the record is saved, the record is only locked for a split second when the record saved. Thus, nobody can walk away leaving a record locked. One solution is that when the program reads a record into a dialog for editing, it also copies the original data to a second ...
by James Bott
Thu Dec 01, 2022 1:58 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Forcing to unlock a record
Replies: 10
Views: 786

Re: The more fancy Xbrowses the more slow they become ?

But mostly, I suggest leaving it to XBrowse, whether to Refresh() or RefreshCurrent() XBrowse knows it better. Let us not interfere. Now I wonder ..... I think I do some refresh to much then ? Are these refresh OK ? :bChange := { || ...
by Marc Venken
Sat Nov 05, 2022 3:47 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: The more fancy Xbrowses the more slow they become ?
Replies: 8
Views: 440

Re: The more fancy Xbrowses the more slow they become ?

or
oBrw:drawline


No.
Instead, use RefreshCurrent()

But mostly, I suggest leaving it to XBrowse, whether to Refresh() or RefreshCurrent()
XBrowse knows it better.
Let us not interfere.
by nageswaragunupudi
Sat Nov 05, 2022 3:07 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: The more fancy Xbrowses the more slow they become ?
Replies: 8
Views: 440

Re: TGet bLostFocus y WHEN no entiendo bien la lógica...

... "validate" the content of the get and for some use cases it is more correct to use the bLostFocus since they are actions to perform when leaving the focus regardless of the content of the get. get. I think bLostFocus is not working properly or I don't quite understand its purpose.
by VictorCasajuana
Fri Oct 21, 2022 3:00 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: TGet bLostFocus yWHEN no entiendo bien la lógica[SOLUCIONADO
Replies: 20
Views: 1106

empty date in xBrowse column

... the case of columns with empty date contents. If a user triggers the datepicker control by accident or curiousity, there is no way to escape by leaving the column value empty. Thanks for each hint. Detlef
by Detlef
Sat Sep 24, 2022 9:25 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: empty date in xBrowse column
Replies: 2
Views: 244

Re: Respaldo de base de datos mariadb desde fivewin

...  MsgInfo( cn():BackUp( nil, "g:\vp_act\mybackup\" ) + " Created" ) ) The user clicks the button everyday when leaving. What does this simple code cn():BackUp( nil, "g:\vp_act\mybackup\" ) do? First parameter is nil. That means the entire ...
by nageswaragunupudi
Mon Apr 04, 2022 12:27 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Respaldo de base de datos mariadb desde fivewin
Replies: 13
Views: 1209

Re: Respaldo de base de datos mariadb desde fivewin

...  MsgInfo( cn():BackUp( nil, "g:\vp_act\mybackup\" ) + " Created" ) ) The user clicks the button everyday when leaving. What does this simple code cn():BackUp( nil, "g:\vp_act\mybackup\" ) do? First parameter is nil. That means the entire ...
by nageswaragunupudi
Mon Apr 04, 2022 12:27 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Respaldo de base de datos mariadb desde fivewin
Replies: 13
Views: 1209
Next

Return to advanced search