jamieslover
Programmer
I created an active x dll with a class named FixedOutput, one of it's properties is defined as another class called EportSpecs So I could use two dots like this:
myReport.ExportSpecs.HeaderDateFormat = "mmdd"
Everything worked great in the visual basic environment, but when I compiled it and tried to use it from my ASP application it didn't recognize give me intelisense on the second dot. (I've never read any books on VB or anything, so I don't know the lingo, sorry.)
myReport.ExportSpecs.HeaderDateFormat = "mmdd"
Everything worked great in the visual basic environment, but when I compiled it and tried to use it from my ASP application it didn't recognize give me intelisense on the second dot. (I've never read any books on VB or anything, so I don't know the lingo, sorry.)