Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
TEMPLATE.FRX DataEnvironment.Destroy code change
Message
De
17/07/2001 15:03:13
Rex Mahel
Realm Software, Llc
Ohio, États-Unis
 
 
À
Tous
Information générale
Forum:
Visual FoxPro
Catégorie:
The Mere Mortals Framework
Titre:
TEMPLATE.FRX DataEnvironment.Destroy code change
Divers
Thread ID:
00531677
Message ID:
00531677
Vues:
53
Kevin,

The DataEnvironment.Destroy method has the following code:
*-------------------------------------------
*--- Release the Data session object and the 
*--- Report Session Environment object 
*-------------------------------------------
IF TYPE('This.oDataEnvironment') == 'O'
	This.oDataEnvironment = .NULL.
ENDIF
IF TYPE('This.oReportSessionEnvironment') == 'O'
	This.oDataEnvironment = .NULL.
ENDIF
Shouldn't the second IF statement be:
IF TYPE('This.oReportSessionEnvironment') == 'O'
	This.oReportSessionEnvironment = .NULL.
ENDIF
This is still in the latest MMF version.

Thanks

Rex
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform