Search results

  1. P

    Printing paper size

    I designed a report that use specific paper size. So I define this paper size named "CPC DN" under "Control panel" -> printer. In the report set up design, I use "CPC DN" as paper size. It works fine in my PC("development PC"). But when I copy to another PC ("client PC") which I define the same...
  2. P

    MySQL schronization

    I use MySQL as the backend database and client MDB program to access the database via ODBC. It works fine. Meanwhile, the application (including client program and backend database) will be put in 2 different places. In order to make 2 MySQL database synchronize, I use tools under MySQL that...
  3. P

    display wrong photo on reports

    Thanks, it works
  4. P

    display wrong photo on reports

    I create a simple product catelogue report which show the the product code and its picture . In my product database, there are fields of product code and photo's path & file name [mat_pic]. In the report's detail section, on format if not isnull(mat_pic) then...
  5. P

    display photo on report

    Thanks! It works!
  6. P

    display photo on report

    I got a master table where one of the field is the path of the picture. I would like to design a report to print the table information e.g. product code together with the photo. :o Thanks
  7. P

    link DLL

    Finally, it works by assigning Long, String, Long respectively (Handle, LPCSTR, DWORD). Thanks a lot!
  8. P

    link DLL

    As I know LPCSTR is the pointer data type in VC++ and I have to pass COM port no. (say 1 or 2), what is the corresponding syntax/data type I can use to pass in my function declaration of OpenCommPort
  9. P

    link DLL

    I got a third-party DLL which I need to assess the device through Access programming. As far as the document i got, that DLL is developed in VC++. Handle PASCAL OpenCommPort(LPCSTR lpszportnum, Dword dwBaudRate) VOID PASCAL CLoseCommPort(HANDLE hCom) In my Access VB, I declare this DLL by...
  10. P

    display image with enlarge function

    My product table has a field "filename" which stores the picture file name. For browsing the picture, an unbound field "image_f" is created image_f.picture =me.filename I would like to enlarge the display picture e.g. by doubleclick the image_f. How to do it?
  11. P

    ODBC Connection

    I develop Access program which will access the backend MySQL database. I use ODBC connection under Windows which defines DSN. When I move my program to anther client PC, I define same DSN name under Windows ODBC with different IP. But the Access front end program ask for re-entering DSN...
  12. P

    MDB table synchronization

    My customer will install two separate MDBs (identical structure) in two sites. Each user will access and update their local MDBs. The customer requires to have 2 MDB synchronization automatically. Does MDB replicate work fine? But it seems that MDB replication requires all the users log out from...
  13. P

    Data Access Page Manipulation

    Access Page record assess How nice you have experience working on Access Page!!! Sorry, I would like to ask your consultation rather than solving your problem. I got problem on accessing the mdb with Access Page on Web. After I upload my mdb and htm on Web, the program always prompt error that...
  14. P

    Access Pages

    Did anyone use Access Page under Access 2000 or Access XP? I would like to ask whether Access Page support ODBC, and how? It is because I would like to use ODBC connection to access my mdb in Access Page. I am a beginner on Web programming, thanks for any advice!
  15. P

    Access Page

    After I use FTP to upload the mdb and program, I access under IE with http://jpsolution.com/test2.htm.Pls. advise!
  16. P

    Access Page

    I define an Access Page (test.htm) under Access 2000. It works locally. After FTP the mdb and test.htm onto the web site, it does not work and report the the mdb can not be found. Although I have changed the data source , it still can not find the database. It seems that the path is still...
  17. P

    Web Programming or remote database access

    I have written several application using MS Access to access and run programs locally. But this time, my client want to implement the database in central office, and both local users and remote users (different country) will run an Access program to access and update the database. Pls. advise me...
  18. P

    make exe file

    I would like to ask whether MS Access program can change to .exe file.
  19. P

    DLL & OCX link

    DLL & OCX Sorry, tying mistakes : Tools/Preference change to Tools/Reference
  20. P

    DLL & OCX link

    DLL & OCX Thanks a lot! I got the concept and it is working now. Meanwhile, I would like to ask how can I delete some library .dll from my MS Access System. It is because I register duplicate DLL. (same DLL but different location). I discover it under tools/preference inside the VBA module...
Back
Top Bottom