Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
I have =CURSORSETPROP Buffering 2 enabled
Message
 
À
28/10/1998 10:15:26
Nancy Folsom
Pixel Dust Industries
Washington, États-Unis
Information générale
Forum:
Visual FoxPro
Catégorie:
Gestionnaire d'écran & Écrans
Divers
Thread ID:
00151263
Message ID:
00151926
Vues:
23
>Hi, Tim:
>
>From the manual:
>CURSORGETPROP(cProperty [, nWorkArea | cTableAlias])
>
>So, for example, I have this code I use to set up my preferred buffering in my base form.
>
>
>IF USED( oi.alias )  && Check to make sure the file is open
>	=CursorSetProp('Buffering', 3, oi.alias )
>ELSE
>	IF USED( oi.cursorsource )
>		=CursorSetProp('Buffering', 3, oi.cursorsource )
>	ENDIF
>ENDIF
>
THANKS, that's basically what I did. I had to recreate the whole form to get it to work. some unexplainable glitch.

PS. another unrelated quest if I may.

when you have a main form that launches another which launches another and even a fourth, are you supposed to release them along the way. This one main form I have keeps showing up in the {window} menu with a check mark, 5 times or more. :(
"Build a man a fire, and he's warm for a day.
Set a man on fire, and he's warm for the rest of his life."
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform