Search found 3 matches: succes

Searched query: succes

by Marc Venken
Wed Jan 01, 2025 1:35 pm
Forum: FiveWin for Harbour/xHarbour
Topic: Milestone Achieved: WINHOTEL as a Web Application
Replies: 5
Views: 356

Re: Milestone Achieved: WINHOTEL as a Web Application

Very nice conversion. You spend a lot of energy into the project of moving to WEB. Well done and succes of introducing by your customers.
by driessen
Fri Jul 14, 2023 11:41 am
Forum: FiveWin for Harbour/xHarbour
Topic: Another try for using the FWH debugger - some more questions
Replies: 7
Views: 710

Another try for using the FWH debugger - some more questions

Hello,

Until now I never had any succes in using the FWH debugger.

This is the MAK-file I use: #Borland make sample, (c) FiveTech Software 2005-2009

HBDIR=c:\software\harbour
BCDIR=c:\progra~1\borland\bcc7
FWDIR=c:\software\fwharb

#change these paths as needed
.path.OBJ = .\obj
.path.PRG ...
by Marc Venken
Wed Feb 08, 2023 8:31 pm
Forum: FiveWin for Harbour/xHarbour
Topic: Animated gif as a process indicator.
Replies: 1
Views: 302

Animated gif as a process indicator.

... a animated gif to be used as a processing/progress meter, so that people see the computer is processing data.

It won't work :? Somebody with more succes ?

#include "fivewin.ch"
#include "gif.ch"

function Main()
local oDlg, oGif, i

msginfo("Loop start")
animation("ON")
for i = 1 to 300
sleep ...