|
|
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
|
|
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
|
|
|
|
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>
|
|
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
|
|
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
|
|
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
|
|
|