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 bkrike 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: JeremyM
  • Content: Threads
  • Order by date
  1. JeremyM

    Distributing Crystal Reports with VB 6.0

    I have a program which uses some crystal reports. I created a "TextReader" DSN to read in the data for the report. Problem is that I get a "could not logon to server" and the DSN isnt under the new CPUs DSN. Is there a special way to force the DSN to be installed that the...
  2. JeremyM

    Rotating Image/Form for Print or Printing Landscape

    I have a form that contains only a few images. I need to print the form as landscape or rotate it so that it "seems" to be landscape. Does anyone have a suggestion on how to do this?
  3. JeremyM

    How can you force Timing Out Using Stored Procedures?

    I have a stored procedure call to DB2. Sometimes it errors. I want to continue the rest of the code if it does, not crash the system. Does anyone know how to do this using VB 6.0? Or does it need to be done on the DB2 side? Any help would be appreciated. Thanks, Jeremy Gardner Programmer...
  4. JeremyM

    Updating reports on open to reflect new data

    Help. I am currently using a txt to populate the report. The problem is sometimes it works, sometimes it gives me error. Last version ran, but the report printed the data that was old. How can I make it use the updated txt document? Here is the code I am currently using.. Public Sub...
  5. JeremyM

    Help, I am trying to use arrays or text files for input

    Help! (Please!:)) I am trying to create a new report using either an array or a text file. I have set up the new report using the data definition, now I need to get data into it. Any suggestions or places to look would be appreciated... Thanks, Jeremy
  6. JeremyM

    TDBG Selecting Rows

    I have a project where everything works. I can load the TDBG and view it. But for some reason i cant select a row. Anyone know why? I dont want it to edit,just select the row. I will pass paramaters by (tdbg.selection). Any ideas would be appreciated. Thank, Jeremy
  7. JeremyM

    XML and VB woking together?

    I need to append a section of XML code to an existing XML document using VB. I can get everything to work EXCEPT I need to either delete the last line first or insert above the last line (which does have a unique entry in the line in case someone has an idea to search for it). Does anyone know...
  8. JeremyM

    Running a BAT from VB

    Does anyone know what command in VB allows you to run a BAT file ? I need to run a map.bat file while in vb. Thanks, Jeremy
  9. JeremyM

    Making and copying DIR and its contents

    I am trying to make a dir. Such as "c:\test". Does anyone know the command to do this? Can I just add a file under the dir and it will make both the dir and the file? Also, I want to then copy all the contents from one dir into another. Is there an easy command for that? Any help is...
  10. JeremyM

    Printing A list Box

    I have a list box in report view and I need to print what is in the listviewbox. Anyone know an easy way (or a way) to do this. Thanks, Jeremy
  11. JeremyM

    Sorting a List View Report

    I have a list view report : desc id woood 3432 iron 3433 metal 3432 I my some command buttons to sit along side as up and down arrows. I want the highlighted...
  12. JeremyM

    How do you reference a row in an SQL INSERT command?

    I need to add (insert using SQL) a row from a listview report when the ADD button is selected. I can figure out the sql. But does anyone know a way to reference the highlighted field as being the one to INSERT? ie: Part Desc 3213-151 Metal...

Part and Inventory Search

Back
Top