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 17:49:48
Evans Carl
System Answers Consulting, Inc
Big Lake, Minnesota, United States
 
General information
Forum:
Visual FoxPro
Category:
Classes - VCX
Miscellaneous
Thread ID:
00380354
Message ID:
00380479
Views:
13
Hi Nadya,

I set order to a tag, which has not empty Filter expression, when I hit Add
button (Add method - APPEND BLANK)- if I read the above correctly your problem will be on the current filter that is set.

For example in a customer table I set filter to not empty(custno) and then append blank I would never see that blank record because of my filter condition is set for not empty(custno), thus I would overwrite the last record in the table. My suggestion would be

SELECT TABLE
lc_filter = filter()
SET FILTER TO
APPEND BLANK
*--Update table

SET FILTER TO &lc_filter.


Carl
¤º°`°º¤ø,¸¸,ø¤º°`°º¤ø,¸¸,ø¤º°`°º¤ø¤º°¤º°`°º¤ø¤º°¤º°
Carl Evans
CEO & President
System Answers Consulting, Inc.
MCSD .NET, ASP.NET, C#.NET, VB.NET,
Previous
Reply
Map
View

Click here to load this message in the networking platform