Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Can I cut & paste those?
Message
 
 
To
22/05/2001 17:43:19
General information
Forum:
Visual FoxPro
Category:
Other
Miscellaneous
Thread ID:
00510106
Message ID:
00510176
Views:
13
This message has been marked as a message which has helped to the initial question of the thread.
Denis,

Here's a little classbrowser AddIn that'll do that:
lparameter loBrowser

local i

_cliptext = ""

with loBrowser
   for i = 1 to .nMemberCount
      if ( .aMemberList[i,2] == "m" )
         _cliptext = _cliptext + .aMemberList[i,1] + chr(13) + chr(10)
      endif
   endfor
endwith
You add it in with this:
_obrowser.addin( "Clip The Methods", "cbmethods.prg" )
Then when you rightclick the browser and select AddIn you can pick the item you just added.

>I'd like to be able to cut and paste all the names of the functions and procedures that are in a form.
>
>Is there a fast and easy way to do this?
>
>For example when in the class browser when I right click I can see all of those names. Those are the names that I want to be able to cut & paste.
df (was a 10 time MVP)

df FoxPro website
FoxPro Wiki site online, editable knowledgebase
Previous
Reply
Map
View

Click here to load this message in the networking platform