Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Error 114 no repaired
Message
 
 
To
All
General information
Forum:
Visual FoxPro
Category:
Stonefield
Title:
Error 114 no repaired
Miscellaneous
Thread ID:
00849527
Message ID:
00849527
Views:
57
Hi all,

In goapp.Stonefiled() i have this code.
oMeta = CREATEOBJECT('DBCXMgr', .F. , THIS.cdefaultdirectory , .T. )

IF VARTYPE( oMeta ) <> 'O' OR ISNULL(oMeta)
  =ErrorMsg("Classe ometa non instantiée !" )
  * display an error message and exit, because DBCX cannot be used
  RETURN .F.
ELSE

  oError = CREATEOBJECT('ErrorObject')
  ON ERROR oError.ErrorHandler( ERROR(), MESSAGE(), LINENO())
  *-- !!! Ici une erreur 114 n'est pas gérée ! WHY ?
  OPEN DATABASE ( THIS.cdefaultdatabase + '.dbc' )

  oMeta.SetDatabase( DBC() )
  oMeta.oSDTMgr.lQuiet = .F.

   lnretval = oMeta.oSDTMgr.OpenAllTables( .F. , .F. , .F. )
  ON ERROR


  *-- Pour restituer l'environment qui aurait été modifié ds oMeta
  THIS.oEnvironment.SET()
J'use also testerr.prg in my project.

I have a error 114 on line "OPEN DATABASE ( THIS.cdefaultdatabase + '.dbc' )"
I have this message:
http://www.amline.be/UT.jpg

Why stonefield ca'nt repair ?

bernhart
Next
Reply
Map
View

Click here to load this message in the networking platform