N
Nelson
I am getting an Error 3270 Property not found on this line of Lebans
MonthCalendar (http://www.lebans.com/monthcalendar.htm) in Access 2000:
strPropValue = db.Properties(strPropName)
This line can be found in the clsMonthCal ClassModule
The MonthCalendar routines were working fine until I tried changing the
Access title bar with the code listed in:
1) VB help for AppTitle properties example
2) Microsoft Knowledge Base Article - 210169
3) Microsoft Knowledge Base Article - 210591 (this one works)
How do I fix this? How did the problem occur?
TIA
MonthCalendar (http://www.lebans.com/monthcalendar.htm) in Access 2000:
strPropValue = db.Properties(strPropName)
This line can be found in the clsMonthCal ClassModule
The MonthCalendar routines were working fine until I tried changing the
Access title bar with the code listed in:
1) VB help for AppTitle properties example
2) Microsoft Knowledge Base Article - 210169
3) Microsoft Knowledge Base Article - 210591 (this one works)
How do I fix this? How did the problem occur?
TIA