Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
C005 in this code
Message
 
 
À
Tous
Information générale
Forum:
Visual FoxPro
Catégorie:
Problèmes
Titre:
C005 in this code
Divers
Thread ID:
00378320
Message ID:
00378320
Vues:
58
Hi everyone,

I have a pageframe with two pages. On the second page I have command button, which I want to show only on particular curcumstances cmdErrorLog. In page Acitvate I requery view, then this.refresh()

********************************************************************
* Description.......: cmdErrorLog.Refresh()
* Calling Samples...:
* Parameter List....:
* Created by........: Nadya Nosonovsky 05/24/2000 05:07:14 PM
* Modified by.......:
********************************************************************
local lcFilePath, lcFunName, lcErrFile
lcFilePath=addbs(alltrim(this.parent.Funpath1.value)) && Full path
****** This line causes C005 **************

lcFunName=alltrim(this.parent.FunName1.value) && Function name
lcErrFile=lcFilePath+lcFunName+'.err'
this.enabled = !Thisform.editmode

This.visible = FILE(lcErrFile)

The error appears after third or fourth switch between pages.

Could you help me, please.
If it's not broken, fix it until it is.


My Blog
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform