Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
FOR EACH doubt
Message
From
26/12/2003 09:20:31
 
 
To
26/12/2003 08:50:00
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Title:
Miscellaneous
Thread ID:
00862112
Message ID:
00862122
Views:
16
Hi Pablo,
For Each cursor In Thisform.DataEnvironment.objects
***I need to know here which object I am currently examining
   STORE m.cursor.Name  TO objName
   DO CASE
      CASE m.objName == "firstcursor"
      CASE m.objName == "secondcursor"
  ENDCASE
Endfor
But with this schema a for cycle is useless.

Fabio
Previous
Reply
Map
View

Click here to load this message in the networking platform