Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Naming subclasses
Message
From
23/02/2004 08:00:40
 
 
To
23/02/2004 07:08:57
Walter Meester
HoogkarspelNetherlands
General information
Forum:
Visual FoxPro
Category:
Classes - VCX
Miscellaneous
Thread ID:
00879787
Message ID:
00879861
Views:
17
[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)
Groet,
Peter de Valença

Constructive frustration is the breeding ground of genius.
If there’s no willingness to moderate for the sake of good debate, then I have no willingness to debate at all.
Let's develop superb standards that will end the holy wars.
"There are three types of people: Alphas and Betas", said the beta decisively.
If you find this message rude or offensive or stupid, please take a step away from the keyboard and try to think calmly about an eventual a possible alternative explanation of my message.
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform