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...
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...
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...
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...
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
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...
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...
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 =...
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...
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...
Thanks guys! Great information- just what I was looking for.
Stars to all around!
Kevin Howell
Briefcase of Talent- Austin, Texas
www.briefcaseoftalent.com
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...
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...
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...
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...
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...
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...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.