Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Function to simulate grid or Browse command
Message
De
06/02/2017 15:54:46
 
 
À
06/02/2017 09:43:32
Information générale
Forum:
Visual FoxPro
Catégorie:
FoxPro 2.x
Divers
Thread ID:
01647591
Message ID:
01647627
Vues:
60
J'aime (2)
Thre is many way to browse a table/cursor from VFP:
1-can browse tables with "old" vfp BROWSE command with noappend and/or noedit statements...as readonly viewer
2-can use this Browse but as object ( clause NAME:identical to grid)
3-can use a grid with select sql statement into cursor and use this cursor as grid.recordsource
in this case can apply dynamicBackcolor/forecolor effects to beautify
grid can be readonly if you manage grid.AllowSelection=.f.
4-can save your table as web table in vfp menu (save as html) and browse it (or a part of it) in any navigator.
5-modern CSS tool can beautify your table
for that can read this:
http://yousfi.over-blog.com/2015/02/beautify-your-tables-views-with-css.html
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform