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: zqtqzq
  • Content: Threads
  • Order by date
  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 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...
  4. 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
  5. 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
  6. 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
  7. 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...
  8. zqtqzq

    map a network Drive

    how do i programatically map a Drive to a network folder thanks
  9. zqtqzq

    Bringing a powerpoint Certificate to Crystal report

    I want to bring in a powerpoint certificate to a crystal report and now pull an employee's names from database table on the certificate pls help
  10. zqtqzq

    Reading Text file in a folder like a table in Database

    I have several text files(each file contains data about an employee) in a folder How can i programatically 1. Read thru all the text files in the folder 2. extract the data in each text file? I can read the text file data delineated by a pipe, but the problem is how to read each text file in a...
  11. zqtqzq

    Ascii Text to Access Database

    i need a code snippet to read an ASCII text file delineated by | (pipe sign) and transfer the data to an Access Database The data i have, some are delineated by space, some by pipe sign i.e |
  12. zqtqzq

    ODBC DSN to Oracle

    I am trying to create ODBC DsN for an Oracle. Having enter the Service Name( e,g pc.digital) and the HostName as (digital) i get the following problem problem 1. ORA 01034 - Oracle not available sometimes i get the ff error ORA 12154 TNS could not resolve Service Name kindly assist. I...
  13. zqtqzq

    vb6 and Oracle Connection

    pls i have a machine running oracle server running oracle 9i, i want to write a vb6 application to extract a data from a table in the oracle database, i have seen the oledb and odbc connection string but how can i determine the following 1. The server Name 2. The Database to use 3. Other...
  14. zqtqzq

    Syntax error in INSERT INTO statement

    I have the following code in my webform I have define my connection to an access Database(Ocnn) Created an adapter oDa strIns="Insert Into myTB(UserID,Pswd) Values(@UserId,@Pswd) oCmd=new oledbCommand(strIns,Ocnn) oDa.InsertCommand=oCmd with ocmd .parameters.Add(new oledbParameter...
  15. zqtqzq

    web Datagrid row

    how do i retrieve a key value from datagrid row? i am using asp.net dtagrid based on a selected row, i want to use the keyvalue from the row to open a web page for the selected row thanks
  16. zqtqzq

    migrate Excel data to Access with ADO(vb6)

    Kindly help me with a code snippet to move data from excel to Access. The problem i have is ADO Connection to Excel
  17. zqtqzq

    Storing Picture in MS-SQLServer

    how do i store pictures in sqlserver database? i mean storing the picture in the database not storing picture pathname in the database?
  18. zqtqzq

    Datagrid & ADo Data Control

    I have a lookup window that uses datagrid and ADO data control as the data source. After compiling my application that uses this lookup, and deploy it to the target machine, the lookup window on popup does not display data. However, when i installed VB6 Disk 1 on the target machine and run my...
  19. zqtqzq

    passing DB Password to crystal report viewer

    please save a soul! How can i pass database password to the Crystal Report Viewer. I am using CR8.5 with VB6.0, Access2k, and need to open my report based on a passworded database
  20. zqtqzq

    Opening CR8.5 report with passworded db

    pls i am using visual basic 6.0 with CR 8.5 report control. How can i open my report from vb when the database is passworded?

Part and Inventory Search

Back
Top