Search found 3561 matches: instead

Return to advanced search

Re: Public var in Get

Use PRIVATE instead of PUBLIC.

EMG
by Enrico Maria Giordano
Mon Nov 14, 2005 12:33 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Public var in Get
Replies: 4
Views: 1664

DBCOMBO class problem ?

... ? I am gettig quite strange result with it. Here is the small example demonstrating the same. In this example, selecting 'ABC' should return 1 instead it returns 2, selecting 'XYZ' should return 2 instead it returns 2 , selecting 'DEF' returns correctly 3. Please help Milan. ----------------Prg------------------------ ...
by Milan Mehta
Mon Nov 14, 2005 11:13 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: DBCOMBO class problem ?
Replies: 0
Views: 871

Antonio Linares wrote:Milan,

Your RC is not right, please change it this way:

CONTROL "", IDC_EDIT1, "TFGet", WS_BORDER | WS_VSCROLL | WS_TABSTOP, 25, 14, 82, 46

instead of:

EDITTEXT IDC_EDIT1, 25, 14, 82, 46, WS_BORDER | WS_VSCROLL | WS_TABSTOP

Now it works ok.


Dear Antonio,

Yes it does. Thanks.

Milan.
by Milan Mehta
Sat Nov 12, 2005 5:50 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Entering Text in Memo Field : Format Get
Replies: 4
Views: 1650

Milan,

Your RC is not right, please change it this way:

CONTROL "", IDC_EDIT1, "TFGet", WS_BORDER | WS_VSCROLL | WS_TABSTOP, 25, 14, 82, 46

instead of:

EDITTEXT IDC_EDIT1, 25, 14, 82, 46, WS_BORDER | WS_VSCROLL | WS_TABSTOP

Now it works ok.
by Antonio Linares
Fri Nov 11, 2005 9:40 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Entering Text in Memo Field : Format Get
Replies: 4
Views: 1650

... functions. I simply discard the extra characters that are read, no worries. I have used hbcrypt to encrypt the values stored in the registry and instead of searching for a real device serial number have used a random generated number instead, written on first startup. Thanks. BTW - I hope that ...
by Jon Munro
Tue Nov 08, 2005 1:00 pm
 
Forum: FiveWin for Pocket PC
Topic: Registry functions
Replies: 18
Views: 8169

... that line (not the error line as in the log but 5 lines up) was oStBrw := OF := oStats := TWBrowse():New(….) instead of oStBrw := TWBrowse():New(….) And I thought that the pre processor was smarter than that.
by kronos911
Sun Nov 06, 2005 1:03 am
 
Forum: FiveWin for CA-Clipper
Topic: Error Objects/6
Replies: 4
Views: 2226

... oGet2, oOKBtn, oCancelBtn DEFINE DIALOG oLogIn of oMainWin …. … ACTIVATE DIALOG oLogIn CENTER RETURN lGo If I have to use MDI child windows instead of dialogs how can I make the app stop at them until the user passes or fails the authorization prossess.
by kronos911
Fri Nov 04, 2005 12:59 am
 
Forum: FiveWin for CA-Clipper
Topic: How to ... and Where to ...
Replies: 7
Views: 2917

Riccardo,

I missunderstood you, I though you were using Harbour, instead of xharbour.

Please create a MAP file and search for the GPF address into the MAP file.

Don't you get a FWH MsgAlert() with the calls stack list ?
by Antonio Linares
Thu Nov 03, 2005 8:49 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: zip SPAN
Replies: 8
Views: 3705

Themed TGet on windows (fixed)

... oDlg title "Test" from 10,10 to 300,300 pixel @1,1 get cText of oDlg size 200,20 activate window oDlg return The edit box has a black border instead the theme blue border. It only happens with window, if I change the "define/activate window" with "define/activate dialog" it looks fine. Antonio, ...
by Roberto Parisi
Mon Oct 31, 2005 9:58 am
 
Forum: Bugs report & fixes / Informe de errores y arreglos
Topic: Themed TGet on windows (fixed)
Replies: 14
Views: 8846

Index progress

... ) ; eval( oMeter:Set( ( cDbf_name )->( RecNo() ) ), SysRefresh(), !lEnd ) return( NIL ) How it make to work ADS CDX ? What values to use instead RecCount() and recno() ? With best regards !
by Rimantas
Sat Oct 29, 2005 7:37 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Index progress
Replies: 0
Views: 811

GWard, It looks as you may need to use a dialogbox to get the OK button on the caption. Maybe you could use pushbuttons at the bottom instead of a pulldown menu ? Antonio, I simply require too many options to utilise pushbuttons. The "OK" button on child windows is a nice touch rather than ...
by GWard
Wed Oct 26, 2005 8:50 am
 
Forum: FiveWin for Pocket PC
Topic: OK Icon on application Windows
Replies: 8
Views: 3039

... does not show :( . It looks as you may need to use a dialogbox to get the OK button on the caption. Maybe you could use pushbuttons at the bottom instead of a pulldown menu ?
by Antonio Linares
Tue Oct 25, 2005 4:42 pm
 
Forum: FiveWin for Pocket PC
Topic: OK Icon on application Windows
Replies: 8
Views: 3039

Re: DeviceCapabilities()

Let's down, use GetDeviceCaps() instead...
by Badara Thiam
Tue Oct 25, 2005 4:00 pm
 
Forum: FiveWin for CA-Clipper
Topic: DeviceCapabilities()
Replies: 1
Views: 1139

Re: Testzip and Testuzip will not compile

... Find D:\FWH\SAMPLES\testuzip.il? Thanks, Vytas Zip and unzip are 16 bits programs, they will not work with harbour/xharbour. You must use hbzip instead available for harbour and xharbour. Check at http://www.xharbour.org Richard
by Richard Chidiak
Mon Oct 24, 2005 6:22 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Testzip and Testuzip will not compile
Replies: 10
Views: 5978

... check results: Reading values and Creating keys is now OK. However, regsetvalue correctly creates the required subkey but writes the type 'REG_SZ' instead of the intended text contents... Nearly there :-) hth Regards, Saludos,
by Jon Munro
Mon Oct 24, 2005 4:02 am
 
Forum: FiveWin for Pocket PC
Topic: Registry functions
Replies: 18
Views: 8169
PreviousNext

Return to advanced search