Search found 150 matches: solves

Return to advanced search

Re: FWH1305 Samples\FiveDbu.prg

ACTIVATE WINDOW oWndMain MAXIMIZED ;
VALID MsgYesNo( "Want to end ?" ) ;
//ON PAINT DrawTiled( hDC, oWndMain, oBmpTiled )

Solves the problem


i made a control on oBmpTiled , it seems to be a TBITMAP control

Frank
by Franklin Demont
Sat Jun 22, 2013 7:10 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: FWH1305 Samples\FiveDbu.prg
Replies: 1
Views: 409

Re: Exit Error : 13.04 OLE

Richard,

No, not at all. This is related to Harbour OLE management.

Tim,

Please, in those places where you have created an ActiveX please do (at the end):

oActiveX:oOleAuto := nil

if this solves it, then we need to implement an End() method for Class TActiveX
by Antonio Linares
Fri May 17, 2013 6:04 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Exit Error : 13.04 OLE
Replies: 26
Views: 4658

Re: bug in FW 13.04 combobox

Antonio,

Thank you.

Please, I would suggest to revert to 13.02, as in that version combos worked fine and also, once Mr. Nages solves the bug I pointed out and he confirmed by email he is working on it, to publish a revised build of FWH.

Thanks.
by lucasdebeltran
Mon May 13, 2013 1:51 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: bug in FW 13.04 combobox
Replies: 82
Views: 29562

Re: Conversion PDF into BMP

... in c#. But it needs a .net framework 3.5sp1 and library's dll file. I run it from my application. This is not preferable solution but it solves my problem. if you want, I can send it.
by Horizon
Sat May 04, 2013 5:46 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Conversion PDF into BMP
Replies: 2
Views: 565

Re: hbmk2 errors

Mosh,

Please link MinGW liboledlg.a too and let me know if that solves the Ole one, thanks
by Antonio Linares
Mon Apr 15, 2013 6:15 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: hbmk2 errors
Replies: 36
Views: 7642

Re: TreeView Problem.

Hakan,

Have yoy tried to refresh the treeview ? If that solves the problem. Then we should try to fire it automatically
by Antonio Linares
Mon Apr 15, 2013 8:53 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: TreeView Problem (SOLVED)
Replies: 14
Views: 3971

Re: Unresolved external symbol '__chkstk (solved)

Frank, This enhancement on Class TScintilla solves the call to __chkstk() when using MSVC compiler: FWH/source/classes/scintila.prg #define BUFSIZE 131072HB_FUNC( SCI_OPENFILE ){   HWND hWnd = ( HWND ) hb_parnl( ...
by Antonio Linares
Sun Mar 17, 2013 2:59 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Unresolved external symbol '__chkstk (solved)
Replies: 15
Views: 3276

Re: RichEdit

Goodnight reinaldo, it seems that your solution solves the problem, but I'm still crush through .... and did not quite understand the routine, because I will not actually have the object in RTF Dialog (eg REDEFINE RichEdit ORTF VAR cobs ID oFld OF ...
by theotokos
Sat Mar 09, 2013 7:31 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: RichEdit
Replies: 9
Views: 2283

Re: BuildComDcb()

Thanks Enrico, Your test program seems to be collecting data from com port... I will need to modify my program to see if it solves the problem of connecting/disconnecting. With the MS stack I can only connect/disconnect about 4 times before the system locks up... This never happens with ...
by Jeff Barnes
Sat Jan 26, 2013 12:45 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: BuildComDcb()
Replies: 10
Views: 1585

Re: windows 8 create file on disk C (solved)

... be able to create a file on disk C while you can create a folder .... This happens only in Pro versions 7 or 8 , changing the flag as mentionned solves the problem. Richard
by Richard Chidiak
Sun Jan 13, 2013 7:14 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: windows 8 create file on disk C (solved)
Replies: 5
Views: 952

Re: FiveWIN xHarbour Dev enviornment in Tablet

... etc.. and why they prefer even Microsoft (yet). but emphasizing and repeating, depends on each case, whether for your business, Android and Linux solves, great! for my case, I still need microsoft solutions. Best Regards to all.
by norberto
Thu Dec 13, 2012 3:14 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: FiveWIN xHarbour Dev enviornment in Tablet
Replies: 33
Views: 12050

Re: Solved

Marco , Thanks for the tip. Excluding the IIF statemant solves the problem , but the reason was oDlg:end , it must be oDlg:end() I try to make a conversion from xharbour to harbour and had to change next line to : OBrw:bPastEof() := ... in OBrw:bPastEof ...
by Franklin Demont
Wed Sep 12, 2012 7:29 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Meaningless use of expression ':'
Replies: 2
Views: 540

Re: xBrowse Footer Picture

Ceditpicture solves your problem

oBrw:aCols[ n ]:cEDITPicture := "9,999,999,999.99"

Hth
by Richard Chidiak
Mon Jun 25, 2012 6:05 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: xBrowse Footer Picture
Replies: 2
Views: 612

Re: ADS : DbSetFilter VS SQL Statement?

... the remote session is closed automatically. I think client/Server was developed because there was a limitation in data transfer in net. RDP solves this. I developed my own client /server solution for my mobile application. But now the application runs on the server and the PDA is only working ...
by Otto
Wed May 30, 2012 6:15 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: ADS : DbSetFilter VS SQL Statement?
Replies: 6
Views: 3054

Re: xBrowse : using 'Ctrl-PgDn' or key 'end'

Sory , reindexing the dbf solves the problem.

Frank
by Demont Brecht
Mon Apr 30, 2012 1:21 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: xBrowse : using 'Ctrl-PgDn' or key 'end'
Replies: 1
Views: 468
PreviousNext

Return to advanced search