Group:  Microsoft Access ยป microsoft.public.access.activexcontrol
Thread: How to Input Value into Calender ?

Geek News

How to Input Value into Calender ?
"edisonl via AccessMonster.com" <u47544[ at ]uwe> 11/29/2008 11:30:42 AM
hi,

I had post this questions on Forms Programming, don't think anyone can view
it here but just realise there is a column on ActiveX Controls.

Anyway straight to my problem: I am developing a LEave Application Program.
Before A Leave is being approve, Superior Need to see (From I calender I
suggest) Who else took leave on that day (Filter By Department).

Is there anyway I can achieve it or rather better suggestions ?


Edison

--
Message posted via AccessMonster.com
http://www.accessmonster.com/Uwe/Forums.aspx/access-activexcontrol/200811/1

Re: How to Input Value into Calender ?
Peter Hibbs <peter.hibbs[ at ]btinternet.com.NO_SPAM> 11/29/2008 10:17:12 PM
Edison,

A Flex Grid Control will probably do what you want but you will need
to write a bit of VBA code, have a look at my Flex Grid Demo program
for some examples.

Go to http://www.rogersaccesslibrary.com/forum/forum_posts.asp?TID=180

HTH

Peter Hibbs.

On Sat, 29 Nov 2008 11:30:42 GMT, "edisonl via AccessMonster.com"
<u47544[ at ]uwe> wrote:

[Quoted Text]
>hi,
>
>I had post this questions on Forms Programming, don't think anyone can view
>it here but just realise there is a column on ActiveX Controls.
>
>Anyway straight to my problem: I am developing a LEave Application Program.
>Before A Leave is being approve, Superior Need to see (From I calender I
>suggest) Who else took leave on that day (Filter By Department).
>
>Is there anyway I can achieve it or rather better suggestions ?
>
>
>Edison
Re: How to Input Value into Calender ?
"edisonl via AccessMonster.com" <u47544[ at ]uwe> 11/30/2008 1:41:28 PM
Hi Peter,

Thanks for replying... I tried to run in my Access 2007 but it doesnt works..
is there any controls setting that I forgot ?

Btw the actual implmentation environment is Access 2000 not sure if it works.

Edison



Peter Hibbs wrote:
[Quoted Text]
>Edison,
>
>A Flex Grid Control will probably do what you want but you will need
>to write a bit of VBA code, have a look at my Flex Grid Demo program
>for some examples.
>
>Go to http://www.rogersaccesslibrary.com/forum/forum_posts.asp?TID=180
>
>HTH
>
>Peter Hibbs.
>
>>hi,
>>
>[quoted text clipped - 8 lines]
>>
>>Edison

--
Message posted via AccessMonster.com
http://www.accessmonster.com/Uwe/Forums.aspx/access-activexcontrol/200811/1

Re: How to Input Value into Calender ?
"Pete D." <pduffy211AT[ at ]coxDOT.net> 11/30/2008 1:56:22 PM
Just out of curiostity I ran it in 2007 and it worked fine. I have also run
it in 2000 and it worked fine. Have you put it in a trusted location so the
code runs? Make sure you extract it all to the same directory.

"edisonl via AccessMonster.com" <u47544[ at ]uwe> wrote in message
news:8df6b8c20dbeb[ at ]uwe...
[Quoted Text]
> Hi Peter,
>
> Thanks for replying... I tried to run in my Access 2007 but it doesnt
> works..
> is there any controls setting that I forgot ?
>
> Btw the actual implmentation environment is Access 2000 not sure if it
> works.
>
> Edison
>
>
>
> Peter Hibbs wrote:
>>Edison,
>>
>>A Flex Grid Control will probably do what you want but you will need
>>to write a bit of VBA code, have a look at my Flex Grid Demo program
>>for some examples.
>>
>>Go to http://www.rogersaccesslibrary.com/forum/forum_posts.asp?TID=180
>>
>>HTH
>>
>>Peter Hibbs.
>>
>>>hi,
>>>
>>[quoted text clipped - 8 lines]
>>>
>>>Edison
>
> --
> Message posted via AccessMonster.com
> http://www.accessmonster.com/Uwe/Forums.aspx/access-activexcontrol/200811/1
>


Re: How to Input Value into Calender ?
Peter Hibbs <peter.hibbs[ at ]btinternet.com.NO_SPAM> 11/30/2008 6:48:06 PM
Edison,

In addition to the comments from Pete D, did you remember to register
the control as per the instructions. If so, what does "doesn't work"
mean. More information would be useful.

Peter Hibbs.

On Sun, 30 Nov 2008 13:41:28 GMT, "edisonl via AccessMonster.com"
<u47544[ at ]uwe> wrote:

[Quoted Text]
>Hi Peter,
>
>Thanks for replying... I tried to run in my Access 2007 but it doesnt works..
>is there any controls setting that I forgot ?
>
>Btw the actual implmentation environment is Access 2000 not sure if it works.
>
>Edison
>
>
>
>Peter Hibbs wrote:
>>Edison,
>>
>>A Flex Grid Control will probably do what you want but you will need
>>to write a bit of VBA code, have a look at my Flex Grid Demo program
>>for some examples.
>>
>>Go to http://www.rogersaccesslibrary.com/forum/forum_posts.asp?TID=180
>>
>>HTH
>>
>>Peter Hibbs.
>>
>>>hi,
>>>
>>[quoted text clipped - 8 lines]
>>>
>>>Edison
Re: How to Input Value into Calender ?
"edisonl via AccessMonster.com" <u47544[ at ]uwe> 12/1/2008 5:03:30 AM
Error Message >>
Compile Error, Can't Find Project or Library
Highlight >> fReturnSysDir


Edison


Peter Hibbs wrote:
[Quoted Text]
>Edison,
>
>In addition to the comments from Pete D, did you remember to register
>the control as per the instructions. If so, what does "doesn't work"
>mean. More information would be useful.
>
>Peter Hibbs.
>
>>Hi Peter,
>>
>[quoted text clipped - 22 lines]
>>>>
>>>>Edison

--
Message posted via http://www.accessmonster.com

Re: How to Input Value into Calender ?
Peter Hibbs <peter.hibbs[ at ]btinternet.com.NO_SPAM> 12/1/2008 2:39:30 PM
Edison,

It sounds like you have not copied the flex grid control file to the
correct directory or that the reference is not set properly.

Peter Hibbs.

On Mon, 01 Dec 2008 05:03:30 GMT, "edisonl via AccessMonster.com"
<u47544[ at ]uwe> wrote:

[Quoted Text]
>Error Message >>
>Compile Error, Can't Find Project or Library
>Highlight >> fReturnSysDir
>
>
>Edison
>
>
>Peter Hibbs wrote:
>>Edison,
>>
>>In addition to the comments from Pete D, did you remember to register
>>the control as per the instructions. If so, what does "doesn't work"
>>mean. More information would be useful.
>>
>>Peter Hibbs.
>>
>>>Hi Peter,
>>>
>>[quoted text clipped - 22 lines]
>>>>>
>>>>>Edison

Home | Search | Terms | Imprint Contact
Newsgroups Reader - provided by WiredBox.Net