Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
FOR EACH doubt
Message
De
26/12/2003 10:09:43
Cetin Basoz
Engineerica Inc.
Izmir, Turquie
 
 
À
26/12/2003 08:50:00
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Titre:
Divers
Thread ID:
00862112
Message ID:
00862131
Vues:
16
>Hello,
>
>I need to know in this bucle which object -cursor- I am examining:
>
>For Each "cursor" In Thisform.DataEnvironment.objects
> ***I need to know here which object I am currently examining
>Endfor
>
>thanks in advance,
>Pablo Velazco
For each oObj In Thisform.DataEnvironment.objects
  if lower(m.oObj.baseclass) = 'cursor'
     wait window timeout 2 ;
     'Name :'+m.oObj.Name+Chr(13)+;
     'Alias :'+m.oObj.Alias+Chr(13)+;
     'Database :'+m.oObj.Database+Chr(13)+;
     'CursorSource :'+m.oObj.CursorSource
	EndIf
endfor
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