I am using Crystal Reports for Visual Studio 2010 in an ASP.NET 4.0 web forms application. The report in the builder runs properly and returns thousands of rows. When I export it to any ExporttoStream format I am only getting 145 rows! Does anyone have any idea why this might be? I have no null...
I have a button declared as such:
<input title="Save" class="entity-edit-action-save" type="submit" value="" />
In my css I have several classes dealing with buttons:
input[type=submit], input[type=reset], input[type=button], button
{
background-color: #384e72;
background-image...
I have the following stored procedure. Each time I run it, rows are deleted, but not all of them. If I run it a 3 times or so, then all the applicable rows are eventually deleted. The total number of rows needing deletion is only about 3500. Can anyone tell me what I missing? Is there a...
I have a web app written in C# in Visual Studio 2010 connected to Team Foundation Server 2010. When I have the solution offline it debugs just fine. The exact same solution, when it is online, gives an error:
Unable to start debugging on the web server. The web server is not configured...
I am using Notes 7. Is there a way to create a rule to have an email saved out to a directory folder as a text file when it arrives? I have a rule that is putting it in a Notes folder currently. I would also like to have it available from Windows as a text file without opening Lotus Notes...
I have an SQL statement that works in SQL Server and Oracle when written this way:
SELECT
INTERPRETATIONVALUES.CODEID,
Count(CODESYSTEMVALUES.CODESYSTEMVALUEID) AS ExistingValues,
DATASPECIFICATIONS.SHORTNAME,
DATASPECIFICATIONS.LONGNAME,
INTERPRETATIONVALUES.HARVESTTEXT
FROM...
I am querying an Access database. One of the items returned is a memo field. When I look at the database the field has carriage returns. When I execute instr(DR.Item("Body"), ControlChars.NewLine) or ControlChars.Cr, ControlChars.Lf or ControlChars.CrLf it comes back with 0 every single time...
I have a vb.net app that calls Notes in the background (the client never opens) and executes the following:
Public Function ReadMail(ByVal MessageUniversalID As String, ByVal MailFolder As String) As String()
Dim EmailData(4) As String 'string data to return
Dim oNotesSession As New NotesSession...
I have a call to an Oracle stored procedure. I have two linked tables from the same Oracle DB as I would like to execute the stored procedure from. Ideally, I would like to use the DSN I am using to link the tables to also access the stored procedure so I am only maintaining the link in one...
I typed in the following in a terminal window while connected to my MySQL server and now I can't make it close the delimited section and tell me there is a syntax error.
mysql> delimiter //create procedure spEditUniverse (
mysql> // delimiter;
->
-> ;
-> //
->
-> ;
->...
I have the following bit of xquery
for $x in $doc/ClinicalDocument/component/structuredBody/component/section
where $x/title="Problems"
return ($x/entry/act/entryRelationship/observation/value/@displayName,"|")
It is returning the following...
I have a VB6 app running against an Access2000 database. I have the following bit of code to generate a SQL statement:
strSQL = "select distinct QCType, LowValue, HighValue from " & strSpecsTable
strSQL = strSQL + " where ShortName = """ & FieldName & """"
When this is run it produces a...
I have the following bit of MS Access SQL Code:
select * from tbltestdata where iif(isnull(Field),0,CLng(Field)) in (1, 2, 3, 4, 5, 6, 7, 777) and ShortName = "OpType"
When I run it, I get a "Data Type Mismatch" error. Can anyone suggest a way to do this? There are several reasons why the...
I have a create table query I execute from VBA code that includes a BIT column. All the columns work perfectly normally except the bit. No matter what I do to attempt to update the value in the new table it stays -1. When I open the table in design view and change the format to Yes/No then it...
I have a simple html img control I would like to add a background image to on an ASP.NET webform. I have the following but the background image does not show. The image being referenced is there. I can see it in the second image control. I just don't see it as a background. Any ideas?
<img...
I am testing an add in. The test project I am using has an old version of the add in permanently installed from the Tools - Add Ins menu item. When I open the Add In manager it isn't there for me to uncheck. Does anyone have any idea how I remove all references to this add in for this...
I have the following function:
Function EncryptPassword(strPass As String) As String
EncryptPassword = Shell("java -jar C:\InProcess\STSPasswords\registry-password.jar " & strPass)
End Function
When I run the jar file in a command prompt if returns a long string but the value retrieved by...
I want to be able to add nomination and voting functionality to our site. Before I start re-inventing the wheel I was wondering if anyone has seen a package that does this. I am finding a lot of polling software packages but they don't allow the public users to add an item to the poll. I want...
I have implemented code to send an iCalendar formatted email from the web. My users want to be able to send multiple invitations to the same attendees for the same event over an extended period. Basically, they want to send out the initial invitation and then reminders. The issue I am running...
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.