Search found 21 matches: guessed

Return to advanced search

Re: Strange behavior of xBrowse

I needed the second brows without column headers. Accordingly, I wrote oBrw[2]:nHeaderHeight:=0.


Only you could find the problem. Without seeing the source code we could not have guessed it.

Well, if you do not want Headers, please use this code:
Code: Select all  Expand view
oBrw:lHeader := .F.
by nageswaragunupudi
Sun Nov 26, 2023 2:21 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Strange behavior of xBrowse
Replies: 8
Views: 772

Re: DBF to Excel Sheet, without Excel, using ADO ?

... fuction, we recommend using FW_CopyToClipboard( data, [nFormat] ) --> lSuccess nFormat can be omitted and is mostly guessed correctly by the function. 2) Sec2HMS: There are built-in functions in (x)Harbour already for many years. I see no point in writing and maintaining ...
by nageswaragunupudi
Tue Aug 15, 2023 7:21 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: DBF to Excel Sheet, without Excel, using ADO ?
Replies: 50
Views: 2581

Re: bitmap for nEditType EDIT_BUTTON

Dear Antonio,

as usual you guessed right. :D
I had to put my code into the ON INIT clause of the dialog and then it works.

Many thanks
Detlef
by Detlef
Wed Sep 28, 2022 9:57 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: bitmap for nEditType EDIT_BUTTON
Replies: 4
Views: 311

Re: Excel OLE RTE when compiled with Harbour

Hi Rao,
It works! :shock:
For the life of me I would have never guessed that solution.
Thank you very much!
by hua
Mon Sep 05, 2022 1:47 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Excel OLE RTE when compiled with Harbour
Replies: 15
Views: 858

Re: Finding XBrowse current record

Angel,

OMG, that works! I spent two days trying to figure that out. I would have never guessed to add ":value".

You just made my day!

Now I am going to record this in my Fivewin notes file.

Have a great day.
by James Bott
Sat Jul 03, 2021 8:24 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Finding XBrowse current record
Replies: 11
Views: 1390

Re: ADO RDD xHarbour

Lucas, I guessed that conditions and functions went only to SET ADODBF, as to keep Clipper compatibility. Please note that functions need to be different. Ex SQL UCASE = CLIPPER UPPER SQL LCASE = CLIPPER LOWER So we must enter ...
by AHF
Tue May 19, 2015 10:29 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: ADO RDD xHarbour
Replies: 1047
Views: 446354

Re: ADO RDD xHarbour

Antonio, I guessed that conditions and functions went only to SET ADODBF, as to keep Clipper compatibility. Now I realze I have to indicate the condition or functions in both cases -SET ADO TABLES and SET ADODBF TABLES-, so in ...
by lucasdebeltran
Tue May 19, 2015 10:04 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: ADO RDD xHarbour
Replies: 1047
Views: 446354

Re: Strange problems on decimals - dangerous bug !!

... nDecimal is loaded from a SQL database with fieldtype "integer" what is valtype() going to return? "Integer?" I would have guessed that all numeric datatypes were converted to floating.
by James Bott
Sat Jan 17, 2015 5:21 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Strange problems on decimals - dangerous bug !!
Replies: 37
Views: 5149

Re: Considering moving to Korea to build FiveTouch

Antonio,

Yes, I know, but I guessed it may be easier to have Fiveweb, I don´t know.

In any case, it´s a great news.
by MOISES
Fri Nov 07, 2014 12:59 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Considering moving to Korea to build FiveTouch
Replies: 30
Views: 6828

Re: xbrowse picture for time in datetime field

Hello,

Thank you, but I only want to show Time.

I guessed it was a Smart way.

Finally, I did as the classic way:

Code: Select all  Expand view
LOCAL Dt := RIGHT(   Left( cValToChar(dTime), 16),  5 )

RETURN( Dt )
 



Thank you.
by lucasdebeltran
Wed Mar 05, 2014 10:20 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: xbrowse picture for time in datetime field
Replies: 9
Views: 1799

Re: ADS NOT SUPPORT DECRYPT AND ENCRYPT FROM FIVEWIN

... you can read the help file to see the list. FiveWin's encrypt and decrypt are not in the list as they are not even valid clipper functions. As you guessed, you may continue to use DBFCDX RDD for certain tables, but you now loose all the benefits of a true client-server paradigm. Hope that helps, ...
by reinaldocrespo
Fri Oct 12, 2012 4:37 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: ADS NOT SUPPORT DECRYPT AND ENCRYPT FROM FIVEWIN
Replies: 15
Views: 4230

Re: XMate and Libs

Rick, Stefan, and Anser,

Thanks. I would have never guessed that. xMate is pretty smart to figure out what to do with each file. Nice.

I will give it a try.

James
by James Bott
Thu Sep 10, 2009 2:27 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: XMate and Libs
Replies: 6
Views: 1015

Re: Error in code

Dear Mr.Antonio,

Thankyou for the info. :) I guessed this could be the reason.

Regards

Anser
by anserkk
Tue Feb 24, 2009 2:24 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Error in code
Replies: 3
Views: 480

API functions

... indicated in the MSDN ! Wich function I can verify if I have the DLL name ! Thanks, found it it MSDN. They gave as requirement user32.lib, which I guessed meant user32.dll is the one, and I guessed right :). http://www.allapi.net Thanks, forgotten about that site. -------------------------------------------------------------------------------- ...
by Antonio Linares
Wed Aug 27, 2008 7:32 am
 
Forum: Utilities / Utilidades
Topic: Boris Pekic - NG's archive
Replies: 27
Views: 65298

Antonio,

Wow, this is disappointing--two functions tested and both much slower with xHarbour. I would have guessed that they were both almost the same speed.

Any ideas why this is?

It also makes you wonder if two out of two was just a coincindence, or is xHarbour much slower overall?

James
by James Bott
Wed Aug 20, 2008 6:58 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: A converter from text-file ( with delimiters ) to DBF ?
Replies: 29
Views: 7187
Next

Return to advanced search