Search found 656 matches: length

Return to advanced search

Re: Windows 11 Fluent Design

... gradient colors change to blend in with the color of the current background. Thus the same gradient on one side of the window may vary along it's length to blend better. Now I am wondering if there is any way to inherit the shadowing of the window class so it inherits the sophisticated shadowing? ...
by James Bott
Sun Oct 03, 2021 4:16 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Windows 11 Fluent Design
Replies: 43
Views: 9593

Re: HBSSL CON FUNCIONES DE DIEGO FAZIO INCLUIDAS

antonio Enlace las librerias que me dices de tu distribucion y la cosa empeoro :( Embarcadero C++ 7.00 for Win32 Copyright (c) 1993-2015 Embarcadero Technologies, Inc. .\OBJ\winfacel.hrb: c:\bcc7\bin\ilink32.exe -Gn -aa -Tpe -s -I.\OBJ @make.tmp Turbo Incremental Link 6.70 Copyright (c) 1997-2014 Em...
by rterraz
Fri Sep 17, 2021 6:49 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: HBSSL CON FUNCIONES DE DIEGO FAZIO INCLUIDAS
Replies: 43
Views: 5355

Re: No funcionan los Ejemplos TWeb

... work: 'salary' => Alltrim(transform( (cAlias)->salary,"@Z 999999.99" ) ) }) look into the console F!2 for ( n = 0; n < data.length; n++) { console.log( parseFloat( data[n].salary ) ); console.log("--"); console.log(parseFloat( data[n].salary).toLocaleString('us-US', ...
by Otto
Sun Aug 29, 2021 6:23 pm
 
Forum: mod_harbour
Topic: No funcionan los Ejemplos TWeb
Replies: 26
Views: 3716

Re: xBrowse evitar el dialogo popup al capturar un string largo

... IfNil( ::oRs:Fields( cnCol ):Value, "" ), 200) ) }  At present, xbrowse treats any VarChar field with length >100 as memo and length <= 100 as Char. The limit of 100 is now hard coded in xbrowse. In the next version, we will make this value programmer ...
by nageswaragunupudi
Sun Aug 29, 2021 1:39 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: xBrowse evitar el dialogo popup al capturar un string largo
Replies: 4
Views: 716

Re: ApplyParams Tdatabase

... Since the one you are editing is not available for it's own date range it will not show as available anyway. If you are looking to shorten the >length of stay, then you don't need to search at all. >You can immediately just change the checkout date without any searching at all. Since you ...
by Silvio.Falconi
Thu Jul 15, 2021 9:08 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: ApplyParams Tdatabase
Replies: 8
Views: 1332

Re: ApplyParams Tdatabase

... Since the one you are editing is not available for it's own date range it will not show as available anyway. If you are looking to shorten the length of stay, then you don't need to search at all. But now customer James Bott thinks about it, the customer James Bott wants to change the period ...
by James Bott
Thu Jul 15, 2021 5:34 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: ApplyParams Tdatabase
Replies: 8
Views: 1332

Re: ApplyParams Tdatabase

... for a specific room type (or room ID), check_in, and check_out dates. -Three criteria >3) Find out if an existing room reservation can be lengthened and which way (add days for the front or back of the existing reservation). -Three criteria, room ID, length of extension (days), and which ...
by Silvio.Falconi
Thu Jul 15, 2021 5:40 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: ApplyParams Tdatabase
Replies: 8
Views: 1332

Re: ApplyParams Tdatabase

... available for a specific room type (or room ID), check_in, and check_out dates. -Three criteria 3) Find out if an existing room reservation can be lengthened and which way (add days for the front or back of the existing reservation). -Three criteria, room ID, length of extension (days), and which ...
by James Bott
Thu Jul 15, 2021 12:19 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: ApplyParams Tdatabase
Replies: 8
Views: 1332

Re: Error on search a record on dbf with tdatabase

... NEW reservation. All you need to find out is if the new day is available , so you search for the new day only. If it is, then you change the length of the original reservation to include the new day. Simple. If they want add 2 days (or more) then you search for availability of the new days ...
by Silvio.Falconi
Wed Jul 07, 2021 10:08 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Error on search a record on dbf with tdatabase
Replies: 18
Views: 1611

Re: Error on search a record on dbf with tdatabase

... NEW reservation. All you need to find out is if the new day is available , so you search for the new day only. If it is, then you change the length of the original reservation to include the new day. Simple. If they want add 2 days (or more) then you search for availability of the new days ...
by James Bott
Wed Jul 07, 2021 8:05 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Error on search a record on dbf with tdatabase
Replies: 18
Views: 1611

Re: JavaScript is a case-sensitive language

... you crazy at begining ;) - Semicolon ( ; ) is to finish an statement in FW is to continue next line with curent command - Because index zero length() is equal to : array's / string's length + 1 - and others... However it has some stuff I just love it : Methods !!! FW : local cUsrName := "juan ...
by Raymundo Islas M.
Sat Jun 26, 2021 3:34 pm
 
Forum: mod_harbour
Topic: JavaScript is a case-sensitive language
Replies: 3
Views: 603

Re: check existing first and last on customer

... unless you are looking them up in a different file, then you need to use the field size of that file (or make the fields in that file the same length). In fact field sizes should always be made the same in each file that is using the same name fields. These are all problems that unique primary ...
by Silvio.Falconi
Mon Jun 14, 2021 10:18 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: check existing first and last on customer - RESOLVED !!!
Replies: 23
Views: 2633

Re: check existing first and last on customer

... unless you are looking them up in a different file, then you need to use the field size of that file (or make the fields in that file the same length). In fact field sizes should always be made the same in each file that is using the same name fields. These are all problems that unique primary ...
by James Bott
Mon Jun 14, 2021 10:09 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: check existing first and last on customer - RESOLVED !!!
Replies: 23
Views: 2633

Re: MySQL Tablas Temporales

Not correct
Code: Select all  Expand view

[CREATE TEMPORARY TABLE ]+cTable
 


Correct:
Code: Select all  Expand view

[CREATE TEMPORARY ]+cTable
 


Note:
Maximum length of field name is 64
by nageswaragunupudi
Tue Apr 27, 2021 8:08 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: MySQL Tablas Temporales
Replies: 3
Views: 491

Re: OT : Problem with this forum?

... make sure you have Allow persistent logins:= Yes Determines whether users can autologin when they visit the board. Persistent login key expiration length (in days): = 0 Number of days after which persistent login keys are removed or zero to disable. Validate browser: = Yes Enables browser validation ...
by Marc Venken
Wed Apr 07, 2021 8:50 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: OT : Problem with this forum?
Replies: 65
Views: 5180
PreviousNext

Return to advanced search