Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
How to create an array of selected cursoradapter
Message
From
05/11/2007 05:58:53
Lutz Scheffler
Lutz Scheffler Software Ingenieurbüro
Dresden, Germany
 
 
To
05/11/2007 05:18:06
Arjun Bagojikop
Dynamic Super Software
Sangli, India
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Environment versions
Visual FoxPro:
VFP 9 SP2
OS:
Windows XP SP2
Database:
MS SQL Server
Miscellaneous
Thread ID:
01266626
Message ID:
01266639
Views:
7
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]
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform