Search found 274 matches

by gkuhnert
Mon Jul 11, 2011 2:09 pm
Forum: FiveWin for Harbour/xHarbour
Topic: Crash from FWSavePreviewToPDF
Replies: 34
Views: 7496

Re: Crash from FWSavePreviewToPDF

Just tested a print preview with 1621 pages to save it with the button in the preview and it was no problem (it took about 2 minutes). However, my system is a Win7 with 8GB memory.
by gkuhnert
Tue Jul 05, 2011 9:26 am
Forum: FiveWin for Harbour/xHarbour
Topic: Bug in TGet
Replies: 2
Views: 511

Re: Bug in TGet

EMG,

that obviously only happens if the 2nd get doesn't have the focus. As soon as it has the focus everything is OK. So maybe it has something to do what happens if the get gets the focus?
by gkuhnert
Tue May 17, 2011 9:37 am
Forum: FiveWin for Harbour/xHarbour
Topic: odbccp32.lib for Sqlrdd and bcc582 needed.
Replies: 5
Views: 762

Re: odbccp32.lib for Sqlrdd and bcc582 needed.

Uwe,

thank you very much. Patrick Mast (xHarbour.com) already provided me with the needed files, so I don't need it anymore :D
But thanks again!
by gkuhnert
Mon May 16, 2011 11:36 am
Forum: FiveWin for Harbour/xHarbour
Topic: odbccp32.lib for Sqlrdd and bcc582 needed.
Replies: 5
Views: 762

odbccp32.lib for Sqlrdd and bcc582 needed.

Hi,

I'm testing sqlrdd with fwh and xHarbour, with the Borland bcc as c compiler. I got some error messages while testing and I sent some mails to Patrick Mast. He answers me to link a odbccp32.lib, which I don't find in my bcc582, but in vc64. Does anyone know, where to find this lib?
by gkuhnert
Tue Apr 19, 2011 9:40 am
Forum: FiveWin for Harbour/xHarbour
Topic: Disabling labels on TFolderex
Replies: 1
Views: 338

Re: Disabling labels on TFolderex

Ok, now I've found out, that if you remove the "oFld:aDialogs[1]:Refresh()", the disable works at first, but as soon as the label has to be repainted (for example if you switch to the other tab and back or if you move another window over the label) it switches to enabled again.
by gkuhnert
Tue Apr 19, 2011 9:21 am
Forum: FiveWin for Harbour/xHarbour
Topic: Disabling labels on TFolderex
Replies: 1
Views: 338

Disabling labels on TFolderex

Hi, as I mentioned before (http://forums.fivetechsupport.com/viewtopic.php?f=3&t=21248), it is not possible to disable labels on TFolderEx. Now I've made a small sample so it's easier to reproduce (a click on the button should disable the label): #include "FIVEWIN.CH" FUNCTION MAIN()  ...
by gkuhnert
Fri Apr 15, 2011 2:08 pm
Forum: FiveWin for Harbour/xHarbour
Topic: How to achieve unlimited text size in Get?
Replies: 4
Views: 853

Re: How to achieve unlimited text size in Get?

Enrico,

thanks for your answer. But I wonder for what purpose this method in tget exists then:

Code: Select all

   // Call this method to use unlimited text size
   METHOD LimitText() INLINE SendMessage( ::hWnd, EM_LIMITTEXT, 0, 0 )
 
by gkuhnert
Fri Apr 15, 2011 12:45 pm
Forum: FiveWin for Harbour/xHarbour
Topic: How to achieve unlimited text size in Get?
Replies: 4
Views: 853

How to achieve unlimited text size in Get?

Hi, maybe I'm doing something wrong, but the method :LimitText() doesn't work in my example: #include "FiveWin.ch" function main()    local oWnd    local oGet, cGet := "How to use unlimited length in this get?"    DEFINE WINDOW oWnd TITLE "Test unlimited Get"         @ ...
by gkuhnert
Thu Apr 14, 2011 3:14 pm
Forum: FiveWin for Harbour/xHarbour
Topic: Error with TFolderEx and oWnd:Update() (solved)
Replies: 1
Views: 328

Re: Error with TFolderEx and oWnd:Update()

Ok, this was clearly my mistake, in FWH11.03 it's working fine and I was testing in FWH10.09
by gkuhnert
Thu Apr 14, 2011 1:56 pm
Forum: FiveWin for Harbour/xHarbour
Topic: Error with TFolderEx and oWnd:Update() (solved)
Replies: 1
Views: 328

Error with TFolderEx and oWnd:Update() (solved)

Hi, if I call oWnd:Update() on a window with a Folderex and a Get on it, I get an error message. Update: It also happens without Get Just push the button on following example: #include "FiveWin.ch" function main()    local oWnd    local oFld, oBtn1, cGet1 := Replicate(" ", 20)   ...
by gkuhnert
Wed Apr 13, 2011 12:11 pm
Forum: FiveWin for Harbour/xHarbour
Topic: Limitation of open files ...
Replies: 13
Views: 3017

Re: Limitation of open files ...

Rimantas, I don't know anything about limitation of files, but you could try these options to isolate the cause of error: - Open the dbs without applying an order to find out, if an index is corrupted or not usable - Open the program locally on the computer(s) that are causing the problems to see if...
by gkuhnert
Wed Apr 13, 2011 7:28 am
Forum: FiveWin for Harbour/xHarbour
Topic: Tooltip for a disabled get?
Replies: 1
Views: 270

Tooltip for a disabled get?

Hi,

does anyone know a possibility to show a tooltip if a get-field has been disabled? I want to show my customer why the get is disabled if the mouse is positioned over this item.
by gkuhnert
Tue Apr 12, 2011 11:37 am
Forum: FiveWin for Harbour/xHarbour
Topic: Problem with xBrowse and Drag&Drop (solved!)
Replies: 2
Views: 465

Re: Problem with xBrowse and Drag&Drop

Mr. Rao,

thanks for your reply. That appears to help :
by gkuhnert
Tue Apr 12, 2011 8:20 am
Forum: FiveWin for Harbour/xHarbour
Topic: Problem with xBrowse and Drag&Drop (solved!)
Replies: 2
Views: 465

Problem with xBrowse and Drag&Drop (solved!)

Hi, with xBrowse it happens often, that the drag-cursor is activated if you don't try to drag something. If you start my example, it opens two mdi-childs. If for example, the right one has the focus and you click on a cell in the left mdi-child, the drag-cursor gets activated without trying to drag ...
by gkuhnert
Fri Apr 08, 2011 2:22 pm
Forum: FiveWin for Harbour/xHarbour
Topic: Multiget: reading position of the cursor
Replies: 12
Views: 1839

Re: Multiget: reading position of the cursor

James,

you're right, but because I position the cursor at column 1 when I initialize the multiline get, it's ok for me.

However, another small problem came up: when I use the mouse to reposition the cursor the position isn't updated.