Search found 912 matches

by Jeff Barnes
Wed Feb 22, 2006 5:24 pm
Forum: FiveWin for Harbour/xHarbour
Topic: MsgRun() - strange problem
Replies: 4
Views: 902

Thanks James.

Using cGetFile instead of cGetFile32 solved the problem.

Jeff
by Jeff Barnes
Wed Feb 22, 2006 4:50 pm
Forum: FiveWin for Harbour/xHarbour
Topic: MsgRun() - strange problem
Replies: 4
Views: 902

James, After a bit of testing, it looks like the problem is with cGetFile32. I used MsgWait("Test", "Test" , 2) both before and after the cGetFile32. When it is before, I get my test message. When it is after, I do not see the test message until I either put my mouse in the "...
by Jeff Barnes
Wed Feb 22, 2006 3:43 pm
Forum: FiveWin for Harbour/xHarbour
Topic: MsgRun() - strange problem
Replies: 4
Views: 902

MsgRun() - strange problem

Hi Everybody, I have a strange problem with MsgRun(). I use MsgRun to call a function that opens a file selection dialog. After I select the file, the file selection dialog closes but for some reason I need to put my mouse in the "Please Wait..." dialog before my program will continue or I...
by Jeff Barnes
Tue Jan 17, 2006 5:24 pm
Forum: FiveWin for Harbour/xHarbour
Topic: Copy window to bmp file
Replies: 11
Views: 2108

Thanks, I've got it working now :-))

Jeff
by Jeff Barnes
Tue Jan 17, 2006 5:06 pm
Forum: FiveWin for Harbour/xHarbour
Topic: Copy window to bmp file
Replies: 11
Views: 2108

Thanks for the fast reply Enrico but it does not seem to work.

I get a run time error: Message not found: TWINDOW:SAVETOBMP



Jeff
by Jeff Barnes
Tue Jan 17, 2006 3:16 pm
Forum: FiveWin for Harbour/xHarbour
Topic: Copy window to bmp file
Replies: 11
Views: 2108

Copy window to bmp file

Hi,

Is there any way to copy a window (or part of a window) to a bmp file?


Thanks,

Jeff
by Jeff Barnes
Thu Dec 29, 2005 9:45 pm
Forum: FiveWin for Harbour/xHarbour
Topic: To James Bott - Re: UltraEdit
Replies: 12
Views: 5487

To James Bott - Re: UltraEdit

Hi James, I hope you are the right person for this..... I am setting up my new computer :D and am reinstalling UltraEdit. If I remember correctly, you had something that was added to allow UltraEdit to list the FiveWin functions. Could you please send me this information. If you were not the one who...
by Jeff Barnes
Fri Dec 23, 2005 7:31 pm
Forum: Off Topic / Otros temas
Topic: OT: On-Screen Ruler
Replies: 1
Views: 862

OT: On-Screen Ruler

Hi,

I came accross this useful little tool. It puts a ruler on the screen (I found it useful when designing screens) and tells you the "pixel" number etc...

It is FREE and can be downloaded here:

http://www.spadixbd.com/freetools/?referrer=JRulerUser

Jeff
by Jeff Barnes
Fri Dec 23, 2005 12:57 am
Forum: FiveWin for Harbour/xHarbour
Topic: Merry Christmas
Replies: 13
Views: 3866

Merry Christmas

Hi Everybody,

I just wanted to wish you all a Very Merry Christmas and a Happy New Year.

I also want to thank you all for the help over the past year.
You are the best. :D

Jeff Barnes
by Jeff Barnes
Wed Dec 21, 2005 12:17 am
Forum: FiveWin for Harbour/xHarbour
Topic: Generate Listbox from Array
Replies: 1
Views: 652

Generate Listbox from Array

Hi,

I need to generate a listbox from an array.
The array contains "record numbers" from a database, so I need to somehow display only those records.

Any Ideas?

Thanks,
Jeff
by Jeff Barnes
Tue Dec 20, 2005 11:32 pm
Forum: FiveWin for Harbour/xHarbour
Topic: Database Search
Replies: 17
Views: 5486

Thanks Antonio ... I now have a good start ... one more question:

In the new Search function I store the record number into an array (aRecords).

How can I display a listbox with only those record numbers that are in the array?

Thanks
Jeff
by Jeff Barnes
Tue Dec 20, 2005 8:19 pm
Forum: FiveWin for Harbour/xHarbour
Topic: Sort on column header click
Replies: 2
Views: 896

Thanks Colin,

That pointed me in the right direction :-)


Jeff
by Jeff Barnes
Tue Dec 20, 2005 8:17 pm
Forum: FiveWin for Harbour/xHarbour
Topic: Database Search
Replies: 17
Views: 5486

Antonio, I tried your idea but I have 2 problems... 1. It returns the record number -1 example: I know the record is #5 but it return #4 2. I need to search for ALL occurences of "sometext". At() will only find the first (and RAt() the last) Can you think of any other way of doing it? Than...
by Jeff Barnes
Tue Dec 20, 2005 12:51 am
Forum: FiveWin for Harbour/xHarbour
Topic: Sort on column header click
Replies: 2
Views: 896

Sort on column header click

Hi,

I have a listbox with 8 columns ... I would like to allow the user to sort the data by clicking on a column header, how can I do this?

Thanks,
Jeff
by Jeff Barnes
Tue Dec 20, 2005 12:12 am
Forum: FiveWin for Harbour/xHarbour
Topic: Database Search
Replies: 17
Views: 5486

Database Search

Hi,

Is there a fast way to search all fields in a database for some text.

Thanks,

Jeff