Search results

  1. L

    ActiveDocument doesn't exist only when OLE Word Document is opened from an Access form

    Hi, I'm developing a simple database of Word documents in Access. WORD Each document stored is based an a MainTemplate.dotm and several MyServiceTemplateXx.dotx with Building Blocks specific to different languages. The document template has various content controls and other objects...
  2. L

    problem with Access and Word interop inside OneDrive

    Thank you Suznraj for your answer and I'm sorry if I'm so late to reply. I don't understand very well what you are suggesting. To me it seems that the ownership of the file are not strange or changed. Here what I get after selecting the file and open and clicking on Properties. Thanks again, Lauro
  3. L

    problem with Access and Word interop inside OneDrive

    I see. Very strange. Thanks again
  4. L

    problem with Access and Word interop inside OneDrive

    Thank you for your suggestion. But I'm still in the ... dark ... cloud Lauro
  5. L

    problem with Access and Word interop inside OneDrive

    And in both my code works fine? I have Onedrive personal
  6. L

    problem with Access and Word interop inside OneDrive

    Thank you again. I was keeping in asking you where are the files saved first, because if they are first saved locally - as also you think - I should not receive the Error 2737, when I link using the local path name of the file... But maybe as you say OneDrive save in a particular way. Also the...
  7. L

    What can I use to show a Word file in an Access form instead of a Bound Object Frame control?

    Hi, first of all I let you know that I asked the same question in Learn Microsoft (but I didn't received any answer yet). This is my problem. To simplify my Access database stores Word files. In the back end there are tables with records having also an OLE object (linked) in their fields. In...
  8. L

    problem with Access and Word interop inside OneDrive

    Do you have One Drive for Business or Personal? Lauro
  9. L

    problem with Access and Word interop inside OneDrive

    Thank you for the time you dedicated to my problem. I'm really surprise that you don't get the error I'm getting. Did you try to use for the full name of the word files both the FullName property and the one builded joining path+ name? What could explains the difference between your and mine...
  10. L

    problem with Access and Word interop inside OneDrive

    Thank you for your kind reply. From now on I will avoid crossposting or at least I will immediatly make clear if and where I asked similar questions. As you suggested I read something, superficially, about SMB protocol. I still have a couple of doubts. First. When I ask OneDrive to keep always...
  11. L

    problem with Access and Word interop inside OneDrive

    Thanks for your very quick answer. I was editig the post. Lauro
  12. L

    problem with Access and Word interop inside OneDrive

    Hi, I have a problem linking a Word file as an OLE object inside an Access Table/Form, if it is saved inside a OneDrive Folder. In the attachement there is a small database to simulate the problem. You should try to put this Access file inside and outside a OneDrive folder to fully understand...
  13. L

    References for VBA Project across Office versions

    Thanks again for this other suggestion. Lauro
  14. L

    References for VBA Project across Office versions

    Yes. but I discovered that #Const LateBinding = true has to be declared at module level (cannot be public), and when you have dozens of module is not very easy to test changing the value in so many places,
  15. L

    References for VBA Project across Office versions

    Thanks for your answers. So, I have to make a choice between the two options: 1. Compile my Access and Word projects in VBA 2007 and let (or hope that) later versions of Office to make the necessary adjustment. 2. Rewrite all the declarations (and initializations) in my code so...
  16. L

    References for VBA Project across Office versions

    Hi, I'm developing an application based on Word and Access and their inter operation, for version 2007 and later. I wrote an InnoSetup procedure for the installation. I have the following problem: I compiled the Word Template and the Access database in Office 2013. When I install in Office...
  17. L

    Don't want Word opening changing records with OLE

    Right, sorry:) I would like your help anyway. LAuro
  18. L

    Don't want Word opening changing records with OLE

    Hi, In Office 2007 and later, I'm developing a Database to file Word docx. A table has various matadata and an OLE Linked Object with a Word File. A form shows those record in a TabControl: the first page only metadata, the second one only the file content and FullName. Scrolling through the...
  19. L

    Problem resizing form with TabControl

    Hi, In Access 2010 I want to resize my forms according to the user's screen resolution. I designed my forms to look fine for 1024x768 and then multiplied everything at higher resolutions. In the forms OnLoad event I inserted a procedure like the following: Public Sub SetSize(aForm As Form)...
Back
Top Bottom