Search found 165 matches

by Jimmy
Sun Dec 22, 2019 7:25 pm
Forum: FiveWin for Harbour/xHarbour
Topic: buildH.BAT more than 1 PRG ?
Replies: 4
Views: 459

Re: buildH.BAT more than 1 PRG ?

hi,

found out that i need Path to \harbour\contrib\xxx for every *.HBC (are in different directory)

i compile now as told with

Code: Select all

hbmk2 CLICK2.HBP -comp=bcc
Question : how to include Debugger :?:
can i use a "different" Debugger ... (got Source from HMG Debugger)
by Jimmy
Sat Dec 21, 2019 10:45 pm
Forum: FiveWin for Harbour/xHarbour
Topic: Introducing FiveTech's fivedit
Replies: 537
Views: 81540

Re: Introducing FiveTech's fivedit

cnavarro wrote:What mistake did the program give you?
Turbo Incremental Link 6.70 Copyright (c) 1997-2014 Embarcadero Technologies, Inc.
Error: 'C:\FWH\LIB\FIVEH32.LIB' contains invalid OMF record, type 0x21 (possibly COFF)
Link Error
by Jimmy
Sat Dec 21, 2019 8:59 pm
Forum: WhatsNew / Novedades
Topic: New FTDN December 2019 (FWH 19.12)
Replies: 2
Views: 3399

Re: New FTDN December 2019 (FWH 19.12)

hi,

em, äh ... where do i get new Version :?:

Use your login and password to download it
by Jimmy
Sat Dec 21, 2019 8:57 pm
Forum: FiveWin for Harbour/xHarbour
Topic: Introducing FiveTech's fivedit
Replies: 537
Views: 81540

Re: Introducing FiveTech's fivedit

hi, Jimmy, you are not following the correct steps to install FE thx for Answer i have "just" replace older FE Version with lates Version and got that Error. just want to post that Error as i don't understand it now i switch back to old Version and it work. You can watch these videos, a bi...
by Jimmy
Sat Dec 21, 2019 9:20 am
Forum: FiveWin for Harbour/xHarbour
Topic: SQL BROWSER with FIVEWIN + xBrowser
Replies: 8
Views: 1863

Re: SQL BROWSER with FIVEWIN + xBrowser

Fully functional program with FWH1909, using FWH built-in MySql library: By default, the program connects to the MySQL server freely provided by FWH. By specifying the parameters, we can also connect to our own server. eg: mysqlqry server,db,user,password WOW ... :D is something like this available...
by Jimmy
Sat Dec 21, 2019 8:55 am
Forum: FiveWin for Harbour/xHarbour
Topic: buildH.BAT more than 1 PRG ?
Replies: 4
Views: 459

Re: buildH.BAT more than 1 PRG ?

hi Antonio, THX, that is what i need for CMD Box. :D --- have try it "exact" that Way but got a lot of unknown function(s) Lines 647, Functions/Procedures 7 Generating C source output to 'R:\Temp\hbmk_qq6xab.dir\XBASE.c'... Done. R:\Temp\hbmk_qq6xab.dir\CLICK2.c: R:\Temp\hbmk_qq6xab.dir\CM...
by Jimmy
Sat Dec 21, 2019 8:49 am
Forum: FiveWin for Harbour/xHarbour
Topic: MaskRegion()
Replies: 11
Views: 908

Re: MaskRegion()

hi,

i "think" i understand now why 3 and 4 are change

Code: Select all

   DEFINE WINDOW oForm ;
       FROM nTop,nLeft TO nBottom,nRight PIXEL ;
       TITLE " Click FiveWin Version"
 
this is ROW, COL Syntax :idea:
by Jimmy
Sat Dec 21, 2019 7:17 am
Forum: FiveWin for Harbour/xHarbour
Topic: buildH.BAT more than 1 PRG ?
Replies: 4
Views: 459

buildH.BAT more than 1 PRG ?

hi,

while i still have Problem with FivEdit IDE i like to use CMD Box to compile / link.
it work with buildH.BAT for 1 PRG but what if i have more :?:

under HMG i have a *.HBP as Project file but nothing with FiveWin (when not using FivEdit) :?:
by Jimmy
Sat Dec 21, 2019 4:32 am
Forum: FiveWin for Harbour/xHarbour
Topic: SQL BROWSER with FIVEWIN + xBrowser
Replies: 8
Views: 1863

Re: SQL BROWSER with FIVEWIN + xBrowser

hi,

as Port is 3306 i guess we talk about MySQL

the Code which you take from Sample c:\fwh\samples\testage4.prg is using c:\fwh\lib\dolphin.lib

---

try :

c:\fwh\samples\mysql1.prg
c:\fwh\samples\erp.prg
by Jimmy
Sat Dec 21, 2019 4:15 am
Forum: FiveWin for Harbour/xHarbour
Topic: Introducing FiveTech's fivedit
Replies: 537
Views: 81540

Re: Introducing FiveTech's fivedit

hi, i have download "install" latest Version and can't run Project with Error Message Turbo Incremental Link 6.70 Copyright (c) 1997-2014 Embarcadero Technologies, Inc. Error: 'C:\FWH\LIB\FIVEH32.LIB' contains invalid OMF record, type 0x21 (possibly COFF) Link Error i use Crtl-F2 to check ...
by Jimmy
Fri Dec 20, 2019 9:20 pm
Forum: FiveWin for Harbour/xHarbour
Topic: Clipper Code under FiveWin ?
Replies: 14
Views: 1443

Re: Clipper Code under FiveWin ?

hi Antonio, Could you please post some screenshots of your app using GTWVT ? Does it look nice ? Is the output speed the only problem ? i have not made a Snapshot from GTWVT Version but it look exact like my Xbase++ Console http://www.hmgforum.com/download/file.php?id=9317 i have to say that every &...
by Jimmy
Fri Dec 20, 2019 8:42 pm
Forum: FiveWin for Harbour/xHarbour
Topic: MaskRegion()
Replies: 11
Views: 908

Re: MaskRegion()

hi, making confusion that is right but i can live with it when know it. i have search for "CTRLDRAWFOCUS" and found it in many CLASS. they working with o.Right and o:Bottom so all is in right order. but as you can see in c:\fwh\source\winapi\regions.c Parameter 3 and 4 are change. that is ...
by Jimmy
Fri Dec 20, 2019 8:19 pm
Forum: FiveWin for Harbour/xHarbour
Topic: MaskRegion()
Replies: 11
Views: 908

Re: MaskRegion()

Antonio Linares wrote:great work!

Is it working as expected ?
YES :D
if someone like a Sample please write a Email to AUGE_OHR at WEB.DE
by Jimmy
Fri Dec 20, 2019 8:16 pm
Forum: FiveWin for Harbour/xHarbour
Topic: Mapi Outlook .. send mail silently
Replies: 15
Views: 1708

Re: Mapi Outlook .. send mail silently

Your code works well except .. the e-mail goes to the Outlook Outbox and it is never sent .. oMailItem:display(.F.) oMailItem:Invoke("Send")   even it you do not o:display(.F.) it will never "send" ... it goes to Out-Basket. the only Way to "send" it "automatic&qu...
by Jimmy
Fri Dec 20, 2019 8:47 am
Forum: FiveWin for Harbour/xHarbour
Topic: ON RESIZE "automatic" -> Layout Manager ?
Replies: 6
Views: 918

ON RESIZE "automatic" -> Layout Manager ?

hi, does somebody have made a "Layout-Manager" for FiveWin RESIZE :?: for each windows i have to write a function ... so i wrote a "Layout-Manager" for Xbase++ while Concept are for OOP i'm not sure if i can use that Technique with DIALOG Syntax. after all Child on DIALOG are cre...