Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Controlling sorting in a grid.
Message
General information
Forum:
Visual FoxPro
Category:
Databases,Tables, Views, Indexing and SQL syntax
Miscellaneous
Thread ID:
00369438
Message ID:
00369836
Views:
24
Hi Joe,

>Is there a function that will tell if a tag exists? Input will be the character name of the tag. Returns logical.
>That would save all this looping.

As far as I know, there is no such function in VFP6.0 Time for Wish List :)

>
>>Hi Joe,
>>
>>>>>We have this method SetOrder for our Grid class. In a header.Click() just invoke this.parent.parent.SetOrder(). It's not necessary to specify parameter.
>>>>>
>>>><snip>
>>>>
>>>> tcControlSource=this.ActiveColumn.ControlSource
>>>> ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Is this valid in VFP5?
>>>
>>>I think so, but I'm not sure. Check if you have ActiveColumn property in a VFP5.0 Grid. If your header caption is always the same, as the field name, you may use in Header.Click() this.parent.parent.SetOrder(this.caption). You may want to programatically create Header class and substitute Header1 with your Header class in run-time. Check Cetin's two grids class example in File section for futher details.
>>
>>If you want to use UPPER(characterField) in your index, try this syntax in Header.Click():
>>local lcFieldName
>>lcFieldName='upper('+this.caption+')' && Caption should be exactly the same, as Field Namr
>>this.parent.parent.SetOrder(lcFieldName)
>>
>>You can enchance it more..., but you get the idea
If it's not broken, fix it until it is.


My Blog
Previous
Reply
Map
View

Click here to load this message in the networking platform