Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
View captions
Message
 
 
To
22/11/1999 20:29:20
General information
Forum:
Visual FoxPro
Category:
Databases,Tables, Views, Indexing and SQL syntax
Title:
Miscellaneous
Thread ID:
00294159
Message ID:
00294182
Views:
24
Kris,

There's an article on my website, Q&A, General, qGEN012 that has a program I use to keep views in synch with their tables.

For the field names instead of captions this code comes from Anders Altberg:
BROWSE NAME ob NOWAIT
FOR i = 1 TO ob.columncount
    ob.columns(i).header1.caption = LOWER(FIELD(M.i))
NEXT
>When creating a local view, is there a way to retain the captions from the tables that the view is based on? Also, is there a way to use the field name rather than the caption in a browse window?
df (was a 10 time MVP)

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

Click here to load this message in the networking platform