Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
VFP is using wrong table
Message
De
20/09/2000 07:20:19
Cetin Basoz
Engineerica Inc.
Izmir, Turquie
 
 
À
20/09/2000 07:08:34
Information générale
Forum:
Visual FoxPro
Catégorie:
Problèmes
Divers
Thread ID:
00418411
Message ID:
00418419
Vues:
35
>Cetin,
>
>It shouldn't matter what area is selected when the procedure determines whether the record should be copied to the temp table or not as the error is on the line "go mpos" and two lines before the error I am selecting the correct area and table.


W/o code all I could say are theories shooting in the dark (timer, refresh, trigger etc). You could 'force' using alias there :

do while !eof('fixtures')
mpos = recno('fixtures')
..
go mpos in 'fixtures'
skip in 'fixtures'
etc


If you're determining what records should be copied to a temp table might it be possible with a select ?
select ... from fixtures where ... into table TempTable
Cetin
Çetin Basöz

The way to Go
Flutter - For mobile, web and desktop.
World's most advanced open source relational database.
.Net for foxheads - Blog (main)
FoxSharp - Blog (mirror)
Welcome to FoxyClasses

LinqPad - C#,VB,F#,SQL,eSQL ... scratchpad
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform