Search found 103 matches: datatype

Return to advanced search

Re: XBrowse: how to load image data instead of image name

... it can be a file name containing text, image. By default, XBrowse displays the contents of the field, i.e., the file name as text. By setting the datatype of the column to "F" ( oCol:cDataType := "F" ), we tell the xbrowse to treat the data as file name, read the contents of ...
by nageswaragunupudi
Sat Oct 31, 2020 1:40 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: XBrowse: how to load image data instead of image name
Replies: 17
Views: 1527

Re: error on xbrowse footer

...      := "N"               END  In case of empty arrays we need to inform the datatype of the column by setting cDatatype
by nageswaragunupudi
Sun May 03, 2020 6:54 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: error on xbrowse footer - RESOLVED! -
Replies: 33
Views: 3699

Re: DUDA REPORT con campos lógicos en ADO

MOISES

The BIT datatype is generally used to store boolean values (0 for false, 1 for true).

Rick Lipkin
by Rick Lipkin
Mon Mar 23, 2020 1:30 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: DUDA REPORT con campos lógicos en ADO
Replies: 1
Views: 398

Re: send data with post method

... and then do whatever with the result. (bearbeitet) https://api.jquery.com/jQuery.post/ The signature is jQuery.post( url [, data ] [, success ] [, dataType ] ) (jQuery.post is the same thing as $.post) (bearbeitet) so you have to call it like this: $.post( "postpairs.prg", {/* any POST ...
by Otto
Wed Sep 18, 2019 5:39 am
 
Forum: mod_harbour
Topic: send data with post method
Replies: 3
Views: 734

Re: To James Bott - Error Using TData

... 04, 0 }, ;  There is no field type "ID". DBCREATE() ignores "D" from "ID" and creates a field with datatype "I" for Integer To create Autoincrement field, you need to use datatype "+" Ok, thanks mister Nages. Regards.
by karinha
Mon May 27, 2019 7:20 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: To James Bott - Error Using TData
Replies: 49
Views: 5179

Re: To James Bott - Error Using TData

... 04, 0 }, ;  There is no field type "ID". DBCREATE() ignores "D" from "ID" and creates a field with datatype "I" for Integer To create Autoincrement field, you need to use datatype "+"
by nageswaragunupudi
Mon May 27, 2019 6:55 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: To James Bott - Error Using TData
Replies: 49
Views: 5179

New FTDN November 2018 (FWH 18.11)

... server with the latest changes made to cTable on current server. This is possible only if the table contains a timestamp field created with datatype "=". - FWMARIAROWSET TABLE REPLICATION: New Datas: oReplServer bOnReplFail If oRs:oReplServer is assigned with connection object ...
by Antonio Linares
Sat Dec 01, 2018 10:46 am
 
Forum: WhatsNew / Novedades
Topic: New FTDN November 2018 (FWH 18.11)
Replies: 1
Views: 2157

Re: FWH 18.11: MARIAROWSET Table Replication Features

... update the destination table after failure or discontinuation of replication. Please note that it is easy to create such a timestamp field using datatype "=" using oCn:CreateTable() method instead of creating the table with your own sql.
by nageswaragunupudi
Thu Nov 29, 2018 3:30 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: FWH 18.11: MARIAROWSET Table Replication Features
Replies: 11
Views: 2687

Re: xBrowse multi selects (resolvido)

oBrw:nDataType := 64 This is wrong. Correct nDataType is DATATYPE_ODBF (16) XBrowse automatically decides the correct datatype, when you create the browse based on the type of DATASOURCE. Not only that you do not have to assign the value yourself, but it is also highly undesirable ...
by nageswaragunupudi
Tue Sep 25, 2018 11:25 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: xBrowse multi selects (resolvido)
Replies: 7
Views: 1805

New FTDN April/Abril 2018 (FWH 18.04)

... should be character values only is now removed. Item values can now be numeric or date values. However all items values should be of the same datatype and of the same type as the variable.
by Antonio Linares
Mon Jun 04, 2018 6:34 am
 
Forum: WhatsNew / Novedades
Topic: New FTDN April/Abril 2018 (FWH 18.04)
Replies: 1
Views: 2165

Re: Multiple Dimension Array in Combobox

nageswaragunupudi wrote:From version FWH 1804, item values can be numeric also ( any datatype )

Ok, gracias por la informacion, pero igual no tengo esa version...algun dia...jejeje...saludos...gracias... :shock:
by joseluisysturiz
Sun Jun 03, 2018 11:42 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Multiple Dimension Array in Combobox
Replies: 24
Views: 4056

Re: Multiple Dimension Array in Combobox

From version FWH 1804, item values can be numeric also ( any datatype )
by nageswaragunupudi
Sun Jun 03, 2018 7:03 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Multiple Dimension Array in Combobox
Replies: 24
Views: 4056

Re: Calculo de distancias por GPS con funciones del MYSQL

... parameter is ommitted, MySql uses Earth's radius by default. Instead of storing lattitude and longitude separately in Table, we can use SPATIAL datatype POINT. This is a sample that will be released with FWH 18.01; /** mariageo.prg* SPATIAL dataype POINT and Distance Calculations** Requires ...
by nageswaragunupudi
Mon Jan 22, 2018 8:56 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Calculo de distancias por GPS con funciones del MYSQL
Replies: 7
Views: 2132

New FTDN June/Junio 2017 (FWH 17.06)

... work. Fixed. - Fix: MakeTotals() errors out in case of AGGR_MIN and AGGR_MAX. Fixed. - Enhancement: Now AGGR_MAX and AGGR_MIN can be used for any datatype http://forums.fivetechsupport.com/viewtopic.php?f=3&t=34181 - Enhancement: Method Report() - Though column headers having CRLF are shown ...
by Antonio Linares
Fri Jun 23, 2017 4:58 am
 
Forum: WhatsNew / Novedades
Topic: New FTDN June/Junio 2017 (FWH 17.06)
Replies: 10
Views: 3872

Re: problemas con FWNumFormat

... a numeric picture clause based on settings of FWNumFormat(). XBrowse uses NumPict() to decide the default picture clause of a column, whose datatype is 'N'. XBrowse decides the datatype of a column on the basis of field type. If your character fields are affected, I am sure there must be ...
by nageswaragunupudi
Fri Jun 16, 2017 2:32 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: problemas con FWNumFormat
Replies: 3
Views: 710
PreviousNext

Return to advanced search