Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Browse window
Message
De
09/06/1999 13:09:05
 
 
À
Tous
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Titre:
Browse window
Divers
Thread ID:
00227992
Message ID:
00227992
Vues:
51
I'm using the Browse command to display a local view as shown on the next piece of code:

define window wExaminar from 1,1 to 28, 80 ;
in DESKTOP ;
CLOSE

browse last fields ide :H = 'Consecutivo' ,;
dFecha_Reg :H = 'Fecha', ;
cPoblacion :H = 'Población', ;
mDesc_Evento :H = 'Descripción', ;
window wExaminar ;
nomodify nodelete

release window wExaminar

I do this by defining a window (Define Window) with the required size to display the view as needed by the user, I also use some arguments to display titles and keep the user from modifying the fields, and most important, I use the clause LAST to display the column sizes as they where already set, since I pretend to install a copy of my FoxUser.DBF at the user’s PC.

Everything works fine except for a memo field which does not open as it does when I issue the ‘Brow Last’ at the command window. Column and window sizes are fine but the memo field does not open until is double clicked or by Ctrl+NextPage.

Is there a way to programmatically open the memo field?
If I install a copy of FoxUser.DBF at the user PC would the Browse Last work as it is now working on my development PC?
I also have the problem of special characters like ó, é, etc. at the column titles shown like if I were using ASCII/DOS or another Code Page.

Thanks in advance

Oscar Corte
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform