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 Chriss Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

How I can Create a Class in Actuate?

Status
Not open for further replies.

jjmew

Programmer
Aug 20, 2002
34
US
I need to create this class


Class MyRow
dim t1 as string;
dim t3 as string;
dim t2 as string;
end class

Where and How I can do it? please help me
 
I have found out how to do it. You need to go to the global browser and drag and drop a acdatarow in the tree. And then you can add de variables that you need.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top