Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations SkipVought on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: desprits
  • Order by date
  1. desprits

    How To Share Database ?

    I have to create a virtual drive with the name Y: and the road which is for this drive is: " c:\Program File\Gestion Internet Customer ". So the road of my database is: Provider=MSDASQL.1; Persist Security Info=False; Extended Properties = " DSN=MS Access Database; DBQ=Y:\ClientInternet.mdb...
  2. desprits

    How To Share Database ?

    Situation: I am in network. My computer is called "Priscilla". My database is called " GestionInternet.mdb " and it is in " c:\Program File\Gestion Internet Client". My Purpose: to share the database" GestionInternet.mdb " so that my VB software can be to use in network. What should I do !? Plz.
  3. desprits

    Shortcut Execute file on other Computer ..

    Am I to oblige to share a file to arrive there?
  4. desprits

    Shortcut Execute file on other Computer ..

    Situation: we have 2 computer in network. The First one = "A" and Second = "B". The file.exe is on the computer "A". Is it possible to create a shortcut which start of "B" computer to execute the file.exe which is on "A" computer? Thk!
  5. desprits

    Database on Network!

    How I should proceed to install on a local area network a program in VB which uses an Access database ! I want to share the database. Thk!
  6. desprits

    Database on Network.!

    How I should proceed to install on a local area network a program in VB which uses an Access database ! I want to share the database. Thk!
  7. desprits

    My Linux server don't supports the php !? Why ?

    What is the specific program should I download and where I should install it .. On server linux .. or on the windows !?
  8. desprits

    My Linux server don't supports the php !? Why ?

    I realy don't know php and linux server .. so what is the specific program should I download ..?
  9. desprits

    My Linux server don't supports the php !? Why ?

    What I should make for that my Linux server supports the php language ?
  10. desprits

    Negative number in a positive number ?

    Merci beaucoup ! Thx !
  11. desprits

    Negative number in a positive number ?

    Which function I should use to convert one negative number in a positive number!?
  12. desprits

    Unexpected error number 380 ?

    I try to make a installator with: Inno Setup Compiler & Make NSISW but it's not working. When i try with "Inno Setup Compiler" this software ask me a .iss file to be able to make a installator but my files is a .vbs. It's the same thing with the software NSISW, it's ask me me a .nsi file.. ...
  13. desprits

    Unexpected error number 380 ?

    It's ask to drag an .nsi files, but my files is a .vbs ?
  14. desprits

    Unexpected error number 380 ?

    Does Inno Setup Downloads make installator about Visual Basic language or just Delphi ?
  15. desprits

    Unexpected error number 380 ?

    When I try to make an install program of my visual basic code .. this error appear : Unexpected error number 380 has occurred: Invalid property value. Why !
  16. desprits

    How to create a FILES

    What the refecence of that ? FileSystemsObject
  17. desprits

    How to create a FILES

    Thank you very much ! :)
  18. desprits

    How to create a FILES

    I would like to know what should I do to know if a files exist in VB. Exemple : if File1 exist then else Create File1 endif
  19. desprits

    Deleting Charactors in a string

    Try this : X= Len(StrInput) strInput = Mid(strInput,2,X)
  20. desprits

    OPEN Excel file WITH VB !?

    When I do that : IT's OK MsgBox "monExcel.Workbooks.Add PathExcel" monExcel.Workbooks.Add PathExcel monExcel.Application.Visible = True But when I do that : It's cause FATAL error MsgBox "monExcel.Workbooks.Open PathExcel" monExcel.Workbooks.Open PathExcel ' HERE ERROR...

Part and Inventory Search

Back
Top