Search found 912 matches

by Jeff Barnes
Thu Sep 14, 2006 5:31 pm
Forum: FiveWin for Harbour/xHarbour
Topic: Listbox Help
Replies: 9
Views: 2294

Enrico, I have added: oLbx:bLogicLen = { || RecCount() } Still get the first record repeated 5 times. Sample of code below. Function LoadSat() //called from function that displays the listbox use "\MyFile.dbf" SHARED ALIAS "RepData" NEW Select RepData Go Top oLbx:bLine := { || { ...
by Jeff Barnes
Thu Sep 14, 2006 2:47 pm
Forum: FiveWin for Harbour/xHarbour
Topic: Listbox Help
Replies: 9
Views: 2294

I am now back to this listbox issue....

I am using the following code to reload the listbox with new data:

oLbx:bLine := { || { RepData->Time, STR(RepData->Sat), STR(RepData->HR) } }

All I get in the listbox is the first entry in the database repeated 5 times.

Any Ideas?


Thanks,
Jeff
by Jeff Barnes
Wed Sep 13, 2006 5:39 pm
Forum: FiveWin for Harbour/xHarbour
Topic: OT: Barcode TTF Fonts
Replies: 4
Views: 1000

Ramesh,

Thanks,
Jeff
by Jeff Barnes
Tue Sep 12, 2006 11:51 pm
Forum: FiveWin for Harbour/xHarbour
Topic: OT: Barcode TTF Fonts
Replies: 4
Views: 1000

OT: Barcode TTF Fonts

Hi Everybody,

Does anyone know where I can get free Barcode True type Fonts ?

(I have 3 of 9, I am looking for others)


Thanks,

Jeff
by Jeff Barnes
Thu Aug 31, 2006 1:39 am
Forum: FiveWin for Harbour/xHarbour
Topic: MsgYesNo()
Replies: 2
Views: 655

Well of course that is the anwser :oops:

I feel stupid. :shock:


Thanks Colin
by Jeff Barnes
Wed Aug 30, 2006 11:48 pm
Forum: FiveWin for Harbour/xHarbour
Topic: MsgYesNo()
Replies: 2
Views: 655

MsgYesNo()

Hi Everybody,

Is there a way to have a MsgYesNo() box have the default focus set to NO instead of YES ??

Thanks,

Jeff
by Jeff Barnes
Mon Aug 28, 2006 7:56 pm
Forum: FiveWin for Harbour/xHarbour
Topic: Upgrade Problem
Replies: 6
Views: 1382

Enrico,

I tried your sample...

All I get is a white window. Nothing else happens.

I have also tried with COMM.C relinked from FWH2.5 and still nothing.

I am stuck.

Jeff
by Jeff Barnes
Sun Aug 27, 2006 10:14 pm
Forum: FiveWin for Harbour/xHarbour
Topic: Upgrade Problem
Replies: 6
Views: 1382

Thanks Enrico,

The error is gone but it still wont work.

This is why I hate upgrading ... always end up with more problems.


It seems as if my ReadComm( nComm, @cData ) does nothing now.


Jeff
by Jeff Barnes
Sun Aug 27, 2006 1:51 am
Forum: FiveWin for Harbour/xHarbour
Topic: Upgrade Problem
Replies: 6
Views: 1382

Upgrade Problem

Hi Everybody, I just upgraded from FWH2.5 to FWH2.7 and have a problem that I did not have before. When I try to: if ! SetCommState( cDcb ) nError = GetCommError( nComm ) MsgInfo( "SetCommState Error: " + Str( nError ) ) endif I get a HARBOUR EXCEPTION error on the SetCommState() line. Thi...
by Jeff Barnes
Sat Aug 26, 2006 12:27 am
Forum: FiveWin for Harbour/xHarbour
Topic: Default Button?
Replies: 3
Views: 728

Antonio, When I build the TestDLG.prg file the focus is in the GET. I need to press ENTER twice (once to move from the GET, the second time then will act on the OK button) This is the same thing that happens in my app. I am using FWH 2.5 (I'm sure I did not have this issue before 2.5) Any Ideas? Tha...
by Jeff Barnes
Fri Aug 25, 2006 8:23 pm
Forum: FiveWin for Harbour/xHarbour
Topic: Default Button?
Replies: 3
Views: 728

Default Button?

Hi Everybody,

I used to be able to press ENTER and it would act as if I have clicked on the OK button. This is no longer working.

In Workshop I have the "default push button" selected.

Any Ideas?

Thanks,
Jeff
by Jeff Barnes
Fri Aug 18, 2006 1:58 pm
Forum: FiveWin for Harbour/xHarbour
Topic: Spinner Question
Replies: 5
Views: 1057

Thanks Enrico,

That's exactly what I needed.

Jeff
by Jeff Barnes
Wed Aug 16, 2006 3:18 pm
Forum: FiveWin for Harbour/xHarbour
Topic: Spinner Question
Replies: 5
Views: 1057

Thanks for the quick reply Antonio but that will not solve my probelm.

I use 4 different spinners, only one of them needs to adjust by 0.5 the rest of them need to adjust by 1


Jeff
by Jeff Barnes
Wed Aug 16, 2006 2:12 pm
Forum: FiveWin for Harbour/xHarbour
Topic: Spinner Question
Replies: 5
Views: 1057

Spinner Question

Hi Everybody,

How can I have a spinner increase/decrease by 0.5 instead of 1


Thanks,

Jeff
by Jeff Barnes
Thu Jul 13, 2006 5:53 pm
Forum: FiveWin for Harbour/xHarbour
Topic: Dialog - Readonly
Replies: 3
Views: 882

Thanks Gale / Detlef,

I came to the same solution as Detlef. Works perfectly.

Thanks again.

Jeff