Search found 142 matches

by dpaterso
Thu Feb 23, 2006 6:13 am
Forum: FiveWin for Harbour/xHarbour
Topic: Headings of TWBROWSE
Replies: 3
Views: 897

Thanks for the attempt.

It would appear, though, that only TXBROWSE has a nHeaderHeight parameter, TWBROWSE not.

Regards,

Dale.
by dpaterso
Thu Feb 23, 2006 5:54 am
Forum: FiveWin for Harbour/xHarbour
Topic: Need to compile \FWH\SAMPLES\INSPTEST.PRG
Replies: 6
Views: 1450

Need to compile \FWH\SAMPLES\INSPTEST.PRG

Good Morning All, I need to compile the INSPTEST.PRG sample but I am getting lots of errors like: Error E0030 | Syntax Error: "parse error at 'ACLIENT'" etc. etc. with XHB. I need to compile this not so much for its functionality but because if I remember correctly this was a fine example ...
by dpaterso
Wed Feb 22, 2006 2:32 pm
Forum: FiveWin for Harbour/xHarbour
Topic: Headings of TWBROWSE
Replies: 3
Views: 897

Headings of TWBROWSE

I hope that the subject line of this message did not send shivers down anyone's spine :) Don't worry anyone. What I want to know is if there is anyway of turning off ALL of the headings of a LISTBOX BROWSE on a dialog i.e. NO HEADINGS, NO FIELD DESCRIPTORS, NOTHING, NADA, just the data. And when I s...
by dpaterso
Wed Feb 22, 2006 10:20 am
Forum: FiveWin for Harbour/xHarbour
Topic: Adding Context Specific Help to a Say
Replies: 1
Views: 463

Actually - I even discovered another benefit of doing it this way:

I can actually copy and paste from a 'Say' to somewhere else if needed!!! How about that!

(Thanks Enrico)!

Regards,

Dale.
by dpaterso
Wed Feb 22, 2006 10:14 am
Forum: FiveWin for Harbour/xHarbour
Topic: Adding Context Specific Help to a Say
Replies: 1
Views: 463

Adding Context Specific Help to a Say

Is it possible to add context specific help to a 'Say'? This line compiles fine: ReDefine Say ioTELEPHONE Var cTELEPHONE ID 103 Of oDlg HelpID but if you add ANYTHING after the HelpID like: ReDefine Say ioTELEPHONE Var cTELEPHONE ID 103 Of oDlg HelpID 5000 you get an error. Now you may wonder why I ...
by dpaterso
Wed Feb 22, 2006 10:03 am
Forum: FiveWin for Harbour/xHarbour
Topic: Is it possible to change a Resource Type on the fly?
Replies: 10
Views: 1970

Well, OK. But the reason that I have to have add, edit, and view displayed differently is because of (intended) system security i.e. if a user does not have sufficient priveleges to add, or edit, or add only or edit only, and can only view (by double clicking on a record for example) then the screen...
by dpaterso
Wed Feb 22, 2006 9:56 am
Forum: FiveWin for Harbour/xHarbour
Topic: Resource Limit
Replies: 2
Views: 585

Hello again,

Well I am use xHB so when compiling it is storing all of the resources in the .exe.

Which way is preferable?

Regards,

Dale.
by dpaterso
Wed Feb 22, 2006 7:58 am
Forum: FiveWin for Harbour/xHarbour
Topic: Is it possible to change a Resource Type on the fly?
Replies: 10
Views: 1970

OK - well that works - sort of. The cursor is still flashing though even although you cannot edit the get. I have tried 'Set Cursor Off' and SetCursor( .F. ) - still have cursor. Also - your ordering stays the same (something I did not think of) i.e. in my 'Edit' Dialog Box the first Get is numbered...
by dpaterso
Wed Feb 22, 2006 6:50 am
Forum: FiveWin for Harbour/xHarbour
Topic: Is it possible to change a Resource Type on the fly?
Replies: 10
Views: 1970

Is it possible to change a Resource Type on the fly?

Is there any way to change the actual type of a resource from within your application? Let us say that you have a dialog defined in a .RES file (created with BRW 4.5) and on that dialog you have defined, let us say, five gets. Is there any way from within your application to sort of 'redefine' those...
by dpaterso
Wed Feb 22, 2006 6:40 am
Forum: FiveWin for Harbour/xHarbour
Topic: Resource Limit
Replies: 2
Views: 585

Resource Limit

Hello, Before I get too far down the river and then find that I don't have a paddle - is there a limit to the number of Resources that a .RES file (or an application for that matter) can contain? Has anyone ever run out of place for new Resources like Dialogs, Bitmaps, etc. etc. using BRW 4.5 / xHB ...
by dpaterso
Wed Feb 22, 2006 6:36 am
Forum: FiveWin for Harbour/xHarbour
Topic: Length of Cut / Copy and Paste using 0x4l Style in Dialog
Replies: 7
Views: 1452

Hello,

I tried Ctrl+X and it works for me i.e. I can highlight the text, press Ctrl+X (which removes the highlighted text) and then type something new. I can then past (using Ctrl+V) anywhere else I like no problem.

Regards,

Dale.
by dpaterso
Wed Feb 22, 2006 6:05 am
Forum: FiveWin for Harbour/xHarbour
Topic: Length of Cut / Copy and Paste using 0x4l Style in Dialog
Replies: 7
Views: 1452

Hi Alex, I'm not sure if this is what you are talking about but I just tried to test for your problem and I get this: Get contains e.g. '111122223333' If you highlight all the 2's in the above example and then cut them and immediately start typing into that get again (without pasting the contents of...
by dpaterso
Tue Feb 21, 2006 9:13 pm
Forum: FiveWin for Harbour/xHarbour
Topic: Thanks for the excellent support!
Replies: 6
Views: 1410

Don't sound so stern!

I DID appreciate what you were saying on those occasions and very much appreciate your help and input :)

Regards,

Dale.
by dpaterso
Tue Feb 21, 2006 3:57 pm
Forum: FiveWin for Harbour/xHarbour
Topic: Length of Cut / Copy and Paste using 0x4l Style in Dialog
Replies: 7
Views: 1452

Simple as that!

Thanks - it works!

Regards,

Dale.
by dpaterso
Tue Feb 21, 2006 10:29 am
Forum: FiveWin for Harbour/xHarbour
Topic: Length of Cut / Copy and Paste using 0x4l Style in Dialog
Replies: 7
Views: 1452

Length of Cut / Copy and Paste using 0x4l Style in Dialog

Hello - I'm really on a roll here. I just noticed something else very strange. I have one dialog defined with the 0x4l style parameter and another dialog (just for a test) that does not include the 0x4l style parameter (in BRW 4.5). Each dialog has two gets defined that are 30 characters wide. The f...