473,386 Members | 1,820 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,386 software developers and data experts.

hierarchical level access

how can i make a hierarchical access of procedures if i want to access
it from another form. for example i have a form named form1, so i want
to access its procedures or function i just call form1.procedurename.
What if i want to make a level of calling for example instead of calling
form1.procedurename i want it to be form1.group.procedurename so i could
have a grouping of all my procedures in that form. is that possible?
*** Sent via Developersdex http://www.developersdex.com ***
Don't just participate in USENET...get rewarded for it!
Nov 20 '05 #1
2 1058
Cor
Hi Ryan,

I think it is better if you to look what seperated classes can do for you.
And maybe if you want it classes in a class.
(not my way for that what you want)

But just my idea

Cor
how can i make a hierarchical access of procedures if i want to access
it from another form. for example i have a form named form1, so i want
to access its procedures or function i just call form1.procedurename.
What if i want to make a level of calling for example instead of calling
form1.procedurename i want it to be form1.group.procedurename so i could
have a grouping of all my procedures in that form. is that possible?

Nov 20 '05 #2
Ryan,

I would create separate classes for those procedures you want grouped
together, and declare them as Friend or Public. Perhaps even create a base
class of common methods and then create derived classes to add specific
functionallity to a particular "group" of code, and then use the derived
class procedure to execute that "group's" block of code. Or something along
these lines.

Just my opinion,

Aiax

"Ryan Joseph So" <ac***********@hotmail.com> wrote in message
news:e9**************@TK2MSFTNGP11.phx.gbl...
how can i make a hierarchical access of procedures if i want to access
it from another form. for example i have a form named form1, so i want
to access its procedures or function i just call form1.procedurename.
What if i want to make a level of calling for example instead of calling
form1.procedurename i want it to be form1.group.procedurename so i could
have a grouping of all my procedures in that form. is that possible?
*** Sent via Developersdex http://www.developersdex.com ***
Don't just participate in USENET...get rewarded for it!

Nov 20 '05 #3

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

2
by: Reimar Bauer | last post by:
Hi all, I would like to use a hierarchical group oriented encryption. Is there something implemented or did you know something I could use? For explanaition. If you have a large building...
4
by: Jamie Jackson | last post by:
I'd like to make a hierarchical select box: However, requirements are only children (that have no children themselves) are selectable. So here's a snip of what the select box's options might look...
1
by: jayson_13 | last post by:
Hi, I want to retrieve the hierarchical structure which is store inside the database and then display it using treeview control. But now I got a design issue which I hope that you guys can help...
5
by: clintonG | last post by:
I'm looking for documentation and would not turn my nose up to any code from anybody who thinks they are good at the design of an algorythm that can be used to generated a hierarchical relational...
3
by: Bennett Haselton | last post by:
I want to display a hierarchical listing of items from a database table, where, say, each row in the table has an "ID" field and a "parent_id" field giving the ID of its parent (NULL if it's at the...
2
by: Don | last post by:
In a previous version of vb I used to save and load hierarchical data from an Access db into a treeview. But, I never found a very satisfying or elegant way to do it. I used a flat file approach...
4
by: Congero | last post by:
I'm trying to find a way to bind hierarchical data to a gridview control. I've been able to do this with some third party controls and was wondering if this functionality is available with the...
1
by: p.mc | last post by:
Hi all, I'm writing an image cataloguing system in asp.net and SQLserver. The system allows hierarchical keywords to be added to the image records. I've represented the keywords in tables with...
12
by: Steve | last post by:
I have been studying the Adjacency List Model as a means of achieving a folder structure in a project I am working on. Started with the excellent article by Gijs Van Tulder ...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
0
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.