Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Intellisense
Message
De
14/02/2005 07:31:46
John Marrone
Bloodstock Research Inc.
Lexington, Kentucky, États-Unis
 
 
À
Tous
Information générale
Forum:
Visual FoxPro
Catégorie:
Autre
Titre:
Intellisense
Divers
Thread ID:
00986568
Message ID:
00986568
Vues:
62
Hi Folks
How do you get quick complete to work. I have this code:

[code]
PUBLIC frmMain as Object
_SCREEN.Visible = .F.




SET PATH TO HOME(1);MENUS;Classes;Libs;DATA;SOURCE;OTHER;Graphics;FORMS
ON SHUTDOWN DO closedown
SET CLASSLIB TO clsForms.vcx
frmMain = CreateObject("MainForm")
frmMain.Show
READ EVENTS


frmMain.Release

[/code]

Now it seems to me you should me able to type frmMain. <- and when you type the dot a list box of properties and methods appear. I would also think that if you declared a variable and typed m. <- that a list of you variables would com up. Or is the VFP editor this weak of an editor. Does VFP 9 have any improvments to this.

Is there an other editor, 3rd party that would give decent intellsince support for VFP. Or hopefully am I doing something wrong. Thanks for any help.
Thanks
John Marrone
Bloodstock Research Inc
marrone@brisnet.com

To much of a good thing is a good thing!
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform