Search found 24 matches: treats

Return to advanced search

Re: xBrowser click

Mr Rao,

I need to treat each xBrowser cell as if it were a button. Simply click on it and it will perform an action.

The bLClicked command, it seems, treats the entire line.

Att.,

Oliveiros Junior
by oliveiros junior
Tue Oct 17, 2023 4:58 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: xBrowser click
Replies: 16
Views: 976

New FTDN July/Julio (FWH 23.07)

... ABC XEval( "Upper()", c ) --> ABC If uVar is neither a codeblock or a valid function name, uVar itself is returned * fw_stricmp() treats nil as lower than other datatypes * New: We know that it is a tedious task to write help for an app, so we have implemented a real simple way ...
by Antonio Linares
Thu Jul 27, 2023 6:13 pm
 
Forum: WhatsNew / Novedades
Topic: New FTDN July/Julio (FWH 23.07)
Replies: 7
Views: 1082

Re: SetClipboardData to UTF-8

... https://imagizer.imageshack.com/img922/191/g20x54.gif Please use an editor which treats all UTF8 text correctly for Unicode programs
by nageswaragunupudi
Fri Jun 30, 2023 11:08 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: SetClipboardData to UTF-8
Replies: 14
Views: 1075

Re: Mr. Rao - Error using BIT type with TRecSet Class - Ado

... tested and TReSet class deals with BIT fields properly. BIT field needs to be defined like this: `MARRIED` bit(1) DEFAULT b'0', ADO always treats BIT fields as Boolean values ( Type 11 adBoolean ). ADO does not natively support treating TINYINT as LOGICAL. If we want, we need to handle ...
by nageswaragunupudi
Mon Aug 29, 2022 4:49 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Mr. Rao - Error using BIT type with TRecSet Class - Ado
Replies: 3
Views: 392

Re: Clase Nativa MySql

... is to insert the record without any value to auto-inc field and then get the LAST_INSERT_ID to inform the user. By default, the RowSet class treats auto-increment field as read-only. TDatarow inherts the readonly attribute from the RowSet object. In my next post I will explain how to over-ride ...
by nageswaragunupudi
Fri Mar 11, 2022 3:45 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Clase Nativa MySql
Replies: 18
Views: 1881

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

...       PadR( 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, ...
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: 688

New FTDN April/Abril 2020 (FWH 20.04)

... * FWPDF class - Method Say() is not fully compatible with TPrinter class. When nWidth parameter is nil, alignment is ignored whereas Tprinter treats nCol as right boundary for right alignment and as cener point for center alignment. FWPdf class is modified for compatibility. http://forums.fivetechsupport.com/viewtopic.php?f=3&t=38394 ...
by Antonio Linares
Sun May 03, 2020 12:41 pm
 
Forum: WhatsNew / Novedades
Topic: New FTDN April/Abril 2020 (FWH 20.04)
Replies: 1
Views: 2204

Re: another bug in TDataRow: failure with datetime fields

... by ADO is adDBTimeStamp, Harbour returns the value as Date not DateTime. If the value stored in the field is a date without timepart, Harbour treats as Date but not DateTime. We can further confirm this behaviour with the dialog using @ r,c GET oRs:Fields( "dtime" ):Value ...
by nageswaragunupudi
Mon Nov 11, 2019 4:11 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: another bug in TDataRow: failure with datetime fields [solve
Replies: 15
Views: 3489

New FTDN September/Septiembre 2017 (FWH 17.09)

... ============== * TGraph Bugfix: Font object is not released. Fixed. * TGraph Fonts: New clause FONT oFont and methods SetFont(): At present TGraph treats Arial 10 as base font and derives nine fonts from this basefont for use. Bold font for titles, 1.5 times larger for main title and vertical font ...
by Antonio Linares
Wed Oct 04, 2017 7:43 pm
 
Forum: WhatsNew / Novedades
Topic: New FTDN September/Septiembre 2017 (FWH 17.09)
Replies: 3
Views: 3398

VS2010 WHEN clause

Hi all,

My son use VS2010 and he see the WHEN and DESIGN clauses in my FW programs and treats it like verry useful,
He asked if someone know are they presented in some way in VS?

Best regards,
by avista
Thu Feb 11, 2016 11:13 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: VS2010 WHEN clause
Replies: 3
Views: 401

Re: Grabar en tablas relacionadas en Mysql

... primary key. FWAdoCreateTable( "test", { { "PROG", "+", 5, 0 }, { "NAME", "C", 30, 0 } }, oCn ) Treats the first column PROG as auto-increment primary key column. The resultant table will have 2 columns PROG,NAME with PROG as auto-increment primary ...
by nageswaragunupudi
Tue Mar 17, 2015 2:15 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Grabar en tablas relacionadas en Mysql
Replies: 10
Views: 2180

Re: Reading data from an excel-file

... and SALARY of the DBF. In case the first row of the ExcelRange contains Headers (field names) FW_ExcelToDBF( oRange, nil, .t. ) Then the function treats the first row of the Range as FieldNames and copies data from 2nd row onwards in to the DBF to the field names contained in the first row
by nageswaragunupudi
Fri Jan 16, 2015 3:21 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Reading data from an excel-file
Replies: 7
Views: 3928

Re: xHarbour vs Harbour

... image base address /b:xxxx Specifies image base address; preserves DLL relocation table /C Erases all linker-state files before each link /c Treats case as significant in symbols /d Delay loads a dll /D:xxxx Save specified description /Enn Specifies the number of max errors /GC Image comment ...
by hmpaquito
Tue Dec 09, 2014 11:25 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: xHarbour vs Harbour
Replies: 27
Views: 4509

Visual Studio compiler (cl.exe) flags

http://msdn.microsoft.com/en-us/library/fwkeyyhe.aspx /WX Treats all compiler warnings as errors. For a new project, it may be best to use /WX in all compilations; resolving all warnings will ensure the fewest possible hard-to-find code defects. ...
by Antonio Linares
Thu Jun 26, 2014 7:46 am
 
Forum: Utilities / Utilidades
Topic: Visual Studio compiler (cl.exe) flags
Replies: 0
Views: 335

Re: xBrowse + OO Array

... with all the same data and methods as TDatabase. As I mentioned before, I think the problem I found was with xBrowse needing an alias otherwise it treats the data class as an array instead of a database object. I don't have my old notes with me right now, but I will try to remember to look them ...
by James Bott
Wed Jun 04, 2014 3:34 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: xBrowse + OO Array
Replies: 16
Views: 4805
Next

Return to advanced search

cron