Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Naming subclasses
Message
De
23/02/2004 08:09:32
 
 
À
23/02/2004 08:00:40
Information générale
Forum:
Visual FoxPro
Catégorie:
Classes - VCX
Divers
Thread ID:
00879787
Message ID:
00879863
Vues:
21
Save the work on the IDE, Peter, and just code like your second example from the start < s >

cheers


>[snip]
>>>Moreover, in that IDE you can switch between views. In one view you only see the descriptors, in another view you also see the technical details like datatype and scope. How about that. Shall we start writing that IDE?
>>
>>Not sure what you're trying to say and how valuable this would be.
>
>Imagine a button or hotkey that changes the display of the text, like:
>
local lcLocalPath, lcBuffer, lnBufferSize, lnResult, lcStructureString
>		
>lnBufferSize = iif(pcount() = 1, MAX_BUFFER_SIZE, tnBufferSize) + 1
>lcLocalPath  = lcDrive
>lcBuffer     = space(lnBufferSize)
>lnResult     = WNetGetConnection(@lcLocalPath, @lcBuffer, @lnBufferSize)
>into:
BufferSize = iif(pcount() = 1, MAX_BUFFER_SIZE, BufferSize) + 1
>LocalPath  = Drive
>Buffer     = space(BufferSize)
>Result     = WNetGetConnection(@LocalPath, @Buffer, @BufferSize)
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform