Search found 295 matches: john

Return to advanced search

strange (DOS Error 32) DBFCDX/1006 ¿bug?

Hello: I use Harbour 3.1 and Windows 7 64 bits. When I run this code, very often I got: (DOS Error 32) DBFCDX/1006 Create error: C:\Users\John\Desktop\harbour \DATA\CUSTOMER.cdx Working sample at: http://www.mediafire.com/?47nd41ki6l87jgx Please, unzip and create a folder at your Desktop. This ...
by ukservice
Sat Feb 11, 2012 8:55 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: strange (DOS Error 32) DBFCDX/1006 ¿bug?
Replies: 21
Views: 4548

Re: error in Richedit [bug in FWH]

Antonio, John,

TRichEdit inherits from TControl and TWindow, maybe there has been made some changes since 11.03 causing that behavior.

You could compare the sources to find out what happened.

Just an idea ...
by StefanHaupt
Mon Jan 30, 2012 7:54 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: error in Richedit [bug in FWH]
Replies: 28
Views: 5837

Re: error in Richedit [bug in FWH]

John, The changes that I did only affected Microsoft code, not Borland. So if it was working fine in 11.03 and now it is not, then it may be the side effect of another change. That will make it harder to locate it to provide ...
by Antonio Linares
Fri Jan 27, 2012 11:00 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: error in Richedit [bug in FWH]
Replies: 28
Views: 5837

Re: error in Richedit [bug in FWH]

John,

If it was working fine in FWH 11.03 that means 30 x 9 = 270 days aprox.

Maybe my changes for:

* Adapting internal\richedit.c to 64 bits (232 days ago)

made the difference.

Are you using Borland ?
by Antonio Linares
Fri Jan 27, 2012 10:37 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: error in Richedit [bug in FWH]
Replies: 28
Views: 5837

Re: error in Richedit [bug in FWH]

John,

We have not modified Class TRichEdit neither its C functions lately:

Image

Image
by Antonio Linares
Fri Jan 27, 2012 10:34 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: error in Richedit [bug in FWH]
Replies: 28
Views: 5837

Re: error in Richedit [bug in FWH]

John,

In a dialog you have to press CRLF (enter) before the style change.

I have tried to dynamically modify the RTF but without success
by Antonio Linares
Thu Jan 26, 2012 9:47 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: error in Richedit [bug in FWH]
Replies: 28
Views: 5837

Re: error in Richedit [bug in FWH]

Antonio, Thanks for helping. Now the sample does not select all text, but if I start typing my name and next I press Bold and I type John, John is not in bold. What is wrong?. Thanks again. #Include "FiveWin.ch"#include "richedit.ch"//----------------------------------------------------------------------------//Function ...
by ukservice
Thu Jan 26, 2012 5:16 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: error in Richedit [bug in FWH]
Replies: 28
Views: 5837

Re: error in Richedit [bug in FWH]

I made some test with different styles, but no change. It´s really curious.

The last sample of Antonio at least is a workaround to change selected text to bold. John´s intention to click the buton and write the next word bold does not work in dialogs
by StefanHaupt
Thu Jan 26, 2012 8:21 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: error in Richedit [bug in FWH]
Replies: 28
Views: 5837

Re: error in Richedit [bug in FWH]

John, Try it this way: #Include "FiveWin.ch"//----------------------------------------------------------------------------//Function Main()   Local oDlg, oRich, cRtf   Local hRichDLL := ...
by Antonio Linares
Wed Jan 25, 2012 10:23 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: error in Richedit [bug in FWH]
Replies: 28
Views: 5837

Re: error in Richedit [bug in FWH]

John,

You have to select a portion of the text, then change its attributes
by Antonio Linares
Wed Jan 25, 2012 9:04 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: error in Richedit [bug in FWH]
Replies: 28
Views: 5837

Re: error in Richedit [bug in FWH]

Stefan, John,

Could you please test FWH\samples\TestRtf.prg ? Here it is working fine with bold, underline, italic, etc...
by Antonio Linares
Wed Jan 25, 2012 6:27 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: error in Richedit [bug in FWH]
Replies: 28
Views: 5837

Re: CHINESE IN GET

John, 1. No, it is not documented yet, anyhow is a simple wrapper for a standard Windows Edit control. 2. If we do that we will break lots of FWH users applications. No way. 3. The written text is unicode and you can use non-unicode ...
by Antonio Linares
Wed Jan 18, 2012 1:03 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: CHINESE IN GET
Replies: 44
Views: 10213

Re: CHINESE IN GET

John,

Actually the only solution is to use FWH Class TEdit instead of Class TGet
by Antonio Linares
Wed Jan 18, 2012 11:17 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: CHINESE IN GET
Replies: 44
Views: 10213

Re: New FWH 11.12

John, Your feeling is completely wrong. This is not a sample, I personally use Dolphin for several projects and I don't want to include those lines everytime, thats why they are there but commented so they don't interfere. ...
by Antonio Linares
Sat Dec 31, 2011 2:53 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: New FWH 11.12
Replies: 11
Views: 2160

Re: New FWH 11.12

John,

They are free and you can get them from:
http://tdolphin.blogspot.com/

Thanks to Daniel :-)
by Antonio Linares
Sat Dec 31, 2011 3:02 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: New FWH 11.12
Replies: 11
Views: 2160
PreviousNext

Return to advanced search