Search found 74 matches

by Gilbert
Wed Jul 18, 2007 10:15 am
Forum: FiveWin for CA-Clipper
Topic: Bunch of bug in TGet
Replies: 3
Views: 1552

Hi Antonio,

I`m using Clipper 5.3 and FiveWin 2.5

For the sample program I will send them to your personal email.


Regards

Gilbert
by Gilbert
Wed Jul 18, 2007 2:23 am
Forum: FiveWin for CA-Clipper
Topic: Bunch of bug in TGet
Replies: 3
Views: 1552

Hi,


If anyone is interested in trying out these scenario, I have created 4 small test program that demonstrates the problems.


Regards

Gilbert
by Gilbert
Wed Jul 18, 2007 2:17 am
Forum: FiveWin for CA-Clipper
Topic: Bunch of bug in TGet
Replies: 3
Views: 1552

Bunch of bug in TGet

Hi All, Again it`s been a long time since I was on this forum. I`m picking up where I left a few months ago. For a while I thought I was crazy, but I went into heavy testing the TGet of FiveWin and found a few exasperating bugs. Fisrt bug occurs when the text of a get object occupies all the positio...
by Gilbert
Tue Mar 06, 2007 2:30 pm
Forum: FiveWin for CA-Clipper
Topic: TGet problems
Replies: 2
Views: 1433

Hi Antonio,


Found out that ::GetFocus() is not a valid method instead I used ::oGet:HasFocus() and worked OK

I will try to supply a code sample, this will be hard because my TGet is quite different than your`s.

Regards

Gilbert
by Gilbert
Tue Mar 06, 2007 2:07 pm
Forum: FiveWin for CA-Clipper
Topic: TGet problems
Replies: 2
Views: 1433

TGet problems

Hi all, Starnge things are happening with some METHOD in TGet. 1. GetSel() always returns `` 2. GetSelPos() Always return nHi = 10, nLo = 10 so trying to use Copy(), Cut() and Paste() methods results in no results. 3. Application crashes with NO EXP. METHOD TGET:GETFOCUS this method is used in at le...
by Gilbert
Wed Feb 21, 2007 1:51 am
Forum: FiveWin for CA-Clipper
Topic: Setting focus on specific object
Replies: 1
Views: 1211

Setting focus on specific object

Hi All,


How can I set focus to a specific get object or any object in a dialog overiding the predefined tab stops ?

Regards

Gilbert
by Gilbert
Tue Feb 20, 2007 7:04 pm
Forum: FiveWin for CA-Clipper
Topic: TGet questions
Replies: 2
Views: 1352

Hi Antonio,

Thanks for the information.

But could I change cText() METHOD to VarGet() and Value() METHOD to VarPut().

Regards,

Gilbert
by Gilbert
Tue Feb 20, 2007 7:01 pm
Forum: FiveWin for CA-Clipper
Topic: KeyState
Replies: 6
Views: 2401

Hi James, I`m implementing new picture clause in the TGet. So far it works ok exept for one situation. One picture clause I create allows the user to use FastLogin by using CTLR-G or whatever. (All 26 alpha key are available). Of course this FastLogin key has been configured in a User managament mod...
by Gilbert
Tue Feb 20, 2007 5:54 pm
Forum: FiveWin for CA-Clipper
Topic: KeyState
Replies: 6
Views: 2401

Hi, Thanks for the hint it partly solved my problem. But there`s something that I don`t understand. If VK_MENU test the ALT key, Why VK_CONTROL test the CTRL and ALT keys. I wrote this small piece of code for testing: if GetKeyState(VK_MENU) MsgInfo(`ALT key has been pressed`) endif if GetKeyState(V...
by Gilbert
Tue Feb 20, 2007 5:33 pm
Forum: FiveWin for CA-Clipper
Topic: TGet questions
Replies: 2
Views: 1352

TGet questions

Hi All,

Why in TGET method cText() is not VarPut() and Value() is not VarGet()

What does SETGET does in method cText(). Syntax look like this
METHOD cText(cText) SETGET

Why is SETGET assigned of :_SETGET_ in Object.ch

Regards,

GIlbert
by Gilbert
Tue Feb 20, 2007 4:33 pm
Forum: FiveWin for CA-Clipper
Topic: KeyState
Replies: 6
Views: 2401

KeyState

Hi,

Is there a way to test the state of ALT Key just like CONTROL and SHIFT key.

In VKEY.CH I can find VK_CONTROL, VK_SHIFT but not VK_ALT

Regards
by Gilbert
Thu Feb 15, 2007 6:28 pm
Forum: FiveWin for CA-Clipper
Topic: No Exported Method
Replies: 2
Views: 1425

No Exported Method

Hi All, It`s been a long time since I posted on the forum. I have a new problem that came from nowhere. All my apps where working fine until yesterday. Now I get an error on Get objects when I change from one get to another. Error Objects/6 No Exp. Method TSTRUCT:_NSIZE from errorsys, line: 0 Any Id...
by Gilbert
Tue Dec 05, 2006 3:34 am
Forum: FiveWin for CA-Clipper
Topic: Printers, Printers, Printers...
Replies: 26
Views: 12733

Bonjour Badara, Je n`ai aucun problèmes avec tes fonctions, si tu parles de celles qui remplacent la recherche ses imprimantes sous Windows. Je travail présentement à développer une classe qui permettra de retracer les imprimantes actives sous Windows à partir de la base de registre. Je te remercie ...
by Gilbert
Sat Dec 02, 2006 5:43 pm
Forum: FiveWin for CA-Clipper
Topic: PrinterSetup()
Replies: 9
Views: 4549

Hi Antonio,

Thanks. I`getting on it right anway

Regards,

Gilbert
by Gilbert
Sat Dec 02, 2006 5:40 pm
Forum: FiveWin for CA-Clipper
Topic: TSay Class
Replies: 2
Views: 1392

Hi Antonio,

Thanks for the information.

Regards,

Gilbert