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

  1. chezealot9

    Count Sum on Report

    Genius, preciate it, can't believe it was that easy.
  2. chezealot9

    Count Sum on Report

    Hey Guys, quick question, I need to calculate the count of records returned in the detail section of my report and Im getting snagged, whats the best way to tackle this? I greatly appreciate any help!!
  3. chezealot9

    Effective PopUp Window

    Hey Guys, On one page Im building I have a button that I would like to open a small window when clicked that basically gives more detailed information and a list box or something, what tools should I look into to do this, or is there an easy way or something? Thank you greatly for any help!!
  4. chezealot9

    Cutting time off of date

    I mean the main problem is that its a short date in sql but for some reason the asp conversion is tacking on the time.
  5. chezealot9

    Cutting time off of date

    I haven't, would that work here?
  6. chezealot9

    Cutting time off of date

    IS there any sort of convenient string function I can use to just chop off the time, because it'd be like _/_/_ 1200AM so I could drop it after the space in the vb code? Thanks for your help guys!!
  7. chezealot9

    Cutting time off of date

    Whats the best way to do that because its stored in the database as a shortdate?
  8. chezealot9

    Cutting time off of date

    Hey Guys, when Im inserting a date into a label its attaching 1200AM to it, how can I get cut this part off? Im converting it with reader.getsqldatetime.... Thank you very much for any help!!
  9. chezealot9

    Checking Listbox selected

    Hey Guys, for a listbox component, how can I check that the user has selected a row from it? I have a button and need to make sure a row is chosen before trying to process one. Thanks for any help!!
  10. chezealot9

    ListBox value

    FOund the error, somewhere along the line I was changing to a different query for the listbox and that query had a problem with it, thanks guys!
  11. chezealot9

    ListBox value

    It looks like it isn't, its just putting the index in as the value? What does that mean? Where is it switching it?
  12. chezealot9

    ListBox value

    I tried it and its still only giving the index. I can get the actual text but not the value for some reason, what would make the value of the listbox not bind to it or whatever?
  13. chezealot9

    ListBox value

    Hey Guys, I am using a listbox control and trying to get the value of selected item. Instead of giving me the value of the field which I had set as the DataValueField, I am getting the index of the row selected. Any ideas? Im using Me.Flag.Text = Me.ListBox1.SelectedValue.ToString(). I...
  14. chezealot9

    ListBox Showing Nulls

    Hey Guys, I have a listbox running off of a query that basically has two fields, a key field and a "combined" field with several fields concatenated, so I can show multiple things in the listbox. Im getting blank rows in my list box, in between rows of data and Ive isolated it to a...
  15. chezealot9

    Drop Down Event Handling

    Preciate the help guys, I wasn't double checking to make sure that it wasnt a postback operation so it was getting overwritten whenever the page reloaded.
  16. chezealot9

    Drop Down Event Handling

    Hey Guys, I have a drop down list in Visual Studio.Net, and when this selection changes I want to update fields on the page. Im having trouble catching that event. Basically I made a textbox to put the value I am capturing to test if I was grabbing it, and put the appropriate code in the...
  17. chezealot9

    Binding a Drop Down List

    Hey Guys, I have a drop down list that I want to be able to run off a query and Im having a heck of a time binding the data to it because I'm new to asp.net and Visual Studio. Basically I set up the sql connection for the page, then the data adaptor, then the dataset, and Ive tried binding the...
  18. chezealot9

    Relinking to a New SQL Server

    Hey Guys, Im moving a adp database from one sql server to another, how do I update the access front end to point to the new one?
  19. chezealot9

    Chart Trouble

    Hey guys, Im trying to set up a report that will have a graph on it, and Im getting a snag. Basically to make sure I could use the graph I made a test table with a few rows and nothing but the number of the row it was in each field. I made a query to order by the key value and I graphed it in...
  20. chezealot9

    Unpredictability In Report

    Hey guys, Im trying to set up a report that will have a graph on it, and Im getting a snag. Basically to make sure I could use the graph I made a test table with a few rows and nothing but the number of the row it was in each field. I made a query to order by the key value and I graphed it in...

Part and Inventory Search

Back
Top