Search found 196 matches

by don lowenstein
Thu May 04, 2006 5:08 pm
Forum: FiveWin for Harbour/xHarbour
Topic: FiveWin WEB ??
Replies: 14
Views: 6699

The server is a Pentium II - about 600 mhz, NT Windows 2000 Server, IIS 5.0. The pdf-factory is a demo version which I use in my demo site. The actual clients must purchase a 1 user version. The service is running under a user account with proper NT security, and the user's default printer is pdf-fa...
by don lowenstein
Thu May 04, 2006 2:59 pm
Forum: FiveWin for Harbour/xHarbour
Topic: FiveWin WEB ??
Replies: 14
Views: 6699

Rick, I have created a pure xharbour / FWH application on the web. You may view it at https://207.119.126.13 login as "dutto" or "sunri" with a password of "x" This is a combination of HTML / Java Script which was developed by artists and a back end MS-Sql server databa...
by don lowenstein
Wed Apr 05, 2006 5:22 pm
Forum: FiveWin for Harbour/xHarbour
Topic: printing from .exe running as a service
Replies: 6
Views: 1776

printing from .exe running as a service

I have an exe loaded as a service on NT. Many thanks to the help received from this forum in creating exe's to run as a service. Now, I need this application to print to the default printer. My application uses the tprinter class and the Fivewin report class. During the print attempt I receive the f...
by don lowenstein
Thu Mar 23, 2006 4:58 pm
Forum: FiveWin for Harbour/xHarbour
Topic: How to make an application "sleep"?
Replies: 2
Views: 752

Thanks very much!!
by don lowenstein
Thu Mar 23, 2006 3:48 pm
Forum: FiveWin for Harbour/xHarbour
Topic: How to make an application "sleep"?
Replies: 2
Views: 752

How to make an application "sleep"?

What is the best way to make an application "Sleep" for a specified time interval?

In xbase there was a Sleep() function.

I'm aware of "inkey()"

Is there a "best" way to make the process inactive for a time period.

Thanks.
by don lowenstein
Fri Mar 10, 2006 5:27 pm
Forum: FiveWin for Harbour/xHarbour
Topic: load a service on server
Replies: 1
Views: 518

load a service on server

I need to write a program to load as a service on a server.

What special considerations do I need to be aware of?

Thanks.
by don lowenstein
Thu Feb 02, 2006 6:53 pm
Forum: FiveWin for Harbour/xHarbour
Topic: Bitmaped and transparent dialogs
Replies: 22
Views: 5711

Exactly -

For me, easier to store dialog parms in a database and build dynamically vs. create resource, manually code controls to variables. etc. Using a data dictionary for me, is cleaner - only one input program, only one browse/update program, etc.
by don lowenstein
Thu Feb 02, 2006 5:16 pm
Forum: FiveWin for Harbour/xHarbour
Topic: Bitmaped and transparent dialogs
Replies: 22
Views: 5711

I have done this in the past. Each control needed to be "refreshed" in the initialization of the ::activate() The reason I did this was due to many controls / folder pages, etc, which were created from data driven applications. The computers were much slower ( 386 speed ) and this saved lo...
by don lowenstein
Thu Feb 02, 2006 4:48 am
Forum: FiveWin for Harbour/xHarbour
Topic: Bitmaped and transparent dialogs
Replies: 22
Views: 5711

Antonio, This is excellent. I have been looking for this since Fivewin 1.8. Many years ago I hired several artists to make my applications look especially "pretty". I experimented with this concept, but ran into difficulties. One problem I had was "re-using" a dialog. I could get...
by don lowenstein
Wed Feb 01, 2006 7:12 pm
Forum: FiveWin for Harbour/xHarbour
Topic: emf to pdf
Replies: 10
Views: 2310

emf to pdf

Fivewin creates beautiful .EMF files within the report object.

Does anyone know of a utility or library I can call from within my applications to convert these .EMF files to a .PDF file?
by don lowenstein
Wed Feb 01, 2006 7:09 pm
Forum: FiveWin for Harbour/xHarbour
Topic: print image and text on hp printer
Replies: 1
Views: 530

print image and text on hp printer

I need to print a signature on a check. How can I combine text and an image in my output to accomplish this? Currently I'm using pcl command embedded in a text file to control fomatting and then copying that file to the printer device. It works great. How can I include an image file ( signature ) wi...
by don lowenstein
Wed Jan 11, 2006 3:32 pm
Forum: FiveWin for Harbour/xHarbour
Topic: GPF with curdir()
Replies: 3
Views: 964

Thank you. I will try. FYI - the offending line of code that brought this to my attention was a call to FWH function lIsDir( pathspec ) here is your code from filename.prg function lIsDir( cNewDir ) // Checks an existing directory local cDir := CurDrive() + ":\" + CurDir() I linked in my o...
by don lowenstein
Tue Jan 10, 2006 9:40 pm
Forum: FiveWin for Harbour/xHarbour
Topic: GPF with curdir()
Replies: 3
Views: 964

GPF with curdir()

Has anyone else experienced a "random" GPF when calling curdir() ? If yes, is there a workaround for curdir()

xharbor .99.51
fwh 2.6
bcc 5.5
windows xp
windows xp64
by don lowenstein
Thu Nov 24, 2005 6:28 pm
Forum: FiveWin for Harbour/xHarbour
Topic: How to determine date of forum message posting?
Replies: 9
Views: 2551

I changed to D M d, Y g:i a as suggested and now it works fine. My display now is:

Posted: Wed Nov 23, 2005 11:00 am Post subject: Re: How to determine date of forum message posting


Thank you.
by don lowenstein
Thu Nov 24, 2005 6:27 pm
Forum: FiveWin for Harbour/xHarbour
Topic: How to determine date of forum message posting?
Replies: 9
Views: 2551

Mine is mm-dd-yyyy

I will experiment - thanks.