Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
How to create an array of selected cursoradapter
Message
De
05/11/2007 05:58:53
Lutz Scheffler
Lutz Scheffler Software Ingenieurbüro
Dresden, Allemagne
 
 
À
05/11/2007 05:18:06
Arjun Bagojikop
Dynamic Super Software
Sangli, Inde
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Versions des environnements
Visual FoxPro:
VFP 9 SP2
OS:
Windows XP SP2
Database:
MS SQL Server
Divers
Thread ID:
01266626
Message ID:
01266639
Vues:
8
Arjun,

assuming you do the following:

Mark your CA:
start builder

you need to do:
LPARAMETERS A,B,C

 for lnLoop = 1 to ASELOBJ(THIS.ABojlist)
*only the selected once
  loObj = THIS.ABojlist(lnLoop)
  IF loObj.Class='Cursoradapter' THEN
*do what you need to do
  ENDIF
 NEXT
your code iterates through all Objects of the DE.
ASELOBJ(THIS.ABojlist,1)
for each loObject in loDE.Objects
if lower(loObject.BaseClass) = 'cursoradapter' && here i am how to find selected cursoradapter
MESSAGEBOX(loObject.name)
Agnes
>Thanks Agnes
>
>yes its work
>but in my dataenvironment i have created 3 cursoradapter
>i want to set property of second cursors. when i am going to right click on second cursoradapter there is opening last cursoradapter. how can i get second cursor adatper
Words are given to man to enable him to conceal his true feelings.
Charles Maurice de Talleyrand-Périgord

Weeks of programming can save you hours of planning.

Off

There is no place like [::1]
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform