J
Jako
Well here is a tricky one for me. Basically what I want to achieve is
this: I'm creating this for a real estate, I have a "window-display"
with multiple properties in them, displaying either properties,
advertisements, profiles or something else. But I need to track what is
currently in the window display, for this to happen I thought of
creating a form with multiple buttons (8 * 5), on it to display the
different displays in the window, which should have as its caption
ether the property name, or whatever is in the display at that moment.
It should be able to change color whenever a property expires (that
will happen when the property is recorded as sold, withdrawn or no
longer listed, this is recorded in another form) or if it has been in
the same spot for too long (15 days) ext.
In other words you have to put into every button what is on the window
at that time all the relevant information needed, and it should notify
you when to change it or do something with it. Whenever something
changed color you will have to click on the button that changed color
and it should bring up the record or table information relating to that
separate button. I was thinking of doing this in 2 tabs, the first
where you select what kind of display it is (property, advertising,
profile, else with a option button) and the second tab is then to enter
the information relating to what your first answer was. e.g. property
from drop down list box which is referenced from another table, the
details about the advertising information, the date it was placed on
the display, when it should be changed or whatever is in the display
with a short caption that will ultimately be displayed as the button's
caption.
The problem however is that to do the coding for 40 buttons will be
disastrous, and I know there must be a simpler way to do this, for
instance some sort of array that links the button to the specific
record that just holds this information.
Any help on this issue will greatly appreciated. And if anyone can
think of a better way to approach this please feel free
this: I'm creating this for a real estate, I have a "window-display"
with multiple properties in them, displaying either properties,
advertisements, profiles or something else. But I need to track what is
currently in the window display, for this to happen I thought of
creating a form with multiple buttons (8 * 5), on it to display the
different displays in the window, which should have as its caption
ether the property name, or whatever is in the display at that moment.
It should be able to change color whenever a property expires (that
will happen when the property is recorded as sold, withdrawn or no
longer listed, this is recorded in another form) or if it has been in
the same spot for too long (15 days) ext.
In other words you have to put into every button what is on the window
at that time all the relevant information needed, and it should notify
you when to change it or do something with it. Whenever something
changed color you will have to click on the button that changed color
and it should bring up the record or table information relating to that
separate button. I was thinking of doing this in 2 tabs, the first
where you select what kind of display it is (property, advertising,
profile, else with a option button) and the second tab is then to enter
the information relating to what your first answer was. e.g. property
from drop down list box which is referenced from another table, the
details about the advertising information, the date it was placed on
the display, when it should be changed or whatever is in the display
with a short caption that will ultimately be displayed as the button's
caption.
The problem however is that to do the coding for 40 buttons will be
disastrous, and I know there must be a simpler way to do this, for
instance some sort of array that links the button to the specific
record that just holds this information.
Any help on this issue will greatly appreciated. And if anyone can
think of a better way to approach this please feel free