Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
SetLogOnInfo AND Cr 8.5 Pack 3
Message
 
À
Tous
Information générale
Forum:
Visual FoxPro
Catégorie:
Crystal Reports
Titre:
SetLogOnInfo AND Cr 8.5 Pack 3
Divers
Thread ID:
00899398
Message ID:
00899398
Vues:
55
Hi all,


I have CR 8.5

I installed the pack 3.
I now have problems with the connection of the data!

It is not possible any more to modify the localistaion data!
 WITH THIS.crreport
      nItems = .DATABASE.TABLES.COUNT

      FOR nX = 1 TO nItems
        *
        IF UPPER( ALLTRIM( .DATABASE.TABLES.ITEM( nX ).Location ) ) =  cTableName
          
          *-- Aie with CR 8.5 Pack 3 this command don't function any more. ! why ?
          *-- DNS Function correctly !
          .DATABASE.TABLES.ITEM( 1 ).SetLogOnInfo(cNewODBC, "", "", "")

           *-- cNewTableName Ex lv_myView
          .DATABASE.TABLES.ITEM( 1 ).Location = cNewTableName
          *WAIT WIND
          lSuccess = .T.
          EXIT FOR
        ENDIF
      ENDFOR

    ENDWITH
What happend ?

Thank in advance for help

MILCENT bernhart
Répondre
Fil
Voir

Click here to load this message in the networking platform