Ask a Question related to Macromedia Director Lingo, Design and Development.
-
-
2006 calendar needed for photo calendar
I want to start work on a 2006 calendar featuring my own photographs. In Photoshop there used to be a calendar-creating feature that worked well,... -
Pop-up Calendar
I have some script (below) which is returning the date from a pop-up calendar. My problem is that the date is being returned in a dd/mm/yyyy format.... -
asp calendar
Can some of you point me to some website with good asp calendars. I did a search on the google but didn't find a whole lot . Thanks -
Calendar 9.0
There are several calendars with the code to do that on my website: http://www.datastrat.com/Download/XCalendar2K.zip and... -
calendar asp
Hello Everyone, I have a calendar http://thehihat.com/calendar/default.asp?month=6&year=2003 What I need to do is be able to add a graphic to the... -
Dan Artuso #2
Re: Calendar
Hi,
First off, you have to have installed the Calendar control.
It's not installed by default during the office install.
Once it's installed, when you have your form in design view, click on the
activex icon (hammer and wrench) in your Toolbox. This will bring up a
list of controls. Choose the Calendar control from this list.
--
HTH
Dan Artuso, Access MVP
"Cheryl" <Cheryl.Bazemore@dc.gov> wrote in message
news:a6bd01c346e8$252da050$a401280a@phx.gbl...> How do you place a calendar in forms?
Dan Artuso Guest
-
Dan Artuso #3
Re: Calendar
Hi,
Well, you can't. The control is meant to be placed on a form.
You can have the click event of a text box open the form with the
control on it though.
--
HTH
Dan Artuso, Access MVP
"Cheryl" <Cheryl.Bazemore@dc.gov> wrote in message
news:07d301c346f4$9c3b91a0$a001280a@phx.gbl...> Thank you. Now, how can I put the calendar in a drop down
> box to select a date?
>
>> control.> >-----Original Message-----
> >Hi,
> >First off, you have to have installed the Calendar> view, click on the> >It's not installed by default during the office install.
> >
> >Once it's installed, when you have your form in design> will bring up a> >activex icon (hammer and wrench) in your Toolbox. This> list.> >list of controls. Choose the Calendar control from this> >
> >--
> >HTH
> >Dan Artuso, Access MVP
> >
> >
> >"Cheryl" <Cheryl.Bazemore@dc.gov> wrote in message
> >news:a6bd01c346e8$252da050$a401280a@phx.gbl...> >> >> How do you place a calendar in forms?
> >
> >.
> >
Dan Artuso Guest
-
John Vinson #4
Re: Calendar
On Thu, 10 Jul 2003 08:04:50 -0700, "Cheryl" <Cheryl.Bazemore@dc.gov>
wrote:
A Calendar Control is one way to pick dates; a Combo Box (a "drop>Thank you. Now, how can I put the calendar in a drop down
>box to select a date?
down") is a different kind of control which can (if you set it up that
way) also be used to pick dates. But you can't put a Calandar Control
in a combo box!
One trick I use to get a combo with the next (say) month's dates is to
have a table named Num with a single field N, with values from 0 to
1000. This table gets a lot of use in many contexts.
You can create a Query:
SELECT DateAdd("d", [N], Date()) FROM [Num] WHERE [N] <= 30 ORDER BY
N;
and base the Combo on this query. It'll show dates from today for the
next thirty days. Adjust the criteria as desired. If you want to
exclude weekends, for instance, use
SELECT DateAdd("d", [N], Date()) FROM [Num] WHERE [N] <= 30 ORDER BY N
AND Weekday(DateAdd("d", [N], Date()), vbMonday) < 6;
John W. Vinson[MVP]
Come for live chats every Tuesday and Thursday
[url]http://go.compuserve.com/msdevapps?loc=us&access=public[/url]
John Vinson Guest
-
Larry R Harrison Jr #5
Calendar
Stephen Lebans has a calendar control method I>-----Original Message-----
>How do you place a calendar in forms?
>.
>
particularly like. It's probably more complicated to
implement than the Access ActiveX component, especially if
any amount of Visual Basic makes you uncomfortable, but
it's better overall in my opinion.
The link to his website:
[url]http://www.lebans.com/monthcalendar.htm[/url]
I also mention it on my website (mainly I'm referencing
his, though). The link:
[url]http://www.lebans.com/monthcalendar.htm[/url]
LRH
Larry R Harrison Jr Guest
-
liyusaw webforumsuser@macromedia.com #6
calendar
Hi
I want to make a calendar with director.
The calendar is of two types,from say hibrew
to chineese. I know all the dates in both calendars
I need to know how the client will switch between both
Thanks.
liyusaw webforumsuser@macromedia.com Guest
-
Andrew Kennedy #7
Re: calendar
if you had a brain you would use a button that says "switch to chinese" or
"switch to hibrew" on the appropriate versions! Doesn't take a genius to
come up with that solution!
"liyusaw" <webforumsuser@macromedia.com> wrote in message
news:bi94o6$o4b$1@forums.macromedia.com...> Hi
> I want to make a calendar with director.
> The calendar is of two types,from say hibrew
> to chineese. I know all the dates in both calendars
> I need to know how the client will switch between both
>
> Thanks.
>
>
Andrew Kennedy Guest
-
-
David Bartosik - MS MVP #9
Re: Calendar
save the calendar as a web page and then link to it like any page.
--
David Bartosik - MS MVP
for Publisher help:
[url]www.davidbartosik.com[/url]
enter to win Pub 2003:
[url]www.davidbartosik.com/giveaway.aspx[/url]
"Darwin" <LFDFF@comcast.net> wrote in message
news:2910599E-7755-423E-B47A-8DBC67A7E617@microsoft.com...> how do I attach a clendar to my web page??
David Bartosik - MS MVP Guest
-
SuJun #10
Calendar
My client wants a calendar on her web page for classes she gives. I've never had to put a calender on a web page. Is there an extension for DW CS3 that does calenders?
SuJun Guest
-
E Michael Brandt #11
Re: Calendar
SuJun wrote:
My cssCalendar is one possibility.> My client wants a calendar on her web page for classes she gives. I've never had to put a calender on a web page. Is there an extension for DW CS3 that does calenders?
[url]http://valleywebdesigns.com/vwd_csscalhelp.asp[/url]
--
E. Michael Brandt
[url]www.divahtml.com[/url]
[url]www.divahtml.com/products/scripts_dreamweaver_extensions.php[/url]
Standards-compliant scripts and Dreamweaver Extensions
[url]www.valleywebdesigns.com/vwd_Vdw.asp[/url]
JustSo PictureWindow
JustSo PhotoAlbum, et alia
--
E Michael Brandt Guest
-
Tom Black 30 #12
Re: Calendar
E Michael Brandt - thanks for sharing can I use Your cssCalendar in non-commercial website?
Tom Black 30 Guest
-
E Michael Brandt #13
Re: Calendar
Tom Black 30 wrote:
Contact me offlist to explain your question better?> E Michael Brandt - thanks for sharing can I use Your cssCalendar in non-commercial website?
michael at either of the domains below:
--
E. Michael Brandt
[url]www.divahtml.com[/url]
[url]www.divahtml.com/products/scripts_dreamweaver_extensions.php[/url]
Standards-compliant scripts and Dreamweaver Extensions
[url]www.valleywebdesigns.com/vwd_Vdw.asp[/url]
JustSo PictureWindow
JustSo PhotoAlbum, et alia
--
E Michael Brandt Guest



Reply With Quote

