Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Browse with partition
Message
From
31/03/2024 11:57:42
 
 
To
30/03/2024 03:43:49
Dragan Nedeljkovich (Online)
Now officially retired
Zrenjanin, Serbia
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
01687797
Message ID:
01687803
Views:
57
>>Hi Everyone,
>>
>>After all my years of programming in VFP, all I want to do is do a Browse Command with 2 Partitions.
>>Surprising that I'm having a hard time finding out how to do this.
>>
>>What is the correct Syntax?
>
>I just typed 'browse ' and got the intellisense tooltip, says '...partition nColumn', 'lpartition [name ObjectName]'

For Q'nD' edits in any table I sometimes add &lcFieldList REdit to Dragans hint,
perhaps (b)locking left side or some fields.

But the real kicker in Dragans line is the [name ObjectName]'
This allows you to tweak your browse via the named object handle in command window
(or in the debugger, if some propertynames escape you at the moment)
and gives you the option to save that fine-tuned browse object in a vcx
and reuse / retweak later or create a subclass based on "working tweaks".

For working client side its good to have vfp dev version to copy over
or one of the command window additions created for vfp runtimes.

my 0.02€
thomas
Previous
Reply
Map
View

Click here to load this message in the networking platform