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 strongm 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: hitechboy78737
  • Order by date
  1. hitechboy78737

    Persisting Select Box Selection

    While these are EXCELLENT solutions, for this particular project they are undoable. First and most importiant, the time and budget are not there to redesign the way the page works. Secondly, the client is resistant to any changes in the way the page works... they want fields added and thats it...
  2. hitechboy78737

    Persisting Select Box Selection

    WHat if the submit is triggered from another form? Does this still work? I think the main problem with this particular project is that there is 5 forms on the page, each handling a "segment". The orgional designer set it up so each section could be updated seperately. So, if the user hasn't...
  3. hitechboy78737

    Persisting Select Box Selection

    PERFECT! Thank you so much. I suppose that the method I settled on using "hidden" fields is a valid way? We used to do this all the time in Classic ASP, I just assumed that there was a better way in CF than that. Can you elaborate on "custom tags"? Are they like user built objects? Is there...
  4. hitechboy78737

    Persisting Select Box Selection

    Persist, persistance and data persistance are standard concepts and common web development terms. It means that when a form is posted to the server. the value the user had selected is "persisted", or stays selected when the page is refreshed. In languages such as PHP, ASP Classic and all of...
  5. hitechboy78737

    Persisting Select Box Selection

    No, when I submit a form, how do I persist the item the user has selected? Kevin Howell Briefcase of Talent- Austin, Texas www.briefcaseoftalent.com
  6. hitechboy78737

    anyone know any coldfusion host - i'm leaving readyhosting

    The company that I'm doing some cold fusion work for hosts with nexpoint.net. I have to say that I am MOST impressed with their customer support... the best I have run into! Kevin Howell Kevin Howell Briefcase of Talent- Austin, Texas www.briefcaseoftalent.com
  7. hitechboy78737

    Persisting Select Box Selection

    When I submit a form, how do I persist the item the user has selected? How about when I read from the database... how do I select one of the options in a select box? Do I need to make a javascript function? I am an asp developer who has taken on a ColdFusion project... I'm sort of in the...
  8. hitechboy78737

    CF- IndexOutOfRange Deleting Row In DataGrid

    This is for a handheld, PPC 2002. Perhaps that makes a difference? It is a CF datagrid, not the usual VB datagrid The error is happening in system.windows.forms You can contact me at kevin.howell@athletics.utexas.edu I'm seriously thinking about elimating that function from the feature...
  9. hitechboy78737

    CF- IndexOutOfRange Deleting Row In DataGrid

    I'm back to working on this project... and STILL can't figure out what I'm doing wrong. I have made the currency manager & datarowview global I set the currency manager in the form load after the binding: dg1.DataSource = objGlobal.workingDataTable objCM =...
  10. hitechboy78737

    CF- IndexOutOfRange Deleting Row In DataGrid

    I took a wild uneducated stab and converted to a currency manager... But I also get a "System.ObjectDisposedException" on the line: drv.delete This really confuses me... I don't think I really understand what the currency manager is doing. Kevin Howell Briefcase of Talent- Austin, Texas...
  11. hitechboy78737

    CF- IndexOutOfRange Deleting Row In DataGrid

    I get the "option strict disallows implicit conversions from system.windows.forms.bindingmangerbase to system.windows.forms.currencymanager" error on the line cm = dg1.BindingContext(objGlobal.workingDataTable) Should I use CType? What am I converting to? Thanks! Kevin Howell Briefcase...
  12. hitechboy78737

    Local Test Environment

    Thanks guys! Great information- just what I was looking for. Stars to all around! Kevin Howell Briefcase of Talent- Austin, Texas www.briefcaseoftalent.com
  13. hitechboy78737

    Local Test Environment

    The web host provides the SQL Server, so they do not own the program ourselves. I don't want to make schema changes live, of course- so I need something to work on local. I don't know that I can actually get the client to spring for a copy of the software (yeah, I know... I know)- do I have...
  14. hitechboy78737

    CF- IndexOutOfRange Deleting Row In DataGrid

    objGlobal.workingDataTable.Rows.RemoveAt(dg1.CurrentCell.RowNumber)" throws the error. It errors on any row... but the index number reported in the error is different I have also used this line: "objGlobal.workingDataTable.Rows.RemoveAt(selIndex)" which throws the exact same error. Kevin...
  15. hitechboy78737

    Local Test Environment

    I need to set up a SQL environment on a development machine to test a coldfusion application running against a MSSQL backend. I need to know what I need for the local machine. I understand that there is a "personal" edition of the software. Where do I obtain this? Any tips on setting up a...
  16. hitechboy78737

    CF- IndexOutOfRange Deleting Row In DataGrid

    When deleting a single row from a CF datagrid, I get the following error: "IndexOutOfRangeException Index 2 is not non-negative and below the total rows count" When I delete ALL the rows, I do not get this error. I understand WHAT the error is saying, and I think I understand WHY it is...
  17. hitechboy78737

    Audio Effect a la Media Player Visulations

    But, is there anything other than the one I found for PC? Kevin Howell Briefcase of Talent- Austin, Texas www.briefcaseoftalent.com
  18. hitechboy78737

    Symbol PPC 2800 Scan API

    After looking over the entire Symbol DevZone site... I'm so totally confused about intergrating barcode scanning into a CF.NET application that my head is spinning. They have numerous api's and SDK's but they don't point directly to one that works for the 2800. The SDK's that I've looked at...
  19. hitechboy78737

    Audio Effect a la Media Player Visulations

    I actually found a plug in called "MilkDrop" that did the trick. It was very reasonalby priced ($50) with a free 30 day trial. It can be found at www.obviousfx.com if interested.... see I knew that there was no reason to re-invent the wheel! Yes, my DNS expired.. and the admin email is wrong...
  20. hitechboy78737

    AVI's Rendering With Stutter

    So... what compression codec do YOU use for avi's? Kevin Howell Briefcase of Talent- Austin, Texas www.briefcaseoftalent.com

Part and Inventory Search

Back
Top