Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
SEEK function with a TagName
Message
From
24/03/2004 12:59:46
 
 
To
24/03/2004 12:39:17
General information
Forum:
Visual FoxPro
Category:
Other
Miscellaneous
Thread ID:
00889314
Message ID:
00889345
Views:
22
Order is defined desc or open desc ?
You have REINDEX ?

You can try this:
orderNo = TAGNO('order')
orderExp = KEY(m.orderNo)
orderSingle = PRIMARY(m.orderNo) OR CANDIDATE(m.orderNo)
select 0
use mytable again
scan
  if !SEEK(EVAL(m.orderExp), 'mytable', 'order') OR recno()#recno('mytable') AND m.orderSingle
      ? EVAL(m.orderExp),RECNO(),recno('mytable')
  else
      go top in mytable
  ENDIF
endscan
Not found values have a rule ?
You can post
- expression m.orderExp and its type ?

Fabio
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform