Search results

  1. S

    Pop up forms and running as minimised

    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
  2. S

    Limite scroll in continuous form

    You're welcome Sent from my SM-A205F using Tapatalk
  3. S

    Limite scroll in continuous form

    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...
  4. S

    Limite scroll in continuous form

    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
  5. S

    Limite scroll in continuous form

    Many thanks brother. See you next. Now here 4:33 pm. Thanks you Sent from my SM-A205F using Tapatalk
  6. S

    Limite scroll in continuous form

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

    Limite scroll in continuous form

    It's screen shot in designview Sent from my SM-A205F using Tapatalk
  8. S

    Limite scroll in continuous form

    I attach the file. This is my sample project of making custom tree view by using continuous form. Sent from my SM-A205F using Tapatalk
  9. S

    Limite scroll in continuous form

    No. I don't mark it as solved. I have not ready find answer Sent from my SM-A205F using Tapatalk
  10. S

    Limite scroll in continuous form

    Yes. I use overlapping windows option Sent from my SM-A205F using Tapatalk
  11. S

    Limite scroll in continuous form

    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
  12. S

    Limite scroll in continuous form

    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
  13. S

    Database on Web?

    thank you so much, so, I have to learn about PHP or other application can be used as my front end application.... Regards
  14. S

    Database on Web?

    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?
  15. S

    Database on Web?

    thank you frank, but how, can you tell me step by step in orther that I can do it?
  16. S

    PDF viewer or be able to attach a pdf file to a form

    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...
  17. S

    Database on Web?

    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
  18. S

    Taskbar icon issue

    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
  19. S

    linked to mdb file had renamed to other extention

    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
  20. S

    linked to mdb file had renamed to other extention

    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...
Back
Top Bottom