Search results

  1. H

    Help to generate QR Code

    Your sample works however I am having trouble saving the image. How am I going to save the generated QR code as OLE object?
  2. H

    Enable / Disable custom ribbon buttons

    Thanks, but here I am still confused and can't figure it out. When I open a form (frmFormattedText) there is a checkbox that when I tick it will activate disabled buttons and disable completely the formatted text button. Any thoughts?
  3. H

    Enable / Disable custom ribbon buttons

    Buenos dias a todos! I need some advice regarding how to implement custom ribbon. My problem is I have this ribbon: What I would like to do is when I open the database only btn01 is enabled. When I click btn01 it will open a form = frmMain Upon opening frmMain, it has control buttons that...
  4. H

    Connect programmatically a file dsn

    hi all, I have mysql which I would like to share over WLAN. How can I make use of file dsn to connect programmatically to mysql database? I have a file dsn that points to 192.168.x.x The file dsn can just be loaded over front end and automatically connects to mysql database The front end will...
  5. H

    Linking MySQL

    IMO sql server is a bit harder to learn
  6. H

    Linking MySQL

    It is strange that I already created outbound rules (firewall) I am not able to connect to local MSSQL on other computer.:(
  7. H

    Linking MySQL

    MySQL is easy to install, share and link using dsn odbc as backend of MS Access. Whereas it took me sometime before I learned the complexities of MSSQL and choosing the right version for my computer and sharing it over LAN is not so straightforward. I have already learned DDL syntax and manage...
  8. H

    Linking MySQL

    hi there, yes I've tried but in vain I failed. Can you please examine the code because it is not working just by replacing the connection strings.. thanks again. btw I am using mariadb 10
  9. H

    Linking MySQL

    hi all, I've found this link master from: sixhatsolutions.com/link-master.htm very helpful in linking SQL server dsn-less. However there are pains in developing access solution with SQL server that I still opt to use MySQL as my preferred database back end. I'd like to solicit some help is...
Top Bottom