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 SkipVought 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: irkle
  • Order by date
  1. irkle

    visual basic 6 program icon

    thanks rorubin, that did the trick!
  2. irkle

    visual basic 6 program icon

    i have designed an icon (32x32) that i wish to be the program icon for my visual basic 6 program. i.e. the icon that the user clicks on to run the program. i searched google but i couldn't find anything useful - can anyone on here tell me how to go about this, or point me in the direction a...
  3. irkle

    data environment and configuation file

    i finally got data reports working with the dataenvironment, but now i have a new problem... using the data environment means the location of the database is hardcoded, but as it's a client server database i need some way of specifying the location separately as i won't know the location of the...
  4. irkle

    commands in data environment

    my database is an access 97 database, which i connect to using jet and ado. the field type of patno1 is a text field, but i don't see anything in the parameters tab where i can set this manually - when i open the parameters tab nothing is displayed there at all.
  5. irkle

    commands in data environment

    Hi, i have a dataenvironment with a command called mainrecord, this has the following sql code in it: SELECT * FROM mainrecord WHERE Patno1 = ? the name of the table mainrecord and field Patno1 are correct, but when i click on the parameters tab i get the following error: "unable to...
  6. irkle

    visual basic reports

    i have a simple client-server database which allows users to input data using a form then search for records. the results of the search are displayed in a similar form to the input form, but an adodc control has been added so the user can scroll through the search results if more than one...
  7. irkle

    generating reports from a database

    hi, i have connected to the database by hardcoding it using ado... is it still possible to use the data environment to create a report? i have used the following code to connect: Dim conn As New ADODB.connection Dim Woon As New ADODB.Recordset conn.Open Login.connection and this code in a...
  8. irkle

    generating reports from a database

    to clarify the problem a little - there are lots of tables in the database, and the reports need to be of the following format: nameOfField: current value for each patient stored in the database ie. i want to generate a list of field/value pairs.
  9. irkle

    generating reports from a database

    also, is it possible to use the access reports feature to generate a report from within vb?
  10. irkle

    generating reports from a database

    i am creating a client/server patient record database with vb6 as the front end and access 97 as the back end. one feature i would like to implement is the ability to generate reports and letters using data from the database. the database works as follows: patient data is entered and saved on a...
  11. irkle

    visual basic mail merge (access and word)

    Hi, i hope someone can help me with this problem.. i am running a Mail Merge through my Visual Basic application. When I run the program from the code, it runs the mail merge and opens the Word document with no problems. However, when I compile the executable and run it on other machines, it...

Part and Inventory Search

Back
Top