Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Making login for each remote views
Message
 
 
À
22/05/2002 14:51:44
Information générale
Forum:
Visual FoxPro
Catégorie:
Autre
Divers
Thread ID:
00660093
Message ID:
00660119
Vues:
22
Sounds like your connection in your remote views is no longer shared. Here is some code to run to make sure this property is set:
lnRetVal = adbobjects(laViews, 'View')
for i = 1 to lnRetVal
   if upper(dbgetprop(laViews[i], 'view', 'connectname')) = 'CONNECTION_NAME_HERE'
      DBSetProp(laViews[i], 'View', 'ShareConnection', .T.)
   endif
endfor
>Greetings to all;
>
>In this occasion I want to consult yours something that I find quite strange and one doesn't eat to avoid.
>
>I am developing an application based on remote views on AS400; everything was working well in the Version 6 but from yesterday that was installed on my PC the version 7; I cannot usually run the forms because if the form is formed by several views and every time that it will run a view the system asks me to make login in AS400 to be able to run it.
>
>Why this was working good with VFP 6 and now with VFP 7; I got this problem?
>
>How can I solve this situation?
>
>TIA
Mark McCasland
Midlothian, TX USA
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform