Search results

  1. F

    Solved Separate Icons for each apps

    Have you also tried it with the extended shortcut ? "C:\Program Files\Microsoft Office\root\Office16\MSACCESS.EXE" "D:\MSAProjects\YourFolderName\YourAppName_v001.accdb"
  2. F

    Solved Separate Icons for each apps

    Exactly. But now I guess we all have a way to go around that issue. Now, while building my installer, I hope to find a way in vbscript to get that MSACCESS.EXE location on the user pc.
  3. F

    Solved Separate Icons for each apps

    I already knew that (with the icons in the same folder and all) but even with that my icons are only displayed when they want (not very often). But I just added this suggestion... .... and boom !!!!! Each has its icon and those icons ALWAYS show up. This is just great, guys. 🤩🤩🤩 Thank...
  4. F

    Solved Separate Icons for each apps

    I did but if I disable the Grouping it will affect ALL apps on the Taskbar. Unless am I missing something?
  5. F

    Solved Separate Icons for each apps

    Hello everyone, I have a few access apps for my users, but all those apps open in just one icon in the taskbar. Is there a way to have one separate icon for each one of my applications ? Thanks.
  6. F

    Best way to manage heavy ftp files

    but will the user get a notification that the file has been up/down?
  7. F

    Best way to manage heavy ftp files

    I didn't quite understand your process.
  8. F

    Best way to manage heavy ftp files

    I don't think compression would do it for the app. But the suggestion below is interesting. If I can create a little thing outside of MS Access that would be great (something that can be launched by a button in Access). I will take a look at this site.
  9. F

    Best way to manage heavy ftp files

    Hi, Sorry for my late answer. Thanks for your suggestion. Devide the files (scanned PDF documents) will be too much complicated for the users. The timer is interesting but the downloads will be done during the day by users. I am open to other ideas.
  10. F

    Best way to manage heavy ftp files

    Hi guys, I'm creating an access+mysql app and everything is fine except one part. The app will upload/download files to/from a ftp server. The problem is that those files can weigh up to 10mo. Bandwidth is really not good around here and in a previous app that I built, downloading files was...
  11. F

    Solved Opening an embedded Excel file and fill it up

    Interesting. I never use them before. I'll give them a try. Thanks.
  12. F

    Solved Opening an embedded Excel file and fill it up

    Yes but for this particular case I dont want the users to access the original template. I don't want any alteration on its design.
  13. F

    Solved Opening an embedded Excel file and fill it up

    Your demo wasn't exactly what I wanted it did the job, so thank you. - extracting the file in the Temp folder, - Gettting the file path and passing it to my line workbook.open(filepath) and open it to do what I want My initial goal was to somehow pass the attached file location directly to the...
  14. F

    Solved Opening an embedded Excel file and fill it up

    I meant an Excel file embedded in a table of my database.
  15. F

    Solved Opening an embedded Excel file and fill it up

    Hi everyone, I have and excel file attached and I want to open that file directly from vba without saving it first. So, after the file has been filled, I set it visible to the user whom can decide to save it later. I'm using late bidind and know how to open and manipulate file but never did it...
  16. F

    Solved Vertical Spacing in a textbox

    Your suggestion made me try Word automation for the first time and It worked great ! Surprisingly easy to implement. Thanks !
  17. F

    Solved Vertical Spacing in a textbox

    I'm trying to go from to something like
  18. F

    Solved Vertical Spacing in a textbox

    Ah okay, I see. I need to combine them to achive the result in your attached image. But It won't do what I want because my text isn't separated with head and body.
  19. F

    Solved Vertical Spacing in a textbox

    you mean those tags <div><font size=5>&nbsp;<strong>MEMO</strong></font></div> <div><font size=1>&nbsp;</font></div> <div>&nbsp;</div> <div><font size=3>&nbsp;<em>MEMO MEMO</em></font></div> I try them one by one without result. Maybe I don't undestand how you want me to use them. I just...
Back
Top Bottom