Search found 176 matches: discovered

Return to advanced search

Re: Redefine Listview - Error.

... my small project with the tips Antonio passed, however time to replicate the fix for the main project , the problem remained . After some time , I discovered that the problem was in the Manifest that had in a resource created by PELLES . Removed the manifest and everything worked perfectly . Thank ...
by anacatacombs
Mon Jul 27, 2015 4:37 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Redefine Listview - Error.
Replies: 4
Views: 694

Xbrowse button's image become small

I'm slowly upgrading my modules to use FWH15.1 from FWH11.8.

I discovered the image of button in xBrowse becomes small. How do I fix this?

Image

TIA
by hua
Tue Jul 14, 2015 4:48 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Xbrowse button's image become small
Replies: 4
Views: 854

Re: field length and space in MySql

... )endreturn uRetVar Dutch Many times a Sql field will return nil so when you initialize a variable .. the variable will be nil as you have discovered there is no Get value when you assign it to a field on a form. This is what I do every time when I define variables from a Sql table .. I ...
by dutch
Tue Jul 07, 2015 3:29 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: field length and space in MySql *Fixed*
Replies: 9
Views: 1466

Re: field length and space in MySql

Dutch Many times a Sql field will return nil so when you initialize a variable .. the variable will be nil as you have discovered there is no Get value when you assign it to a field on a form. This is what I do every time when I define variables from a Sql table .. I know it is not ...
by Rick Lipkin
Tue Jul 07, 2015 1:20 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: field length and space in MySql *Fixed*
Replies: 9
Views: 1466

Re: ADO RDD xHarbour

Antonio,

I am already testing with my App.

So that´s how I discovered most bugs and the one at dbseek().

Thank you.
by lucasdebeltran
Sun May 24, 2015 4:23 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: ADO RDD xHarbour
Replies: 1047
Views: 452718

Re: ADO RDD xHarbour

... 5, ";" ) LOCAL cPassword := hb_tokenGet( aOpenInfo[ UR_OI_NAME ], 6, ";" ) I agree. Changes will be made in the next post. I discovered a new bug: creating an empty Access database and table, I can´t add records. I get MsgAlert() ADO ERROR UNKNOWN at function ADO_APPEND(). ...
by AHF
Mon May 11, 2015 7:35 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: ADO RDD xHarbour
Replies: 1047
Views: 452718

Re: ADO RDD xHarbour

... := hb_tokenGet( aOpenInfo[ UR_OI_NAME ], 5, ";" ) LOCAL cPassword := hb_tokenGet( aOpenInfo[ UR_OI_NAME ], 6, ";" ) I discovered a new bug: creating an empty Access database and table, I can´t add records. I get MsgAlert() ADO ERROR UNKNOWN at function ADO_APPEND(). ...
by lucasdebeltran
Sun May 10, 2015 11:13 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: ADO RDD xHarbour
Replies: 1047
Views: 452718

xBrowse & SELECT parameter

I am working in conversion of old FW & Clipper systems. I just discovered that the SELECT clause in REDEFINE XBROWSE is accepted but not processed. (I tested with several FWH versions) Discovered also that oBrw:SetFilter("field", <field>) ...
by Euclides
Sun Mar 22, 2015 4:06 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: xBrowse & SELECT parameter
Replies: 10
Views: 2358

IEEE to MSBIN converter

Dear friends, I need to convert from IEEE to MSBIN numeric format. Currently I'm using the function below (found on Internet) but I just discovered that it fails with -0.328 and other similar values. Any suggestions? int _fieeetomsbin(float *src4, float *dest4){    unsigned char ...
by Enrico Maria Giordano
Sat Jan 17, 2015 7:22 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: IEEE to MSBIN converter
Replies: 12
Views: 2416

Re: Image usage with BTNBMP

It didn't make any difference Antonio. However I discovered setting :lBmpTransparent := .f. fixed the issue for me so I'm using that approach to avoid having to touch up the images. So the remaining questions that I have is: i. Is there also a way ...
by hua
Mon Dec 15, 2014 3:56 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Image usage with BTNBMP
Replies: 6
Views: 1101

Re: Save dialog coordinates then redisplay same place

... which contains the Function GetCoors() in it. SetCoors() is a method of the TWindow class. Thank you, I will give them a shot. James I also discovered this, below is the code to the Method "SetCoors" in the TWindow class: METHOD SetCoors( oRect ) CLASS TWindow SetWindowPos( ::hWnd, ...
by byron.hopp
Sat Dec 06, 2014 3:54 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Save dialog coordinates then redisplay same place
Replies: 26
Views: 5322

Re: Disabled button get still clickable (TBtnBmp)

Antonio Linares wrote:Frances,

Is it working fine in version v12.05 ?

many thanks for your feedback



Antonio,

No it's not.

This is the first time I used TBtnBmp on Button Get. I was just looking for a way to make oGet:oBtn transparent and no border
when I discovered the bug.
by fraxzi
Thu Oct 30, 2014 12:00 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Disabled button get still clickable (TBtnBmp) - SOLVED
Replies: 12
Views: 2007

Re: Correct way to call an external DLL?

Ok
reading some info about it.. I discovered that

VARIANT_BOOL has 2 possible values

VARIANT_FALSE = 0
VARIANT_TRUE = -1

So maybe the function returns 0 or -1
DLL32 has no "Unknown" return value to declare, Because that way I could inspect it, or not.
by Adolfo
Thu Aug 28, 2014 12:29 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Correct way to call an external DLL?
Replies: 12
Views: 2673

Re: Next target: EasyReport !!! :-)

Reinaldo, I'm sure most here, like me, tried other avenues to arrive at Windows apps, but soon discovered that with FW we were able to stop the non-sense You found the right word: non-sense. Using most of "mainstream" programming tools is nothing else than "non-sense". ...
by Enrico Maria Giordano
Mon Jul 14, 2014 8:11 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Next target: EasyReport !!! :-)
Replies: 61
Views: 15323

Re: Next target: EasyReport !!! :-)

... the fact that FW allowed us to continue writing Clipper code. I'm sure most here, like me, tried other avenues to arrive at Windows apps, but soon discovered that with FW we were able to stop the non-sense and stay with the compiler we already knew and loved so well. I'm pretty sure that most people ...
by reinaldocrespo
Sun Jul 13, 2014 11:27 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Next target: EasyReport !!! :-)
Replies: 61
Views: 15323
PreviousNext

Return to advanced search