Search found 103 matches: datatype

Return to advanced search

Re: Displaying an image with xbrowse ( uwe )

If the image is stored in a file then after usually defining the browse, set oBrw:aCols[ 6 ]:cDataType := "F". Setting the datatype to "F" tells xbrowse not to display the contents of aLine[6] ( which is file name) as a character value, but to read the file and display ...
by nageswaragunupudi
Tue May 31, 2011 4:08 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Displaying an image with xbrowse ( uwe )
Replies: 11
Views: 3155

Re: symbol € on xbrowse

... RB->Totale      with (n*n)        next        Go Top        return nil We are advised to use bEditValue only. Codeblocks returning any datatype ( numeric, date, or whatever ) can be assigned to bEditValue. XBrowse internally constructs bStrData codeblock from bEditValue and cEditPicture ...
by anserkk
Tue Mar 08, 2011 5:44 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: symbol € on xbrowse
Replies: 18
Views: 6612

Re: TSBrowse TXBrowse ?

... want text to be aligned left and dates and numbers to right and aligns accordingly by default. It also provides picture clauses suitable to the datatype. Dates are shown in Set Date format, and Salary is shown in european number format with thousand separators. XBrowse also computes the exact ...
by nageswaragunupudi
Mon Jan 24, 2011 7:40 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: TSBrowse TXBrowse ?
Replies: 8
Views: 3076

FWH - Mysql

Compañeros, estoy intentando dar el salto a Mysql utilizando la clase tdolphin de nuestro compañero Daniel. Ya conecto, añado y modifico registros, pero al visualizarlos (utilizando los ejemplos de SAMPLES) con xBrowse me genera un error del tipo: Error description: Error BASE/1003 Variable does not...
by Loren
Sat Oct 09, 2010 9:55 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: FWH - Mysql
Replies: 10
Views: 1793

Re: Display a SAY from within a GET.

I am assuming this var is an array: oSays[1]

This is not really correct Hungarian syntax. An array datatype should be prefixed with an "a" regardless of what datatype the array contains (in this case an object). So it should be aSays instead. It does contain oSay objects.

Regards,
James
by James Bott
Thu Sep 16, 2010 4:59 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Display a SAY from within a GET.
Replies: 3
Views: 656

Re: xBrowse, how to add / change Images in structure browser ?

... with many years old software, xbrowse still respects direct assignment. 3. Let bEditValue return the original values with its own native datatype. Then XBrowse determines the appropriate alignment, picture clause, etc. 4. XBrowse automatically aligns numeric values to righr and character ...
by nageswaragunupudi
Sat Sep 04, 2010 6:30 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: xBrowse, how to add / change Images in structure browser ?
Replies: 2
Views: 1210

Re: 10.3 xBrowse date display error

... syntax, XBROWSE .... COLUMNS 'col1', 'col2' ... ALIAS <calias> or OBJECT <dataobj>, XBrowse extracts the exact information about the datatype, datalen and datadec from the DbStruct() or oData:aStruct and appropriately decides the correct format, alignment and column width for display. ...
by nageswaragunupudi
Wed Mar 31, 2010 3:52 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: 10.3 xBrowse date display error
Replies: 14
Views: 4609

Re: 'COPY TO' problem with timestamp datatype -- SOMEWHAT SOLVED

Dear All,


I end up using AdsCopyTable().. It works though but I lost gaugebar/meter.. adsRegCallBack() woking only in indexing not in other function like AdsCopyTable()


Regards,
FAP
by fraxzi
Wed Mar 10, 2010 12:05 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: 'COPY TO' problem with timestamp datatype
Replies: 3
Views: 1333

Re: 'COPY TO' problem with timestamp datatype

Dear RAO,

Thanks again.

I use .ADT tables.

I tried rddsetdefault( 'ADS' ) and/or rddsetdefault( 'ADT' ) on INIT PROCEDURE
but still with error description: 'Data Type Error' on table with timestamp field.


What causing this?

Regards,
FAP
by fraxzi
Thu Mar 04, 2010 1:10 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: 'COPY TO' problem with timestamp datatype
Replies: 3
Views: 1333

Re: 'COPY TO' problem with timestamp datatype

I presume you are using DBFCDX.
If you use SETRDDDEFAULT( 'DBFCDX' ) and then use COPY TO command, it copies Timestamp fields also correctly.
I have tested on XHarbour.
by nageswaragunupudi
Wed Mar 03, 2010 12:53 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: 'COPY TO' problem with timestamp datatype
Replies: 3
Views: 1333

'COPY TO' problem with timestamp datatype

Hello all,


I have a table with timestamp datatype field.

when I 'COPY TO' the content to another table.. generates runtime 'data type error'

How to resolved?


Regards,
FAP
by fraxzi
Wed Mar 03, 2010 8:49 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: 'COPY TO' problem with timestamp datatype
Replies: 3
Views: 1333

New FTDN February/Febrero 2010 (10.2)

... is the same as Excel functions SUM(), MAX(), MIN(), COUNT(), AVERAGE(), STDEV(), STDEVP(). AGGR_COUNT() can be used for columns of any datatype, resulting in count of non nil values. All other functions can be used for numeric columns only. Computation igonores non numeric values in ...
by Antonio Linares
Thu Feb 25, 2010 10:00 am
 
Forum: WhatsNew / Novedades
Topic: New FTDN February/Febrero 2010 (10.2)
Replies: 4
Views: 3842

FWH 10.1 - DLL32 Function

... used with CallDLL() function. in newer FWH libraries, this same call results in a value of data type "Pointer" -- I have never seen a datatype "Pointer" before and wonder what exactly it is and how it's used, defined, etc. anyway, the NEW convention uses GetProcAdd() instead ...
by don lowenstein
Wed Feb 17, 2010 7:52 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: FWH 10.1 - DLL32 Function
Replies: 34
Views: 12282

New FTDN December/Diciembre 2009 (9.12)

December 2009 ============= * Fix: Class TWBrowse Methods EditCol() and lEditCol(), the properties nWeight, lItalic, lUnderline and lStrikeOut of the browse font are now respected. * Improvement: Class TBtnBmp, the color of the prompt of disabled buttons can now be left unchanged. Just set the new D...
by Antonio Linares
Sun Dec 27, 2009 9:39 am
 
Forum: WhatsNew / Novedades
Topic: New FTDN December/Diciembre 2009 (9.12)
Replies: 0
Views: 2587

Re: Uso de TXbrowse Con TMySql

Para los que le interese, con esto resolvi el problema :D WITH OBJECT oBrow :bGoTop := {|| oTb:GoTop() } :bGoBottom := {|| oTb:GoBottom() } :bSkip := {| n | oTb:Skip( IIF( n == nil,1,n)) } :bBof := {|| oTb:Bof() } :bEof := {|| oTb:Eof() } :bBookMark := {| n | IIF( n == nil, ( oTb:RecNo() ),( oTb:GoT...
by compubrion
Mon Sep 07, 2009 2:23 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Uso de TXbrowse Con TMySql
Replies: 1
Views: 799
PreviousNext

Return to advanced search