Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Problems Help !!
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
The Mere Mortals Framework
Divers
Thread ID:
00162565
Message ID:
00162678
Vues:
19
>Hi !
>I work on Win NT 4 with SP4, VFP6 and MM Framework 4.0a and every 10 minutes I have this @#!%# Fatal error exception C0000005 .... I know that it's a VFP6 bug but it happens very often with MM Framework and it's difficult to work like this !!!
>
>Another problem (concerning the framework) : I made an SQL VIEW like you told in your documentation :
>CREATE SQL VIEW lv_findmembres AS;
>SELECT *;
>FROM clubapp!membres;
>WHERE UPPER(Membres.cnom) LIKE UPPER(?vp_cNom);
>AND UPPER(Membres.cprenom) LIKE UPPER(?vp_cPrenom)
>
>and it's impossible to use this view, I always have the error message :
>
>Function argument value, type or count is invalid (My primary key is iID integer)
>
>Please help !!
>
>Gilles

Bonjour Gilles,

The exception error is a problem with VFP 6, not the MM framework and that's why I'm still using VFP 5.0

Your view code seems perfect, but since there's much more in a view than a simple SQL statement I would suggest you to use the VFP View Designer and check what happens. Don't forget to define your parameters as character type. this might indeed by the problem. When you're finished with the VD and it works as expected, run GENDBC and watch the code it had generated.

José
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform