Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Mike Lewis on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

SetLogOnInfo AND Cr 8.5 Pack 3

Status
Not open for further replies.

AMLINE

MIS
Mar 6, 2004
5
0
0
BE
Hi all,


I have CR 8.5 AND VFP 8 Pack 1

I installed just 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
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top