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...
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...
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...
I have a project in VS2008 and would like to print the screens as defined by the aspx files, but I don't want to see the HTML code, I want to see how that code will be rendered, like when you're using "design" view of an aspx file...
I have an accounting application that uses three data files. These files contain a file header and file footer with data records grouped by sub-headers and sub-footers. The first is the Invoice File which comes from our business and contains invoices to be paid. The second is the Payment File...
I have IE11 on two computers and it doesn't work very well on either. Is anyone else encountering trouble with it and is it because websites aren't compliant with it yet or is it just a poor product?
I have an old Windows program written in C that was partially converted to C++ but doesn't use MFC. I wondered if anyone's had experience converting such a program to use MFC before to judge if it's worth the effort or if it's better to leave well enough alone or to start a new version from scratch.
I'm looking for a way to create and print reports on C# Solutions but not having any luck checking Google. Is there an addon or program or feature in .NET that could print the windows in a Solution, the objects on it with their properties and events, the classes and how they are related, etc?
I have a VB3 program which uses GetPrivateProfileString to read an INI file containing the paths to data files it uses. The compiled version, which runs with the INI file in the same directory, has no problem finding the INI file but when I run it from within VB3 in debug mode, it complains...
I'm not sure if this is the right place to ask, but is there a way to produce a print out of a solution which includes the source code but displays the forms as graphics (i.e., how they appear when painted) instead of or in addition in a textual form? A quick Google search came up with...
Can anyone recommend a good data recovery service for a dead hard drive? I have a Windows XP machine whose two hard drives died. Ironically, the drives died the day I was going to make my quarterly backups. I took them to a local computer shop and they said the hard drives died ("unreadable")...
My application has a job that produces an email containing the job output and status ("Success" or "Fail") in an attached PDF file. Is there a way to create a rule which would scan the attachment and act on the contents?
I recently noticed a problem with my computer losing focus and wondered if anyone else is experiencing the same thing. I thought it was the newest version of AVG I installed (2013) but I noticed this recently started happening on other computers as well and they don't have AVG installed. The...
I am trying to revive an old project written in VB3 years ago and convert it to VB6 but my copy seems to be missing a license to use some VBX files. How can I obtain a VB.LIC file and what are the various VBX files sppsd to do? I noticed that when I converted directly into VB6 it replaced some...
I have an old Visual Basic 3 program I'd like to upgrade but when I attempted to use the upgrade wizard, it complained about being unable to convert TABBED.VBX and changed it to PictureBox. I noticed that I can add the Tabbed Dialog component (TABCTL32.OCX?) to the toolbar in VB6, but it's not...
I am writing a query for a report that reads a table containing receipts and gives totals by payment type:
SELECT CASE
WHEN payment_type_an = 'A' THEN 'AMEX '
WHEN payment_type_an = 'C' THEN 'CASH/CHECK '
WHEN payment_type_an = 'D' THEN 'DISCOVER '...
I am converting some UNIX shell scripts that use FTP to upload a load file produced by a PL/SQL script to the mainframe via SFTP instead of FTP, but when I replaced FTP with SFTP, it's making the records "wrap around". Making this even stranger, I have other accounts on this UNIX server that are...
I have some old Visual Basic programs I'd like to upgrade to .NET because they currently require obsolete drivers like "VBRUN300.DLL" to run. I attempted to use the upgrade wizard but it appears it requires a project file and I only have .FRM, .FRX, and Make files, like this one:
VERSION 2.00...
I have an ORACLE sequence generator that periodically has to be reset (it feeds into a fixed-length field of a COBOL app). I do this by running a script that drops the sequence and the creates it:
DROP SEQUENCE RCPTNUM_SEQ;
CREATE SEQUENCE RCPTNUM_SEQ
START WITH 1
MAXVALUE 99999
MINVALUE...
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.