Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Selected table does not return active row field values
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Versions des environnements
Visual FoxPro:
VFP 7 SP1
OS:
Windows XP
Network:
Windows NT
Database:
Visual FoxPro
Divers
Thread ID:
01018934
Message ID:
01018942
Vues:
10
>Hi,
>
>I have a table (MACHINE) that has one record which is visible after applying a particular filter. This is my code from the object:
>
>SELECT MACHINE
>THIS.DEVICE(MACHINE.DRIVER)
>
>The first line of code works.... my MACHINE table gets selected. But the next line is not working. I need to call THIS.DEVICE procedure and pass it the value in the DRIVER field in the MACHINE table, and "MACHINE.DRIVER" is returning a blank string, when in actuality it has a value of "SYLVAC."
>
>Any ideas?
>
>Thanks,
>
>Alicia Bay for Joe Pawlowski

Try,
SELECT MACHINE
*** after SET FILTER TO ....
GO TOP
THIS.DEVICE(MACHINE.DRIVER)
HTH
_______________________________________________________________
Testing displays the presence, not the absence of bugs.
If a software application has to be designed, it has to be designed correctly!
_______________________________________________________________
Vladimir Zografski
Systems Analyst
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform