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 Wanet Telecoms Ltd 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: jusan
  • Content: Threads
  • Order by date
  1. jusan

    tiff g4, tiif jpeg, iocagrayh, iocabinary

    I am working on a project that needs to read in tiff file(with compression mode g4 or jpeg) or ioca file and print them out. Is there anyone know how to load tiff file or ioca file into picture box? Any help is appreciated.
  2. jusan

    mysqldump on window xp problem

    Hi, I am using mysql(odbc) with vb and ado on window xp. I would like to use mysqldump to backup my database. When I use mysqldump under Dos, it works fine. But when I shell out the command from vb program as follows, cmdline="mysqldump --opt -u userid -pXXXXX database -c >...
  3. jusan

    Error 1067 trying to start service

    Hi, I am using window xp, running visual basic ado accessing mysql database. Originally I set my data directory as in my C drive. It works fine. But when I change my data directory to novell server drive F, it gives me the error message 1067 saying that the service was stopped unexpectedly. My...
  4. jusan

    How to create database

    Hi, I am new to MySQL. I am using visual basic 6.0 ado connection(through myodbc) to access mysql on window xp. I would like to know: 1. Is there a way I can create a new mysql database in my program? 2. How to change data directory? Originally, I have data for each year under different...
  5. jusan

    dox matrix printer cannot print a wide line???

    I am using VB6 on window 2000/xp. I am trying to print 132 characters per line out to Epson DFX 5000 dot matrix printer. But the printer quit at 102 characters per line. I tried to set printer.papersize to wider paper size. But it still won't print out the full width of the text. If anyone can...
  6. jusan

    How to print draft?

    I am using VB6 under windows 98 and trying to print in true draft mode, but have some difficulties. In the program, I set printer.printquality = vbPRPQDraft, but it still does not print in draft mode. we really need to know how to have vb print in true draft mode.
  7. jusan

    Help: delete a group of ado records

    Hi, I am using VB6 and Access. I am trying to delete a whole recordset. The recorset contains around 1550 records. How can I delete it altogether? I was trying to delete one by one. I can delete and updatebatch up to 648 records and then it starts to give me error messages. If someone happens...
  8. jusan

    Kodak image scan control missing

    I am using VB6 and trying to scan an image with a scanner in my application. But I cannot find kodak image scan control component in my Project|Componenet listing. My operating system is Windows XP. It seems like Kodak image scan control is missing. However, on my other machine with Window 2000...
  9. jusan

    ado recordset locking problem

    I am using VB6 to access(ADO) the Microsoft Access database. I would like to lock the record when I open it and release the lock after I update it for the purpose of data integrity. How can I accomplish this task? If anyone can give me some help, it is highly appreciated.
  10. jusan

    Need help to detect user input in the maskedit box

    I am using VB6. I have textboxes and maskedit boxes in my form. I retrieve some data from database and place those information into the textboxes and maskedit boxes. I would like to detect the user input whenever they start to input, the original info would be cleared and allow user input. My...
  11. jusan

    VB6 and Access 2002

    I am using VB 6, ADO Data Control 6.0 and ActiveX Data Object RecordSet 2.7 Library. When I create a database in VB, it is in Access 97 format. But the Access I have on my machine is 2002 version. How can I create a database that is in 2002 format?
  12. jusan

    need help converting data from Btrieve 5 to Btrieve 6

    We are trying to convert data files from Btrieve 5.01(Basic) to Btrieve 6.15 for Windows (Visual Basic) and need a routine to convert single and double precision numbers to "Currency". In the old Basic program, fields are defined as follows: A Single precision field...

Part and Inventory Search

Back
Top