I have a mail webform where I have to show the user only (-1) one day behind messages, so how do pass (yesterday)date as parameter and retrieve the only records of one day back ?
I am getting a strange error message from the core data when trying to save
but the problem that the error is not reproducible ( it appears at different times when doing different tasks)
the error message:
Unresolved error Domain=NSCocoaErrorDomain Code=1560 UserInfo=0x14f5480 "Operation could not be completed. (Cocoa error 1560.)", {…
I am have an asp.net page, where a list of products is shown in a drop down. When a user selects an item, corresponding price, available quantity etc. are shown in the corresponding text boxes. I have used ajax update panel to retrieve these information.
This approach seems to work nicely. But sometimes when a product is selected, it…
I'm using JQuery. I'm writing this as HTML code:
<li id="toggle">
<a id="open" class="open" href="#">Log In | Register</a>
<a id="close" class="close" style="display: none;" href="#">Close Panel</a>
</li>
and I'm writing a code like that:
$(document).ready(function() {
//…
I have want to estimate the parameters of the function which involves Bessel function and integration. However, when i tried to run it, i got a message that "Error in f(x, ...) : could not find function "BesselI" ". I don't know to fix it and would appreciate any related proposal.
library(Bessel)
library(maxLik)
library(miscTools)
…
Hi there - I know zilch about FoxPro, but we're using a product that has a FoxPro DB that we suspect has errors in it. Any recommended tools for analyzing/repairing? Someone mentioned DBFDoctor.
Suggestions sought.
Thanks!
What should or how should I decide the best approach for coding as a smart programmer. I have just started programming last year in VB, and I keep on listening this statement. But I never could find by myself to choose the best approach for coding. When I search for a coding example on internet I find different types of approach to…
I am converting an MFC application for deadlock detection in to Simple console application.
During this process I found many errors saying like
error C2365: 'CmdLockMutex' : redefinition; previous definition was 'enumerator'
I am unable to remove this error.
Kindly if someone could help me in this regard.
I have an ASP page which displays a text box when it loads. It takes an input number, send it to the server through post back, and then displays some record in a grid view. After a number is input into the box, the server fetches some data from a database and add records to the grid view. It also contains a link column, whose URL…
I have a weird problem in my vb.net web application sometimes. webmail webform with html editor, sometimes very rare users type for example more than 200 or 400 characters and send the message to other user. But the reciever only recieves 5 or 7 characters. 2 or 3 words of the message. I don know what is going on. I checked the…
I got an exception with message "No printers are installed." while printing a report for depolyed release of our website.
I use _rptDocument.PrintToPrinter(1, false, 0, 0); to print a report.
I got that exception, even I've more than one printer installed on my machine.
Also, I don't get that exception while development,…
I am having a problem in paging for XtraReports. How can I improve the report paging from runtime and also I would like to initialize the reportviewer from pageload. Iam not able to do that. Any help is appreciated.
Thanking you .
Yesterday I was reading some articles in this site while I stumbled on an article about this two new IoC tools. Which one should I learn first? Is there some specification about which one should be used when?
I am new to jsfiddle and I am trying to link my external resources.
I added them using the tab on the left side and then paste my code on the panes
Here is my JSFiddle project but only html is shown without linking to javascript and css in the output
what I am doing wrong ?
this is my original
…
How do I associate a Key-Value pair with textBox autoComplete extender in a way similar to a dropdownlist?
It is preferred that value will not be visible to user.
I have come across the following jQuery code but could not understand it. What does the following code, specially the "$([])" part in the last line mean ?
var instrument = $("#instrument"),
quantity = $("#quantity"),
orderType = $("#orderType"),
price = $("#price"),
validityDate =…
HI,
I want to convert MicrosoftOffice Docs(.doc,.docx,ppt,xlsx,xls) +PDF+Images++Audio/Video into an swf file. The idea behind this project is to open the documents on any machine which have a flash plugin. I want to do this in VC++.
Hello guys , I have a problem when I save the content of a htmlEditor it takes the first line of the message. For example I enter
text text text
text text text
After entering the text when i retrieve it I just get the first line of the message .
Send message code
HtmlEdit1.Lines.Add("…
My university is holding a quiz contest in 2 weeks, and I need some sort of software (desktop or web based) that can be used to manage the quiz. I need functionality like an admin panel for adding teams, creating matches between 2 teams, adding questions and answers. I then need the software…
Hello , how do I disable browsing to a http link from a Html editor. I have a vb.net web form with a html editor, when I add a hyperlink to the html editor, for example my application website for instance
http://myapplication/myloginpage.aspx
When I run and click the link I can…
My APK is big, 70 MB.
I don't have any problems when I install it in external storage, but when I upload it to phone before installing, the APK goes to internal storage and my testing phone doesn't have enough space in internal storage and a lot of android phones don't have enough…
I have some text boxes, all of which have the same class "addExamNumberBoxStyle". Now I want to bind a "blur" handler to each one of these. When I use direct "blur" event like below -
$('.addExamNumberBoxStyle').blur(function()
{
alert("Hello World");
});
it works…