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 Shaun E 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: wadewilson1
  • Content: Threads
  • Order by date
  1. wadewilson1

    Image retrieval from SQL table

    I have a stored procedure returning the image field from the table. How do I get the result from the stored procedure to a byte so I can convert it and display on my form?
  2. wadewilson1

    AutoIncrement

    I know this is probably out there already, but the search feature is down. Anyway How do you create an autoincrementing field in a table. I know the answer is in front of my face, but it hasn't slapped me yet.
  3. wadewilson1

    End of a Dataset

    I feel realy stupid right now but here it goes. How can I check if a dataset's table current row is the last row? I'm trying to create a application that will allow the user to navigate a datagrid but only allow edits in text boxes. Right now, when the user clicks on the last row in the...
  4. wadewilson1

    Open Crystal Report from file

    Does anyone know how to open a crystal report that is not part of the "project/solution" in the CrystalViewer? I've tried mulitple things and I can't find a method to call to allow me to do it. Thanks in advance.
  5. wadewilson1

    Print form without BMP conversion

    Is there a way to print a form in VB.Net without converting it to a bitmap? The code that prints as a bitmap, works, but the printed document is blurry and not very professional looking. I need to be able to print a form that will be handed in to the human resources department. Any help would...
  6. wadewilson1

    Subtracting Dates/Times

    This is probably something very simple, but its just not clicking with me. I'm trying to subtract 2 dates/times from each hoping to result in the "system" tranlsation of the dates/times. IE("07/14/2004 08:00 AM" - "07/14/2004 00:00 AM" = 0.33333) Does anyone know of away to do this? When I...
  7. wadewilson1

    Using Crystal 9 with 8.5

    Currently, we have a third party vendor that uses Crystal Reports 8.5 to deliver its reports. We are currentlt working on a VB6 application that uses version 9. Does any one know a way to install crystal 9's components without effecting 8.5's? Unfortunately, we don't have the option of using...
  8. wadewilson1

    Export Crystal using VB

    I need to be able to export a reports contents into an CSV file at the time of running the report. Does anyone know how I can do this without the built in crystal prompts coming up? Thanks, Randy Christian
  9. wadewilson1

    View problem

    I'm trying to create a new column derived from another column and I am having trouble doing it. I have column 1 that can be 1,2, or null, if it is 1 I want it to display A, if 2 then B if null, then display column 3. I tried the following code, but it doesn't work at (not surprising) SELECT...
  10. wadewilson1

    Using Mulitple versions of Crystal

    Has anyone ever had an issue with using the 8.5 viewer and trying to use the version 9 tool when distributing an application? What I'm doing is designing a program that allows user to pull reports, kind of obvious. THe problem I'm having is that there is already a program on the user's PCs that...

Part and Inventory Search

Back
Top