Sorry for the late reply, but thank you! I think that fixed it!
I didn't realize you had replied because I was no longer receiving email notifications.
My web app has two custom controls, each of which uses a toolkitscriptmanager. When either one is on a page, it runs fine, but a page that has both of them triggers a "Only one instance of a ScriptManager can be added to the page." exception. What needs to added to the page with both controls to...
No matter what I do, I cannot seem to keep the Favorites Bar from appearing in IE11 on my Win 10 desktop.
I had the same problem with my previous one, which had Windows 7, but the fix doesn't seem to work now.
I tried unchecking "Favorites Bar" after right-clicking on the menu bar and I ran the...
Better late than never, but there was a hard return at the beginning of the Notes field in RecNo 608. When we removed it from the field, that record ceased being split and rows 613 and 614 stopped getting concatenated. Weird, huh? [ponder]
My lips are sealed. Let's just say it's a very bad idea to teach non-IT customers how to make MS Access apps. [bigsmile]
I'm making archive tables that we can reference after we migrate this data into their existing licensing application.
It doesn't appear to be, but I noticed when I exported the table to Excel, it does begin with carriage return for RecNo 608, so that one is being split into two lines.
It appears that RecNo 613 and 614 are being combined into one record...
Here is the text file. The problem rows start with 608 and 613.
https://files.engineering.com/getfile.aspx?folder=67e0c23d-33b6-44cc-9329-f65c13e8051d&file=tbCitationPN.txthttps://files.engineering.com/getfile.aspx?folder=67e0c23d-33b6-44cc-9329-f65c13e8051d&file=tbCitationPN.txt
I'm using pipe ("|") as a delimiter b/c the name field contains commas. I had written a PL/SQL script to read the file and insert the records in an ORACLE table but didn't want to deal with processing commas and quotes.
Basically, it acts like it encountered the delimiter in the previous row...
I am attempting to export a somewhat large Access 2013 table to a delimited text file, with the intention of using the file to load an ORACLE table, but sometimes, it acts like there was a "data hiccup" of some sort that causes a rows to appear to be left or right shifted. I thought perhaps it...
One more related question:
Is this validation sppsd to detect if something not numeric is entered? I thought it would since it wouldn't fall in range, but it seems to ignore them in my example. I ask b/c this validator was originally a CompareValidator that tests for integers GreaterThanEqual to...
OK, I removed Maximum value from the server code and set it in Page_Load:
Label lblActualQuantity = (Label)repItem.FindControl("lblActualQuantity");
RangeValidator valQuantity = (RangeValidator)repItem.FindControl("valQuantity");
valQuantity.MaximumValue = lblActualQuantity.Text;
This seems to...
I have an ASP Label which shows the total number of items in an inventory system that is available for requisitions.
I am working on a way to check the value entered in a TextBox is less than or equal to the number in the Label, which is loaded from an ORACLE database.
I created a...
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.