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!

Recent content by zqtqzq

  1. zqtqzq

    Picture in Crystal Report

    I am using Crystal report 8.5 I have an access 2000 database with Employee table with the structure EmployeeID Text 15 EmpPicture Text 255 I store the path of the picture in the EmpPicture field in the employee table I want the picture to show in a report Pls how can i achieve this
  2. zqtqzq

    Picture in Crystal Report

    I am using Crystal report 8.5 I have an access 2000 database with Employee table with the structure EmployeeID Text 15 EmpPicture Text 255 I store the path of the picture in the EmpPicture field in the employee table I want the picture to show in a report Pls how can i achieve this
  3. zqtqzq

    Treeview Control in .NET

    i tried the FocusedItem property of the listview to assign an index/key to the listview items but i encountered the following error: An unhandled exception of type 'System.NullReferenceException' occurred in AdvancedControls.exe Additional information: Object reference not set to an instance...
  4. zqtqzq

    Treeview Control in .NET

    Thanx using the tag to track the treeview item worked pls what of tracking the listview items? since teh listview items does not having anything like index or key to know the particulat item selected. I have also tried the Tag ppty with the listview but did not work any code will be appreciated
  5. zqtqzq

    Treeview Control in .NET

    I will try the tag property to see how it works. What of the listview key property. Does the listview also has a tag property? thanks
  6. zqtqzq

    Treeview Control in .NET

    I have a Control file(in Access DB) from which i load treeview items (in vb6) using a Table Field called ID as the key for the treeview item. This treeview is in tandem with a listview control(vb6) which lists subitems corresponding to the treeview Key. I have done this fine in vb6 but with...
  7. zqtqzq

    report not printing in color

    in response to the basic questions 1. yes there are colors on the report, iam using a colored graphic as the background for the certificate 2. Yes, im printing on a color printer Printing the report within the crystal report does not give the report in color i solicit you help
  8. zqtqzq

    report not printing in color

    i have an award certificate report in human resource software, but on printing from vb6 program the report is not coming out in color i am using Crystal report control with the report design with crystal report writer 8.5 any solution or help? yours tunde aransiola
  9. zqtqzq

    report not showing color

    i have an award certificate report in human resource software, but on printing from vb6 program the report is not coming out in color i am using Crystal report control with the report design with crystal report writer 8.5 any solution or help? yours tunde aransiola
  10. zqtqzq

    Browse folder dialog

    pls i need a vb code to popup a folder selection dialog box where a user can select a folder and the folder path displayed in a text box thanks
  11. zqtqzq

    Strange Database Problem

    i have experienced the same error in one of my application using Access Database. The problem likely is from Connection not being properly closed before opening another instance. Also check if you call a dll functions all the time. Make sure you close the function call before calling another...
  12. zqtqzq

    Creating Access Table Fields &Field Properties with VB6

    Thank you for your suggestion. I appreciate. I have not thought of something like that. I will try the method of Copying a default database to the newly-created-company. Actually i was thinking of something like a progress bar to indicate the Creation(of tables,fields,indexes) process
  13. zqtqzq

    Importing text files into a vb app

    Are you getting the data into vb or into a database? what database are you you looking at? How is your data in your text file delineated? cheers
  14. zqtqzq

    Creating Access Table Fields &Field Properties with VB6

    I need help! and very urgent help. Any one to help me with a vb code to create Field properties like 1. A field with AutoIncrement property 2. A field as a primary key field 3. A field as a foreign key 4. Field with default value I am using Vb6 with Access 2000/2002 i want to create a...
  15. zqtqzq

    Find latest file creation date in folder

    if the file is a text file how can i open the individual text file to read the content

Part and Inventory Search

Back
Top