What do you mean?
Do you want to load pop up form and hide access window?
Have you try
Do.cmd runcommand.accmdappminimize
On form load event?
Sent from my SM-A205F using Tapatalk
Actually my problem is in clscontrolldata i downloaded from lebans.com. in my attach db i have rename to another name.
About clscontrolldata issue i have get answer from the author on this link
http://compgroups.net/comp.databases.ms-access/onmousemove-in-continuous-form/1479232.
Sent from...
I have download and use it for several year.
But that has limitation can not use mousewheel to scroll and the scrollbar is flat
Sent from my SM-A205F using Tapatalk
I'm sorry
Let me send again
Sure it's not treeview I just combine class module from cristuan coppes 'clsCCReposition' and lebans 'cuntinuosformcurrentrow'
Sent from my SM-A205F using Tapatalk
I attach this screen shot.
That's main form with subform
Red color is blank area of subform after last row.
(Not treeview)
I want to prevent it.
Sent from my SM-A205F using Tapatalk
Dear all.
Anyone can help me how to limit scroll in continuous form, so the form can't be scrolled down if last last row has been displayed.
Thanks
Sent from my SM-A205F using Tapatalk
I want my client can access by using my access application (front end database) and the back end database in our central office eventhough they are so far from our central office,
so what I have to do?
Just install adobe reader (I use adobe reader 11)
and then put Adobe reader activex controll in your form,
give the name "MyPDF"
put this code on form open event
me.Mypdf.src="D:\My data\Samplepdf.pdf" 'or you can use file dialogue to get path of pdf file you want to view
I hope it can help...
hello all, can any body help me about accessing back end database from web or internet, I want to make my aplication can be accessed by using internet connection, thank you so much
dear all, I have problem about change access icon in taskbar, in access 2010 it's no problem for me to put my custom icon on taskbar, but what can i do to make it happen in access 2003? thank you so much for your reply
I have progress Mr, I combine using file dialogue
So I can select all tipes of file
to selet BE file I renamed to data.myb and then
I use code to refresh link
You recommended to me
That work fine,
Thank u so much,
I always remeber your help
Regards
Thank you Mr, that code only work if we use mdb extention as our BE files
If we use not "mdb" we'll get error message
In past time I had ever found the solve
By using connetion string and then import or linktabel from
BE file, eventhoug I use ".dat". (= I change ".mdb" to ".dat")
But it's my...