Search found 103 matches: datatype

Return to advanced search

Re: bugs xBrowse and Seek

... then again the incremental filter works. The filter expression differs for character, numeric and date fields. So xbrowse first ascertains the datatype by calling ValType( ::oRs:Fields( <colname> ):Value ) and then proceed to build a filter expression suitable to the datatype. Obviously ...
by nageswaragunupudi
Sat May 25, 2013 11:23 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: bugs xBrowse and Seek
Replies: 7
Views: 2521

Re: Saber Metodos de un CREATEOBJECT

... PROPERTYGET VARIANT nodeTypedValue() STDCALL dispatch PROPERTYPUT void nodeTypedValue( [in] VARIANT ) STDCALL dispatch PROPERTYGET VARIANT dataType() STDCALL dispatch PROPERTYPUT void dataType( [in] BSTR ) STDCALL dispatch PROPERTYGET BSTR xml() STDCALL dispatch FUNC BSTR transformNode( ...
by Antonio Linares
Mon May 13, 2013 5:48 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Saber Metodos de un CREATEOBJECT
Replies: 62
Views: 32148

Re: XBROWSE fiirst steps

... columns is extremely powerful. XBrowse checks the column name with the field names of the DBF and also open indexes and determines automatically datatype, picture clause required, alignment of data (right alignment for numbers and dates and left alignment for other types), index orders to use ...
by nageswaragunupudi
Sun Apr 14, 2013 3:15 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: XBROWSE fiirst steps
Replies: 6
Views: 2081

Re: DATE RANGE

The formula I posted was to check if two ranges ( any datatype ) intersect (overlap). In case of hotels, check_in can be same as check_out and that is not overlap. The modification required for this to use CHECK_OUT - 1 instead of CHECK_OUT in that ...
by nageswaragunupudi
Mon Mar 18, 2013 6:49 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: DATE RANGE
Replies: 56
Views: 15094

Re: TDolphin - linking problems ...

Rimantas With las fw version you dont need setdolohin... xbrowse handle it automatically Sorry Daniel , but at this moment I have Fwh 11.11 ... Added : I found that DATATYPE_USER in in xbrowse.ch . This include was not added to functions prg . Now this problem solved ... :) It seems that query is w...
by Rimantas
Thu Mar 07, 2013 6:01 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: TDolphin - linking problems ...
Replies: 9
Views: 1836

Re: TDolphin - linking problems ...

Hello try add --allow-multiple-definition to linker command (ld) please check: https://groups.google.com/forum/?fromgroups=#!topic/harbour-users/_2CsENxyp7g Thanks Daniel ! Now building application is OK ... :) Other problems ...    Error description: Error BASE/1003  Var...
by Rimantas
Thu Mar 07, 2013 5:51 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: TDolphin - linking problems ...
Replies: 9
Views: 1836

tcbrowse editcol method

... to Fivewin TGet object.) but the value in the Harbour get does not get assigned back to the parent tget object. if the field is a Character datatype, I found that I can modify the "uVar" value passed to obrw:leditcol() and I get desired result, but I think there should be a better ...
by don lowenstein
Thu Mar 07, 2013 4:38 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: tcbrowse editcol method
Replies: 0
Views: 391

Re: Browse Ftp files

... think, it´s a raw file ? Also all string functions (Substr(), Len (), Alltrim(), ...) do not work. Even Valtype () returns nothing. What kind of datatype is it ? http://img11.imageshack.us/img11/4858/pic01ti.jpg Uploaded with ImageShack.us
by StefanHaupt
Thu Dec 06, 2012 1:52 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Browse Ftp files
Replies: 3
Views: 907

Re: Error dtoc() with empty date-field in MySQL

Mark SQL uses NIL as an valid datatype like we would think of a .dbf field = " ". If you do not assign a value to a SQL field it is NIL and not just " ". When you test for any value from SQL you should always test for ...
by Rick Lipkin
Mon Oct 29, 2012 1:06 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Error dtoc() with empty date-field in MySQL
Replies: 4
Views: 807

Re: DateTime variables problem XHabour

... When xHarbour introduced datetime values with the same valtype 'D' then the date and datetime math was superb. Later Harbour introduced separate datatype 'T'. Following it up, xharbour too started dealing with date and datetime as separate datatypes 'D' and 'T'. Initially there were problems ...
by nageswaragunupudi
Sun Jul 29, 2012 6:10 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: DateTime variables problem XHabour
Replies: 7
Views: 2605

Re: Problemas TDolphin

Comentando esta linea tambien me funciona pero no muestra el Browse

// oBrw:nDataType := DATATYPE_USER
by Compuin
Fri Feb 10, 2012 7:18 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Problemas TDolphin
Replies: 7
Views: 1143

Re: Problemas TDolphin

Ya logre compilar, me faltaba crear el archivo .ini Ahora me arroja este error Time from start: 0 hours 0 mins 0 secs Error occurred at: 10/02/2012, 14:32:18 Error description: Error BASE/1003 Variable does not exist: DATATYPE_USER Stack Calls =========== Called from: Module1.prg => SETDOLPHIN( 4...
by Compuin
Fri Feb 10, 2012 7:03 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Problemas TDolphin
Replies: 7
Views: 1143

Re: xHarbour bug in ADO Date\Time field

... problem occurs where you do some math or comparison between dDate as in : nDiff := Date() - dDate or If Date() < dDate .... As you can see the datatype mismatch can be a potential nightmare for existing applications written with ADO databases that use DateTime fields. I have just replied back ...
by Rick Lipkin
Thu Feb 09, 2012 4:56 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: xHarbour bug in ADO Date\Time field
Replies: 7
Views: 1748

New FTDN July/Julio 2011 (FWH 11.07)

... with name of the resource. cFileName [in]: string with name of file will be saved * New Data Type 'T' in xHarbour: xHarbour now introduced new datatype 'T' for datatime values, same way as Harbour. Picture clauses '@D' and '@E' fail with this new datatype in xHarbour. CMONTH and CDOW functions ...
by Antonio Linares
Mon Aug 01, 2011 7:19 am
 
Forum: WhatsNew / Novedades
Topic: New FTDN July/Julio 2011 (FWH 11.07)
Replies: 2
Views: 2085

Re: wbrowse

... that returns an array. The generic function DispVals() generates a suitable codeblock for any size of 2-dimensional array. It converts data of any datatype to character using cValToChar() - you might prefer to use a different method. Hope this helps. #include "fivewin.ch"// ------------------------------------------------------------------------ ...
by kennedyv
Wed Jul 27, 2011 3:22 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: wbrowse
Replies: 12
Views: 2251
PreviousNext

Return to advanced search