Search found 165 matches

by Jimmy
Fri Dec 20, 2019 7:36 am
Forum: FiveWin for Harbour/xHarbour
Topic: Multi-Monitor Screen Size/DPI
Replies: 0
Views: 827

Multi-Monitor Screen Size/DPI

hi, i have found in c:\fwh\source\function\getsysin.prg --- function ScreenWidth() function ScreenHeight() ScreenWidth() / ScreenHeight() use SM_CXFULLSCREEN / SM_CYFULLSCREEN this work well when Scale is 100% but fail at 150% or is it "by Design" :?: what i mean are those Function used fo...
by Jimmy
Fri Dec 20, 2019 3:04 am
Forum: FiveWin for Harbour/xHarbour
Topic: MaskRegion()
Replies: 11
Views: 924

Re: MaskRegion()

hi, have figure out what the difference is, here working FiveWin Code STATIC FUNCTION API_SetRegion(nIDig, aRegion, nNr) LOCAL hRgn, hAdd, nX, nRet LOCAL hWnd    IF EMPTY( aRegion )       RETURN NIL    ENDIF    hWnd := a_Forms[nIDig][My_FormObj]:hwnd    // Create first region    hRgn := CreateRectRg...
by Jimmy
Fri Dec 20, 2019 2:51 am
Forum: FiveWin for Harbour/xHarbour
Topic: Old DOS to new Windows = Conversion thoughts
Replies: 15
Views: 2056

Re: Old DOS to new Windows = Conversion thoughts

hi,

as i say there are some Problem with Console see this Thread http://forums.fivetechsupport.com/viewt ... =3&t=38167

they work on it so let them time to finish it.
by Jimmy
Fri Dec 20, 2019 2:22 am
Forum: FiveWin for Harbour/xHarbour
Topic: 8 x DIALOG
Replies: 12
Views: 875

Re: 8 x DIALOG

hi, ON INIT oDlg:bValid := { || !GetKeyState( VK_ESCAPE ) } THX, that was the missing Part. now i got Sample working right ... but i have used my "old" Code with DllCall() i can't simple replace it with FiveWin CreateRectRgn() / CombineRgn() while "something" is different so Resu...
by Jimmy
Fri Dec 20, 2019 2:15 am
Forum: FiveWin for Harbour/xHarbour
Topic: MaskRegion()
Replies: 11
Views: 924

Re: MaskRegion()

hi, i have include c:\harbour\lib\win\bcc\hbxpp.lib and use my old HMG DllCall() Code and it work under FiveWin :D so there is a Problem with FiveWin CreateRectRgn() / CombineRgn() but i can't figure out what is different. both HB_FUNC are working but the Result of HB_FUNC is different ... it is lik...
by Jimmy
Thu Dec 19, 2019 11:15 pm
Forum: FiveWin for Harbour/xHarbour
Topic: Saving a CSV-file as a Excel-file
Replies: 8
Views: 789

Re: Saving a CSV-file as a Excel-file

Mark, I use a similar function in Word for saving a Word-document as a PDF-file. So, I add "wdFormatPDF" to the line "SaveAs". This "wdFormatPDF" is defined at the beginning of my PRG-file. I simply can't find the similar function for Excel. you make a mistake when thi...
by Jimmy
Thu Dec 19, 2019 8:54 pm
Forum: FiveWin for Harbour/xHarbour
Topic: MaskRegion()
Replies: 11
Views: 924

Re: MaskRegion()

hi, You can simply use MsgLogo() and/or MsgSplash() \SAMPLES\TESTMSGL.* i have look at those Sample but they don't use SetRegion to "Mask" my Output i want to use SetRegion to get ride of Titlebar, Frame and all what does not belong to Image http://www.hmgforum.com/download/file.php?id=922...
by Jimmy
Thu Dec 19, 2019 8:29 pm
Forum: FiveWin for Harbour/xHarbour
Topic: c:\fwh\samples\poker\poker.prg
Replies: 19
Views: 1968

Re: c:\fwh\samples\poker\poker.prg

that is what i search to get more Information about it, THX
by Jimmy
Thu Dec 19, 2019 8:28 am
Forum: FiveWin for Harbour/xHarbour
Topic: MaskRegion()
Replies: 11
Views: 924

Re: MaskRegion()

hi, You have an example of use from C in source/function/fwbmp.c thx for Answer Yes i saw that C Code but not how it work ( i'm not a C Programmer ... only xBase ) i begin to understand "C" ... but that Level is still to high for me (yet) if someone have xBase Code how to call it so i can ...
by Jimmy
Thu Dec 19, 2019 8:09 am
Forum: FiveWin for Harbour/xHarbour
Topic: TPQServer
Replies: 4
Views: 529

Re: TPQServer

I pass all the parameters in, but the confirmation window still opens. for me it work ... hm this is a Test Code from HMG #require "hbpgsql"                  // i guess FW use libpq.lib pgsql.lib #include "postgres.ch"   // some Constant PROCEDURE Main()    LOCAL conn, res, aTem...
by Jimmy
Thu Dec 19, 2019 3:06 am
Forum: FiveWin for Harbour/xHarbour
Topic: DBV Memo File Formats.
Replies: 1
Views: 273

Re: DBV Memo File Formats.

All, This post will let out the secret of my age (>dirt). I have an old application running in Clipper 5.2 and the memo files are utilizing a lib called FlexFile. It added functions like "V_USE", "V_ERROR", and "V_SELECT", I would like to move this program to Harbour b...
by Jimmy
Thu Dec 19, 2019 2:55 am
Forum: FiveWin for Harbour/xHarbour
Topic: TPQServer
Replies: 4
Views: 529

Re: TPQServer

Hi, When you create a Postgresql object using TPWServer():New (), you are prompted to confirm that you are accessing the database. Is it possible to avoid automatically opening this query ? FW 1806 pass all Parameter and it will not ask you   oServer   := TPQServer():New( cHost, cDataBase, cUser, c...
by Jimmy
Thu Dec 19, 2019 2:51 am
Forum: FiveWin for Harbour/xHarbour
Topic: 8 x DIALOG
Replies: 12
Views: 875

Re: 8 x DIALOG

hi.

now i have TrayIcon for Main and a new Question : how can i "disable close" by Keyboard ESC :?:

those 8 x Dialog don't need to "react" on something only "ON PAINT".
i want to "close" all Dialog from TrayIcon-Menu.
by Jimmy
Thu Dec 19, 2019 2:45 am
Forum: FiveWin for Harbour/xHarbour
Topic: MaskRegion()
Replies: 11
Views: 924

MaskRegion()

hi, in c:\fwh\source\function\fwbmp.c i found function MaskRegion() but no Sample. i have a Xbase++ and HMG Sample for Region but my FiveWin Version display wrong :shock: Not Acceptable! An appropriate representation of the requested resource could not be found on this server. This error was generat...
by Jimmy
Thu Dec 19, 2019 1:59 am
Forum: FiveWin for Harbour/xHarbour
Topic: problem with OrdScope and refresh xbrowse
Replies: 2
Views: 313

Re: problem with OrdScope and refresh xbrowse

hi, i guess it is the Scope "on" related data when navigate in Main GRID. --- just a Idea, sorry i don't know exact Field Name so i use Header Name of Main Grid for Sample   SELECT Permessi    SET RELATION TO Permessi->Utente INTO User    SET RELATION TO Permessi->Modulo INTO Moduli