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 gkittelson 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: *

  1. Johnblaze1

    Best Practice - .Net Class

    ThatRickGuy Thanks, exactly what I needed
  2. Johnblaze1

    Best Practice - .Net Class

    ThatRickGuy Im really just wanting the store approx 10 SQL statements that the class uses. I am inquiring if its better to store them in an XML file and make the class dependent on that XML file being present. Or, is there some cleaner way. I want to have this class portable accross several...
  3. Johnblaze1

    Best Practice - .Net Class

    techsmith - I dont have the option to create stored procedures. djj55 - the statements are static, I just change the parameters as needed. Thanks John
  4. Johnblaze1

    Best Practice - .Net Class

    I have a best practice question. I have a class that I want to use amongst multiple applications. The class is dependent on several large SQL statements to perform its job. What is the best practice for including the SQL statements (approx 10) with the class itself? Should I use constants in...
  5. Johnblaze1

    DataColumn Decimal places

    Thanks for the datagrid idea. I had been trying to do this at the datatable level since the datagrid's columns will change based on user supplied criteria. Thanks John
  6. Johnblaze1

    DataColumn Decimal places

    Is there a way to set up a datacolumn of a datatable to only hold 2 decimal places? The value in this column is created by a datacolumn expression, and I'd like to limit the value to only 2 decimal places. Thanks
  7. Johnblaze1

    Background Worker Question - vb.net 2005

    I have a form that has a text box and a progress bar. The form calls a class the performs a time consuming operation, and fires events for progress and status. All works as it should with the form update appropriatly. I tried to call this class within as a backgroundworker. When I do now, it...
  8. Johnblaze1

    Query Help Needed

    I have data in a format such as; NAME SEQ POST Fred 01 Hello and Fred 02 Welcome I would like to have the output show as; NAME POST Fred Hello and Welcome So that all values in column POST are concatenated for output. Is...
  9. Johnblaze1

    Question with Query, Loop?

    I have data in a format such as; NAME SEQ POST Fred 01 Hello and Fred 02 Welcome I would like to have the output show as; NAME POST Fred Hello and Welcome So that all values in column POST are concatenated for output. Is...
  10. Johnblaze1

    Listbox Selection Question

    Thanks so much. I really appreciate the comments, that helps me learn this quicker. Thanks again
  11. Johnblaze1

    Listbox Selection Question

    Dave If I wasnt completely clueless, that would be very helpful. However, I am. I normaly do C and VB coding. This webform is just a front end that drops info to an email, which is read into a VB tool which transfers to a database. Here is the HTML for the listbox <DIV align=left><SELECT...
  12. Johnblaze1

    Listbox Selection Question

    I am new to JavaScript and could use some help. I have a listbox on a webform that contains the date of all Sunday's in a given year. Users fill out this form on a Monday and must pick the appropriate Sunday from the listbox. Is there a way to have the listbox pre-select the most recent Sunday...
  13. Johnblaze1

    Interface Question

    is it possible to have a VB form mimic the look of Apple iTunes (brushed metal type look)? I would look to spruce up my application and that always looked really sharp to me I tried setting a picture of brushed metal as the form background, however, I cant find and picture large enough. I...
  14. Johnblaze1

    XP icon style in VB6?

    I just applied to this to my computer. It works great. however, when picking back/fore colors I can no longer view the color palette. And thoughts? Thank you John
  15. Johnblaze1

    Record Exclusion

    Thank you both for your replies kskid - I am getting an error 'formula must be evaluated later' lbass, I will try your method. Thank you both
  16. Johnblaze1

    Record Exclusion

    dgilz Wouldnt that still return ID 1 because he is in football? I need to completely have that person off of the report.
  17. Johnblaze1

    Record Exclusion

    I am in need of help limiting records coming to my report. I am using version 8.5 This is a sample recordset for illustration. There are 2 tables, Person, and Sports Person would have a numerical ID for each person. Sports has the person ID and a sport name, forming a one to many...
  18. Johnblaze1

    Crystal Report Viewer not displayed.

    Are you using the CR Viewer to accomplish this? If so, can you post the code you are using. John
  19. Johnblaze1

    how do I add text to task bar form button - Icon is there!!!

    The forms caption would show in the task bar next to the icon John
  20. Johnblaze1

    Docmd.OutputTo a Report That has Where Condition

    Using Docmd I know that a report can be be opened with OpenReport, and a Where condition can be set However, Docmd.OutputTo does not appear to let me specify a Where condition. I am using VBA. Is there a work around to this? thank you John

Part and Inventory Search

Back
Top