Recent content by bassy

  1. B

    create setup for a MSdb Access

    thank you all for your replies.. I'm not getting any error.. it's not just opening..
  2. B

    create setup for a MSdb Access

    Tank you all of you for your replies...it works with the following: md C:\ Competition cd competition md Images copy *.mdb c:\Competition\*.* copy .\images\*.* c:\Competition\Images\*.* now I want to start the database from C:\ after the installation To do it I've added the following DOS...
  3. B

    create setup for a MSdb Access

    Thank you Nero replaying me..my probleme is the following: Copy D:\sbn.mdb C:\Competition but my CD-ROM reader is E:\ and not D:\ I have chnged Copy D:\sbn.mdb C:\Competition into Copy E:\sbn.mdb C:\Competition , it works but I want it to work for every CD-ROM reader so to make it...
  4. B

    create setup for a MSdb Access

    Thank you Nero replaying me.. Your idea is indeed very logical I've tried like explained . But after inserting the CD-ROM in the reader, it'doesn't create the directory, so it doesn't work. I use Nero burning program onder win XP... so any idea to solve this probleme will be grateful
  5. B

    create setup for a MSdb Access

    Thank you Nero replaying me but I don't know how to create this batch file .. I need more information, may be if you can give me an example it wille help me better to solve the question.. any idea wille be grateful
  6. B

    create setup for a MSdb Access

    dear members, I have a database sbn.mdb which I've branded on a CD-ROM. For its excecution it is necessary always that it is installed with the following conditions: 1- create a directory C:\Competition and to copy the database in this directory 2-un under-repertoire [...
  7. B

    logos in VBA

    dear members, I have inserted logos(images) in a database (in the menu and in the reports) but the size of the database increased 5 times moreover than the size of the logos together. Now I would like to know if it is possible to keep these logos(images) in a file and to insert them at the...
  8. B

    size cursor in VBA

    dear members, I'm working in VBA and I use a form to enter data I want know how to make the cursor on the form more visible or the increase its size or to give it an other color? Is it possible self? thank you for replaying
  9. B

    hide the close "X" and "max." of Acces

    lot of thanks for all of you taking so much time replaying.. I have done exactly what's explained on the form but I get the following: All my nemu is hidden(unable) I cannot navigate more trough the database and more, the close "X" is still able on the access window. thanks for any replay
  10. B

    hide the close "X" and "max." of Acces

    how can you create a module code that isn't based on a form or on a report? how can i link the the module to the event: "Onopen" of my form?? thanks for any reaction
  11. B

    hide the close "X" and "max." of Acces

    I've tried but still get error about the constant.The erro is :"the constants, the strings with fixed length, matrix you have declared and defined are not allowed as public members in object modules" I don't understand what is wrong. Below the code I use Option Compare Database Option Explicit...
  12. B

    hide the close "X" and "max." of Acces

    thank you for the replay
  13. B

    hide the close "X" and "max." of Acces

    Hello, After starting my MS access database I would like to know how to hide the "X" and "max." of the Acces window . I'm using Acces 2000 and VBA. any idea for me will be great
Back
Top Bottom