Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Browse Macro
Message
From
17/03/2004 22:13:53
 
 
To
All
General information
Forum:
Visual FoxPro
Category:
Troubleshooting
Title:
Browse Macro
Miscellaneous
Thread ID:
00887379
Message ID:
00887379
Views:
37
I am documenting the process of setting up some metadata for some of my coworkers. To facilitate the process I am putting screen shots of VFP browse windows in the document. I figured out awhile ago that it makes the screens much easier to copy if I define a window in the desktop to browse in so I don't have to clip the picture later.

SO, if you follow that this code might make sense:
USE sample.dbf
define window test from 1,1 to 10,10 in desktop name lowindow font "ariel" 10 float grow
activate window test
browse last
This works, and is a great improvement over clipping every bitmap.

The problem is this isn't quite good enough for me ... I want a macro or intellisense that defines the window and lets me browse in a keystroke or two.

Any great ideas?

I attempted a macro and failed miserably.
Carole Shaw
Fred Hutchinson Cancer Research Center

Eagles may soar, but weasels don't get sucked into jet engines.
Next
Reply
Map
View

Click here to load this message in the networking platform