kevind
Posts: 251
|
| Posted: 02/04/2005, 11:41 AM |
|
I'm creating an application that takes requests for private investigation 'orders'. these orders are known as 'requests'.
i have named some pages in the application 'requests_' and then a suffix to indicate the functions with in the page.
I have also used an include that calls a tab menu called requests_tabmenu. I'm now getting an error that a variable does not exist (sample code below) - is this because I'm using the word 'requests' is this some how conflicting with response/request terms in ASP ?
I don't have a problem renaming/recoding as long as I know its a reserved name I'm somehow conflicting with.
here's the snip of code
' Controls
Set Requests_TabMenu = New clsRequests_TabMenu
Requests_TabMenu.initIncludes("")
Requests_TabMenu.BindEvents
Requests_TabMenu.Initialize
Set SectionBar = new clsRecordSectionBar
I'm also going to post this to the forum - i'm stuck do any testing/programming until i get this answered.
_________________
thanks
Kevin
======================
CCS 3.2.x / ASP / MS Access /mySQL / PHP / jQuery / jQuery UI / jQuery Mobile
|
 |
 |
|