Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Record out of range after Find?
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Titre:
Record out of range after Find?
Divers
Thread ID:
00441552
Message ID:
00441552
Vues:
45
I do a search form and find the record I want as follows.

DO \master\search

When I leave the search form I do the following.

SEEKID = master.incident+master.patnum+master.patqty
SELECT master
SET ORDER TO TAG incident
SEEK SEEKID
mast_REC = recno()
THISFORM.Release

After I return to my find button in my main form I do.

GOTO mast_REC

But I get an error that says, "Record is out of range." and then if I IGNORE the error I get "EOF" message. I checked mast_REC in both places and it has a valid record number such as 4675 both in the search form and after I return from the search form inside of my Find button code.

I tried SELECT master before the GOTO mast_REC, but no help. What am I doing wrong? Thanks.
Steve Kramer
Kramer & Kramer Design
"Home of Go Cartoons"
Web Site: www.stephenkramer.com
Would you believe Far Side Lite?
More than 270 original cartoons.
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform