Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations gkittelson on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

What is a Group Object and how do I create one........ Help

Status
Not open for further replies.

JrClown

Technical User
Oct 18, 2000
393
US
I'm reading\practicing files from one of my ASP books and I've gotten to a page where I'm being asked to produce a bunch of Object files, I'm clueless as to what this is...
Here's a list of the Objects to produce

[ul][li]Init & Save Methods for Group Object[/li] [li]FillObject & SaveObject Functions[/li][/ul][ul][li]Object Subroutines[/li] [li]Object Properties[/li][/ul][ul][li]Object Function[/li] [li]Object Code[/li][/ul][ul][li]Class Mode[/li]

Everyone of these listings have a page or two of code I must type and save.
Can someone shed some light as to what and how this objects are generated.
Thanks "The reward of one duty done is the power to fulfill another"
<%
Jr Clown
%>
 
Not sure of the context here.

A &quot;group object&quot; usually refers to an object representing a security group, or group account comprised of a set of users with the same access rights to something. This culd be talking about NT security, or database security.

Or something else.

As for the rest, I think the last one might actually be &quot;Class Module&quot; ???

These sound like VB objects. Are they asking you to create one or more ActiveX DLLs in VB?

You don't do much serious ASP without using 3rd party or home-grown objects - so maybe they're trying to take it easy on you and only require VB instead of C++.

Or does it look like C code?

Sorry, that's all I can tell from here.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top