Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Add method if current order tag has Filter
Message
From
14/06/2000 14:52:58
 
General information
Forum:
Visual FoxPro
Category:
Classes - VCX
Miscellaneous
Thread ID:
00380354
Message ID:
00380358
Views:
24
If you have a filter, then a blank record is likely not meeting the criteria of that filter, and therefore not showing up. You could use INSERT INTO instead and pre-fill it with values that match the filter.

Michelle


>Hi everyone,
>
>Today I noticed this problem: if I have table buffering and I set order to a tag, which has not empty Filter expression, when I hit Add button (Add method - APPEND BLANK), it doesn't show me a new empty record, but picks up the content of current record instead.
>
> Therefore, my questions are:
> 1) Do you notice this behavior before?
> 2) How does your framework handle this problem?
>
> I may think about this possible solution:
> Before APPEND BLANK check the current index filter expression and if it's not blank SET ORDER TO. But there could by other ways to handle this problem.
>
> Thanks in advance.
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform