0
votes
1answer
20 views
Crystal Reports: How do I allow “set to null” when prompting for values to pass to subreports?
I have created a report which links into subreports. I created parameter fields to feed into the parameters of the subreports using subreport links.
If I do not add a subreport l …
0
votes
0answers
14 views
Is there a way to delay a forced reboot? [closed]
I realize this is more appropriate for our company's admin group to field. However, pretend they are unresponsive just for the sake of discussion =)
If my system is prompting me t …
2
votes
2answers
82 views
Python: Read password from stdin
Scenario: An interactive CLI Python program, that is in need for a password. That means also, there's no GUI solution possible.
In bash I could get a password read in without re-p …
15
votes
9answers
3k views
Detecting Unsaved Changes using JavaScript
I have a requirement to implement an "Unsaved Changes" prompt in an ASP .Net application. If a user modifies controls on a web form, and attempts to navigate away before saving, a …
1
vote
1answer
14 views
ZSH Prompt/RPrompt Conflict
I currently have my ZSH PROMPT variable set up as:
PROMPT=$'[%{\e[0;32m%}%n@%m:%~%{\e[0m%}]>
and my RPROMPT variable as:
RPROMPT=$'[%{\e[0;32m%}%T\e[0m%}]'
The effect I'm wo …
0
votes
1answer
29 views
How to change info on UAC prompt?
On Windows Vista, with UAC enabled, everytime a program that requires administrative priviledges starts, a UAC prompt is displayed. In the box, there are two fields - name and auth …
1
vote
1answer
33 views
Display a password prompt in Firefox
I'm writing a Firefox extension, and would like to display a password prompt. I don't just want to use the JavaScript prompt function, since it doesn't hide what's being typed. I …
0
votes
2answers
21 views
Visual Studio pre-build scripts can’t find exe files in windows/system32
I'm stumped. All of a sudden Visual Studio cannot find exe files in the Windows/System32 directory (such as xcopy, attrib etc).
I have some pre-build and post-build events that ex …
0
votes
1answer
6 views
Visual Studios Prompts for Vault Repository at Solution Load
Whenever I load a specific solution under source control (Vault), Visual Studios (2008) prompts me to choose the repository. This takes the form of Vault's Choose Repository prompt …
0
votes
1answer
53 views
WPF - Combobox with a Prompt
I'm looking for a way to add a "SELECT An Item" to a combobox that does not have an item selected. This would be different than a selected item as a default.
I want the combobox t …
0
votes
0answers
125 views
Prompt-Permission on facebook?
I am having trouble of understanding how the fb:prompt-permission work. I can have a link appear when the user click the fb:login-button either the user already logged in from face …
3
votes
0answers
80 views
What is the origin of the UNIX $ (dollar) prompt? [closed]
I know this isn't really a programming question, and I apologise for that. But I think it is interesting nonetheless, and I couldn't think of a better place to ask it.
The UNIX pr …
0
votes
2answers
86 views
How come when I run ruby.exe / IRB all I get is a blank DOS shell?
Hi,
I installed ruby 1.9.1p243 (2009-07-16 revision 24175) [i386-mingw32] on my Windows XP laptop.
When I run ruby.exe I get a blank DOS Shell window. No expected "irb(main):001: …
2
votes
1answer
142 views
Prompt the user to install ActiveX/.Net Class Library from browser
Hello,
I build a .NET Class Library project that accesses the mshtml.HTMLDocument when called (from JavaScript). Everything works ok on my machine since I changed the permissions …
0
votes
0answers
38 views
Prompt for credentials on Save
Hello,
My application needs to save some data in a folder which is in c: drive. If the user is not running the application as a local admin I want to prompt the user to enter cred …

