Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
View update issue
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Base de données, Tables, Vues, Index et syntaxe SQL
Titre:
View update issue
Versions des environnements
Visual FoxPro:
VFP 9 SP2
OS:
Windows 7
Network:
Windows 2008 Server
Database:
Visual FoxPro
Application:
Desktop
Divers
Thread ID:
01529078
Message ID:
01529078
Vues:
73
Hello Everyone:

I have a strange issue with a view created below
CREATE SQL view vMacSet as;
SELECT Mac_set.project,;
		Mac_set.pk_macflds,;
		Mac_set.SetValue,;
  		Mac_flds.SetName;
  	FROM mac_set ;
		JOIN mac_flds ON Mac_flds.pk_macflds = Mac_set.pk_macflds;
 	WHERE ( project ) = ( ?nStartProj );
 ORDER BY Mac_flds.setname
The view is made up of two tables. All fields are updatable execpt the field "SetName" from the second table. My problem is that GETFLDSTATE(-1) does not return the proper setting if changes are made to the view. Same holds true for deleting records. Any help would be appreciated.

Thanks, Mike
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform