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 TouchToneTommy 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
  • 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

    thanks. I found out that under VB shell command won't work with redirect. When I use -r resultfile, it works fine now.
  3. 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 >...
  4. jusan

    Error 1067 trying to start service

    Thank you very much for your response. I tried with the first idea. I moved the whole database to F drive (which resides on another machine). And mysql service is running on my machine. But the database accessing becomes extremely slow. But my original problem is that I cannot start the...
  5. 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...
  6. jusan

    How to create database

    Thank you very much for your feedback. I have another question concerning locking in mysql. We are in a banking scenario. We need row-level locking. Therefore I was trying to use Innodb table type. I have the following question: 1.Is record locking issued at "Select" command or...
  7. 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...
  8. jusan

    dox matrix printer cannot print a wide line???

    Thank you very much for your prompt response. Is it possible you can give me some sample of code to show us how to change those settings inside vb programs? Your help is highly appreciated.
  9. jusan

    dox matrix printer cannot print a wide line???

    Thank you very much. I went to the Control Panel and changed the settings in the printer property to select paper size US Std Fanfold. Now it can print out the whole line. Thanks again. However, I wondered why I cannot control those settings inside my program.
  10. jusan

    dox matrix printer cannot print a wide line???

    Thank you for your prompt response. But I don'w know where the margin setting is. Is that in printer object?
  11. 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...
  12. jusan

    How to print draft?

    Thank you very much. I will try that out!
  13. 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.
  14. jusan

    Help: delete a group of ado records

    Thank you for your suggestions. We tried it and it worked fine!!
  15. 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...
  16. jusan

    Kodak image scan control missing

    Thank you for your reply. Since Kodak scan control does not work under XP. Do you happen to know other ActiveX or component that will work under XP?
  17. 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...
  18. 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.
  19. jusan

    Need help to detect user input in the maskedit box

    Thank you for your advice. I will try it!
  20. 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...

Part and Inventory Search

Back
Top