Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

24
votes
5answers
80k views

Javascript Confirm popup Yes, No button instead of OK and Cancel

Javascript Confirm popup, I want to show Yes, No button instead of OK and Cancel. I have used this vbscript code: <script language="javascript"> function window.confirm(str) { ...
4
votes
1answer
69 views

Emacs: yes-or-no-p in Russian?

I'm using (fset 'yes-or-no-p 'y-or-n-p) ;; Make all "yes or no" prompts show "y or n" instead. to anwser yes-or-now questions. Is there a way to append russian analogues as a possible answers? So ...
2
votes
0answers
78 views

click through yes/no questions from OPML one at a time

Based on a flowchart noted as OPML nodes in my xhtml, I would like to dynamically (using jquery, without refreshing the page) get questions shown one by one, depending on the yes/no answer of the ...
2
votes
2answers
7k views

Yes or No confirm box using jQuery

I want yes/No alerts using jQuery,instead of ok/Cancel button. jQuery.alerts.okButton = ' Yes '; jQuery.alerts.cancelButton = ' No '; jConfirm('Are you ...
2
votes
6answers
5k views

How to display Yes/No Button in asp.net page using Javascript

I have to display yes/no button on some condition on my asp.net page , I used windows.confirm() to display that but windows.confirm displays Ok/Cancel Button , Is there any way I can display Yes/No ...
1
vote
1answer
124 views

How can I fix this Ruby Yes/No-Style Loop?

I've got this method I wrote to ask n-times for user input using a while loop inside. The idea is really simple and common, repeat the while loop if the condition is true, The problem is that it ...
1
vote
2answers
448 views

Access query to make column that shows checkbox for Yes/No column

I've written a query to create a table in MS-access: CREATE TABLE [customers] ([id] NUMBER, [authorised] YESNO); This works fine. However the YES/NO column displays -1 and 0, when I'd really rather ...
1
vote
2answers
824 views

Windows Forms YesNo Message Box - Buttons Text

In a Windows Forms application I have a MessageBox with YesNo buttons. I want to change the text on the buttons (from "Yes", "No" to something custom).
1
vote
2answers
2k views

SSIS SQL char conversion to MS Access Yes/No field

I have an SSIS package I am developing. I am attempting to write data from SQL Server 2005 to MS Access 2007. I am pretty stumped on how to convert a SQL char(1) field to an Access Yes/No field. ...
0
votes
2answers
168 views

Press enter to continue after yes/no in C

New programmer here with only some minor Java experience trying my hand at writing something in C. I want to ask someone a Yes/No question, do something depending on their answer, then ask them to ...
0
votes
2answers
198 views

How to Create a DialogBox to prompt the user for Yes/No option in WPF

I know how to do this on Windows Form App, but I couldn't find anyway of doing so on a WPF App. How would I present the user a blocking DialogBox with Yes/No option and get/process the response from ...
0
votes
0answers
349 views

GridBoundColumn Dataformatstring for Yes/No column

I am using rad grid and **adding Yes/No column dynamically** from sharepoint. When I get the value in y/n column, it is showing 0 or 1 format. But i need to show as Yes or No type. I tried with ...
-7
votes
2answers
153 views

read yes/no to bool and reading data whith SQL [closed]

I wrote a class and I get this error: System.Data.OleDb.OleDbException (0x80040E10): value wasn't given for one or more of the required parameters I tried to storage the end and start(in the ...