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 derfloh on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by koumuzi

  1. koumuzi

    Text reading

    No. What I mean is how to print the records based on the input in the text file?
  2. koumuzi

    Text reading

    I wish to read from a text box in my VB6 program. The text box is for user to select record no. to print. Ex. 2,3,6-10. How can I do this?
  3. koumuzi

    Run time Error 380

    I try to update all the ocx files needed for my program at the destination machine, but the error still occurred. Then I try to use Thinstall to compile new exe file. But it gave me the same result. Any other ideas?
  4. koumuzi

    Run time Error 380

    so what can I do
  5. koumuzi

    Run time Error 380

    I am using VB 6 and Windows XP Pro. When I compile the program and run in Windows XP, it is ok. But when i try to run in windows 98, some of them ok and some gave me this error: "Run time error 380. Invalid property value." What does it means? Pls advise. Kmz
  6. koumuzi

    Cannot reinstall SBS Console

    Hi all, I'm using SBS 4.5. When I'm trying to start the World Wide Web Publishing service, it give me Error 1712: The type universal unique identifier (UUID) has already been registered. So I try to reinstall the SBS console using the command E:\SBSAdmin\i386\\SBSSetup.exe /reinstall But this...
  7. koumuzi

    Import Inbox file

    I have tried this before but Microsoft Outlook does not allowed me to import the *.dbx file (from Outlook Express). Do you have any ideas?
  8. koumuzi

    Import Inbox file

    Hi. Currently I'm using Outlook Express. I wish to upgrade it to Microsoft outlook 98. I found that the inbox file format is different. How can I import the inbox file from the old Outlook Express?
  9. koumuzi

    treeview problems

    Hi All, May be I have make some mistakes in my previous queries. Actually I only have one form with a treeview. But the form can be opened more than one when I run the program. Ex. I have 2 groups A and B. I opened group A in one form and group B in another form. The treeview will show the...
  10. koumuzi

    treeview problems

    Thanks vb5prgrmr. Actually no. What I have found is working with nodes in same treeview. I have tried to make the variables as public variables but still failed. I'm not sure whether this way is working or not. Do you have any ideas?
  11. koumuzi

    treeview problems

    I have 2 treeviews in 2 different forms. I wish to either drag or copy the nodes from one treeview to another. How can I do that?
  12. koumuzi

    Speed up retrieving data from SQL server

    Hi all. I am using Microsoft SQL 7 as my databse. I have about 80 tables and more than 300000 records in the database. This number will be increase very fast in future. My problem is my program is very slow to retrieve data from the database. Sometimes this caused the program with no respond at...
  13. koumuzi

    Table selection in Crystal Report

    Hi all. I am new member in Tek-tips. I have some problems in using Crystal Report 7. I have a program to record the purchase orders from different department. I have below tables and fields in each table. PO - PONo, Department, Date. PODetail - PONo, Item, Description, Quantity, Value. PORev -...

Part and Inventory Search

Back
Top