Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
SEEK function with a TagName
Message
De
24/03/2004 12:59:46
 
 
À
24/03/2004 12:39:17
Information générale
Forum:
Visual FoxPro
Catégorie:
Autre
Divers
Thread ID:
00889314
Message ID:
00889345
Vues:
24
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
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform