Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Removing appended record
Message
 
 
À
21/07/2000 13:25:08
Jimmy Ditta
Twin City Electronics
Monroe, Louisiane, États-Unis
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Divers
Thread ID:
00395536
Message ID:
00395585
Vues:
8
>Mark,
>
>You have no idea how helpful you've been today. Got me out of a stuck spot I've been dealing with. I've noticed at the bottom of my screen that it always says Exclusive...I take it from what you just said that the view is initially opening Exclusive. It's in the DE. So where do I go to set it as Shared?

You are probably using forms with Private DataSessions [DS]. There are many environment parameters that are scoped to each data session. SET EXCLUSIVE, SET TALK, SET DATABASE, etc., are just a few. See the VFP Help on SET DATASESSION for a complete list of all SET parameters that are scoped to each datasession. In all cases, the default value for each parameter is used in each DS.

In the data environment of each form, I usually put the following:

SET TALK OFF
SET DELETED ON
SET EXCLUSIVE OFF
SET MULTILOCKS ON
SET DATABASE TO MYDB

>One last question and I'll buy ya a beer.....on my Combos I have incremental search as .T. , but in some instances I can type something that I know is in the list (should give me the selection upon the first character I type), but nothing happens. (I CAN still use the dropdown, but the convienence....)

Make sure the Style is 2 -- drop down list. The difference is that a List does not allow the user to enter their own value. A style of 0 is a Combo which allows the user to enter a value not in the list.
Mark McCasland
Midlothian, TX USA
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform