473,408 Members | 2,734 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,408 software developers and data experts.

creating an HTML library of objects

Hi Friends

I am thinking about making an HTML library of all my objects in my database.
Has anyone done this before???? Keen to get your ideas.

Here is the structure of my library:

Table Groups (e.g. data tables, look up tables, etc....)
Table
Fields
Queries Groups
Query
Fields
Forms Groups
Controls
Macros
I only have one - the autoexec
Modules Groups
Module
Procedures
Variables
Classes (I have one now....)

I have created several tables in which I have descriptions for all the
objects listed above (e.g. a table which tells me the meaning of each field
name (e.g. ID = unique record identifier....) for all the table and query
fields, I will used the controltiptext for the description of each control
in each form, etc....)

Making the actual HTML is no problem (if anyone wants to know how I do this,
please ask), I am more interested in ideas if maybe someone has done this
sort of thing before.
---
Please immediately let us know (by phone or return email) if (a) this email
contains a virus
(b) you are not the intended recipient
(c) you consider this email to be spam.
We have done our utmost to make sure that
none of the above are applicable. THANK YOU
Checked by AVG anti-virus system (http://www.grisoft.com).
Version: 6.0.692 / Virus Database: 453 - Release Date: 28/05/2004
Nov 13 '05 #1
3 1387
I am just interested in knowing what an "HTML library of all my objects in
my database" _is_? Is it just documentation to display that happens to be
coded with HTML markup, or something else?

There are both free and fee tools for documenting databases from the rather
simple "Documenter" in Access' Tools to FMS, Inc.'s "Total Access Analyzer".
I am not aware of any of these that record the output in HTML... but then
that may not be what you mean.

Larry

"WindAndWaves" <ac****@ngaru.com> wrote in message
news:gm********************@news.xtra.co.nz...
Hi Friends

I am thinking about making an HTML library of all my objects in my database. Has anyone done this before???? Keen to get your ideas.

Here is the structure of my library:

Table Groups (e.g. data tables, look up tables, etc....)
Table
Fields
Queries Groups
Query
Fields
Forms Groups
Controls
Macros
I only have one - the autoexec
Modules Groups
Module
Procedures
Variables
Classes (I have one now....)

I have created several tables in which I have descriptions for all the
objects listed above (e.g. a table which tells me the meaning of each field name (e.g. ID = unique record identifier....) for all the table and query
fields, I will used the controltiptext for the description of each control
in each form, etc....)

Making the actual HTML is no problem (if anyone wants to know how I do this, please ask), I am more interested in ideas if maybe someone has done this
sort of thing before.
---
Please immediately let us know (by phone or return email) if (a) this email contains a virus
(b) you are not the intended recipient
(c) you consider this email to be spam.
We have done our utmost to make sure that
none of the above are applicable. THANK YOU
Checked by AVG anti-virus system (http://www.grisoft.com).
Version: 6.0.692 / Virus Database: 453 - Release Date: 28/05/2004

Nov 13 '05 #2
WindAndWaves wrote:
Hi Friends

I am thinking about making an HTML library of all my objects in my
database. Has anyone done this before???? Keen to get your ideas.

Here is the structure of my library:

Table Groups (e.g. data tables, look up tables, etc....)
Table
Fields
Queries Groups
Query
Fields
Forms Groups
Controls
Macros
I only have one - the autoexec
Modules Groups
Module
Procedures
Variables
Classes (I have one now....)

I have created several tables in which I have descriptions for all the
objects listed above
Why not use the Notes/Desc property for the fields/table/etc?
(e.g. a table which tells me the meaning of each
field name (e.g. ID = unique record identifier....) for all the table
and query fields, I will used the controltiptext for the description
of each control in each form, etc....)

Making the actual HTML is no problem (if anyone wants to know how I
do this, please ask), I am more interested in ideas if maybe someone
has done this sort of thing before.


Had no need to:)
--
regards,

Bradley
Nov 13 '05 #3
sorry, I should explained myself more clearly.

My inspiration came from http://java.sun.com/j2se/1.4.2/docs/api/

Here, you can look up any object in Java, see what methods it contains,
etc...


"WindAndWaves" <ac****@ngaru.com> wrote in message
news:gm********************@news.xtra.co.nz...
Hi Friends

I am thinking about making an HTML library of all my objects in my database. Has anyone done this before???? Keen to get your ideas.

Here is the structure of my library:

Table Groups (e.g. data tables, look up tables, etc....)
Table
Fields
Queries Groups
Query
Fields
Forms Groups
Controls
Macros
I only have one - the autoexec
Modules Groups
Module
Procedures
Variables
Classes (I have one now....)

I have created several tables in which I have descriptions for all the
objects listed above (e.g. a table which tells me the meaning of each field name (e.g. ID = unique record identifier....) for all the table and query
fields, I will used the controltiptext for the description of each control
in each form, etc....)

Making the actual HTML is no problem (if anyone wants to know how I do this, please ask), I am more interested in ideas if maybe someone has done this
sort of thing before.
---
Please immediately let us know (by phone or return email) if (a) this email contains a virus
(b) you are not the intended recipient
(c) you consider this email to be spam.
We have done our utmost to make sure that
none of the above are applicable. THANK YOU
Checked by AVG anti-virus system (http://www.grisoft.com).
Version: 6.0.692 / Virus Database: 453 - Release Date: 28/05/2004

---
Please immediately let us know (by phone or return email) if (a) this email
contains a virus
(b) you are not the intended recipient
(c) you consider this email to be spam.
We have done our utmost to make sure that
none of the above are applicable. THANK YOU
Checked by AVG anti-virus system (http://www.grisoft.com).
Version: 6.0.692 / Virus Database: 453 - Release Date: 28/05/2004
Nov 13 '05 #4

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

Similar topics

17
by: Ange T | last post by:
Hi there, I'm having pain with the VB behind an Access form. The form is used to create reports in Excel based on the details entered in the form. This has always worked without error on my...
3
by: Seth | last post by:
I have been trying to create a mock httpcontext for the purpose of unit testing. I have a class, Customer, that uses cookies. I have set it up to be able to take a httpcontext as a parameter in...
4
by: Stephen | last post by:
Hi I am currently developing a web application that has a third party component on it. The third party component is a graph component from Xceed that uses a number of dlls. The problems occur...
5
by: | last post by:
Trying to learn about manipulating collections of objects, and populating these objects dynamically from datasources. Could someone post a code sample that shows the following: Instantiating a...
4
by: ukbrainstorms | last post by:
Hi everyone, I have what is usually a familar problem but unsure about how to solve it in ASP.NET. I have an array of objects containing information, I would like to create a table of these...
3
by: simon | last post by:
Hello, i'm looking to create an aspx page that is basically a FAQ page i'm not sure if this can be done, but would love some help with suggestions of how to do it another way if this is not...
10
by: brooksr | last post by:
I know VB5/VBA very well but have not used VB to create web pages but need to do so. Can someone explain the purposes and differences between VBScript and VB.NET to create web pages? Also...
5
by: fireball | last post by:
please help newbie I need to create a lot of objects the same type (let's say: schemas) I wish to use paramerized block in loop to do so. - how to put names of my objects to such control-flow? ...
31
by: JoeC | last post by:
I have read books and have ideas on how to create objects. I often create my own projects and programs. They end up getting pretty complex and long. I often use objects in my programs they are...
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
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
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
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...
0
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows...
0
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing,...
0
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new...

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.