Search found 912 matches

by Jeff Barnes
Sun Dec 18, 2005 5:17 pm
Forum: FiveWin for Harbour/xHarbour
Topic: Ping several items in xHarbour
Replies: 1
Views: 709

Byron,

Check your e-mail.


Jeff
by Jeff Barnes
Sun Dec 11, 2005 3:45 pm
Forum: FiveWin for Harbour/xHarbour
Topic: Function Similar to MsgRun()
Replies: 3
Views: 1064

Thanks Daniel / Dutch,

I have it working ... my mistake ... I was doing it this way:

MsgRun("Please Wait ... Generating Report",,MyFunction() )

I left out the {|| }

Thanks again.

Jeff
by Jeff Barnes
Sun Dec 11, 2005 3:41 pm
Forum: FiveWin for Harbour/xHarbour
Topic: Please Explain why this won't work
Replies: 2
Views: 786

Thanks Antonio.

Works perfectly.
by Jeff Barnes
Sun Dec 11, 2005 2:20 am
Forum: FiveWin for Harbour/xHarbour
Topic: Function Similar to MsgRun()
Replies: 3
Views: 1064

Function Similar to MsgRun()

Hi,

Is there a function similar to MsgRun() that will display a message WHILE a user function is being run and keep the message there until the user function is completed.

I've tried MsgRun() but it seems to display the message AFTER the user function has been completed.

Thanks,
Jeff
by Jeff Barnes
Sun Dec 11, 2005 1:15 am
Forum: FiveWin for Harbour/xHarbour
Topic: Please Explain why this won't work
Replies: 2
Views: 786

Please Explain why this won't work

Hi, In my app I have a dialog that has 10 "parts" listed on the screen. Part1, Part2 .... Part10 I have a function that will work with these PART fields (using Tdatabase) Function MyFunction( cNumber ) //cNumber can be from "1" to "10" Local cTempPart cTempPart := oPart...
by Jeff Barnes
Sat Dec 10, 2005 12:13 am
Forum: FiveWin for Harbour/xHarbour
Topic: Tdatabase Question
Replies: 2
Views: 1642

Tdatabase Question

HI, I have tried for the first time tDatabase ... wow have I been doing a lot mode code then I had to :-( Anyway... I open my database like this: Use myfile.dbf shared new DATABASE oMyfile As a test I open a dialog with some gets and test SAVE and CANCEL. oMyFile:Load() Redefine Get.... oMyfile:Fiel...
by Jeff Barnes
Fri Dec 09, 2005 11:01 pm
Forum: FiveWin for Harbour/xHarbour
Topic: Copy files with wild card
Replies: 5
Views: 1569

Thanks Yamil and James,

James, I tried your soultion but it forced my app to quit (without any error being generated)
by Jeff Barnes
Fri Dec 09, 2005 4:12 pm
Forum: FiveWin for Harbour/xHarbour
Topic: Copy files with wild card
Replies: 5
Views: 1569

Copy files with wild card

Hi,

I there a way to copy files from within FWH allowing wild cards.

I am tring to do something like:

cFileSource := "F:\Myfile*.*"
cFileDest := "C:\MyFolder\"

Copy File &cFileSource to &cFileDest

but I get a Open error for cFileSource

Thanks,
Jeff
by Jeff Barnes
Wed Dec 07, 2005 7:58 pm
Forum: FiveWin for Harbour/xHarbour
Topic: Color Scheme Development Utility
Replies: 1
Views: 750

Milan,

Check your e-mail ... I have sent you the program.

Jeff
by Jeff Barnes
Tue Dec 06, 2005 4:21 pm
Forum: FiveWin for Harbour/xHarbour
Topic: Please Help: Open file from within FiveWin
Replies: 2
Views: 896

Enrico,

Once again you have saved the day :-))

Thanks for the fast reply.

Jeff
by Jeff Barnes
Tue Dec 06, 2005 3:55 pm
Forum: FiveWin for Harbour/xHarbour
Topic: Please Help: Open file from within FiveWin
Replies: 2
Views: 896

Please Help: Open file from within FiveWin

Hi Everybody, I have a problem opening a file from within my program. The file name is a bit unusual and is causing problems. From Windows I can click on the file and it launches its program without any problems but it will not work from within FineWin. An example of the filename is: "ABR, Demo...
by Jeff Barnes
Mon Nov 28, 2005 12:43 am
Forum: FiveWin for Harbour/xHarbour
Topic: Comm port problem
Replies: 3
Views: 1327

Where can I get hbcomm.lib ???

Thanks
by Jeff Barnes
Thu Nov 24, 2005 7:53 pm
Forum: FiveWin for Harbour/xHarbour
Topic: Comm port problem
Replies: 3
Views: 1327

Comm port problem

I have a strange problem when reading from a comm port. If I am starting with a fresh boo of the computer I can not read data from the comm port unless I first go into Windows HyperTerminal to read from the comm port. Then my program works just fine (until you reboot). Below is a sample of the code ...
by Jeff Barnes
Tue Nov 22, 2005 11:57 pm
Forum: FiveWin for Harbour/xHarbour
Topic: Multi-user data update
Replies: 1
Views: 802

Hi Tim,

Try using a TIMER.
Then you could issue an Update for that listbox.

Jeff
by Jeff Barnes
Tue Nov 22, 2005 10:02 pm
Forum: FiveWin for Harbour/xHarbour
Topic: Syncronizing Data
Replies: 0
Views: 720

Syncronizing Data

Hi Everybody, I have encountered a problem and hope someone here might have an idea to help me..... I have written a program for my office that handles all of our inventory, clients, service reports etc... that is connected between 2 offices. I now need to modify (or re-write) the program to add in ...