|
|
|
|
|
| | |
|
Active Server Pages asp source code database MS SQL MS Access .mdb adovbs.inc cookies calendar codes sql commands scripts asp programming tutorials iis web server components CJWSoft ASPProtect ASPBanner ASPClassifieds
(Advanced)
(Components)
(Database)
(General)
(Vbscript)

|
|
Subject: |
Re: Componet Creation Blues |
From: |
Lothar A. Haensler |
Date: |
1/26/1999 3:22:00 AM |
IP: |
212.2.65.69 |
in your Public Class Module declare a Public Property Let function for each "variable" you want to be able to set from outside.
e.g.
Private mstrValue as string
Public Property Let theValue( byval s as string)
save argument in class variable
mstrValue = s
end Property
HTH
Lothar |
Previous Message
|
|
|
|
|
|
|
|
|
|
|
|