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 TouchToneTommy 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. WyldGynjer

    Object doesn't support Property or Method Error

    Oh my gosh - THANK YOU SO MUCH!!!!! I know it's case sensitive - and I have been staring at this code for so long - I never even noticed that capital D.... THANK YOU!!!!
  2. WyldGynjer

    Object doesn't support Property or Method Error

    I have to be doing something very simple wrong; and I can't figure out what it is... I have a page that has a textbox and a checkbox. If the check box is checked, i want to enable the textbox. if I uncheck the check box, then the textbox should be disabled. my javascript code is: <body>...
  3. WyldGynjer

    Editing Tables in Acrobat

    I was given a PDF by a customer, and there are tables within the PDF. They have now decided that they do not want all the columns in the table. How do I edit the tables to get rid of the columns? I am using Adobe Acrobat 5.0
  4. WyldGynjer

    How to tell what control is trying to get focus?

    That's what I thought - but I can't find anything with the word focus in my code or JS. So then I thought maybe when you save a datagrid on the refresh the control automatically goes to the first cell of the datagrid or something. Because my datagrid is no longer visible. But I can't find any...
  5. WyldGynjer

    How to tell what control is trying to get focus?

    I have a master/detail datagrid and within the child I have a save button. When I press the button - everything works - the page reloads, saves to my database etc...however I get an error message on the page saying: Can't Move Focus to the Control because it is invisible, not enabled, or of a...
  6. WyldGynjer

    Dynamically Created ButtonColumn Not firing event

    KDavie - actually I had added that part - but only partially -- I didn't have the itemdatabound...but I had the itemcommand & load so now it does work -- and that is what i had wanted! Well, close - I would LOVE to not have the user have to press update/cancel after each row - and just be...
  7. WyldGynjer

    Dynamically Created ButtonColumn Not firing event

    Well that is just weird - cuz it won't work for me! however using your code as an example -- I've been successful in getting my datagrid to look like I wanted - now I just have to code the functionality of the events fired and make the grid look right - it's a bit funky Your example really...
  8. WyldGynjer

    Dynamically Created ButtonColumn Not firing event

    KDavie - Thank you for that example. However I still have the same problem - when I press the + all it does it reload the page - and it doesn't expand a column or create a child...I would have assumed it would have triggered dgParent_ItemCommand right? what version of .net/VS are you using...
  9. WyldGynjer

    Dynamically Created ButtonColumn Not firing event

    Thanks jbenson001 I appreciate any thoughts...I wasn't sure about the multiView - but figured I'd look it up when I tried a few other things - glad to know I don't need to since it doesn't exist for 1.1 :) They want to be able to display the child data - and update it - then collapse it so you...
  10. WyldGynjer

    Dynamically Created ButtonColumn Not firing event

    I'm thinking that maybe - just maybe this is my solution...going to try and see: http://support.microsoft.com/kb/815004 if not - then I'll if I can get a multiview control or ajax or something else
  11. WyldGynjer

    Dynamically Created ButtonColumn Not firing event

    Thanks Jmeckley - Sending the user to another page is not what the client wants - they want it all on one page so the user doesn't have to go back and forth between pages. I'll continue my research to see if I can get this to work... Thanks
  12. WyldGynjer

    Dynamically Created ButtonColumn Not firing event

    I don't *have* to do it dynamically I spose - I just can't seem to get it to work any other way as far as displaying the data - obviously this way isn't working either to do what I want. I don't know exactly what you mean by WebUserControls and markup - can you give me an example and I'll see...
  13. WyldGynjer

    Dynamically Created ButtonColumn Not firing event

    Maybe it's not even possible what I want to do.... I basically want a master/detail datagrid that is editable. So it would like this ---- if this were a datagrid and not just text: Master row: Account Account Name Total + 505 Checking 800 Child Rows(displayed...
  14. WyldGynjer

    Dynamically Created ButtonColumn Not firing event

    Thanks KDavie - I read that - I may be doing something like what he is saying - however I don't see it. I haven't been able to figure this out.
  15. WyldGynjer

    Dynamically Created ButtonColumn Not firing event

    I am creating a datagrid dynamically,I have 3 columns - 1 - data bound column from a dataset that is generated based on my parenty key 2 - Input text box 3 - button that will be used to save the data entered in the text box Problem: My button does nothing. It's like it doesn't fire any...
  16. WyldGynjer

    Need Example of Master Detail Datagrid Update Details

    Does anyone know of an example of a Master-Detail Datagrid where the user is able to update the details? I have found a examples of Master-Detail datagrids - but none of them allow for the user to update the detail. I have created a master detail datagrid, I have a text box in my detail - my...
  17. WyldGynjer

    SQL Editor

    oh goodness - you must think I'm one of those people that don't do their research before posting a question and just want others to search the net for them...I guess I should have explained a little bit more... i have rapid sql - but it won't allow me to use the autoformat option. when I right...
  18. WyldGynjer

    SQL Editor

    I'm just now starting to use Sybase and I have alot of old stored procedures to look at. Most of them are not formatted (indented) correctly and are really hard to read. Does anyone know of a good sql editor that will automatically format sql code? I don't know if this was the right forum to...
  19. WyldGynjer

    Laptop Questions...

    I need to buy me a laptop. I've looked around and I'm now getting overwhelmed...they all seem the same to me - and I can't find anyone to give me solid answers on differences...and I was helping if maybe someone out there would be willing to answer a few questions..in Layman terms...for me...
  20. WyldGynjer

    stripping numbers from strings

    Stefan's solution is elegant - but I didn't totally understand what it was going to do - so I went another route. It looked to me that it would replace the numbers with blanks...I'm probably wrong since I didn't try it...but anyway I ended up with venur's solution. This does have to be...

Part and Inventory Search

Back
Top