Questions tagged [locked]
244 questions
0
votes
2 answers
Support several interface orientations but stay locked in portrait mode
I need a way to do the above. I've tried putting
-(BOOL) shouldAutorotate {
return NO;
}
into every one of my viewcontrollers, but it still autorotates when I tilt the device on its side.
Why do I need this? One of our partners has an SDK which…

Mark S
- 2,161
- 3
- 21
- 25
0
votes
1 answer
session_start problems when run process in parallel
I need that both iframes forms work independent (async) but when i submit both forms at the same time the second iframe report "Fatal error: Maximum execution time of 30 seconds exceeded in C:\wamp\www\iframe2.php on line 2" (when the iframe1 query…

tony007
- 53
- 1
- 2
- 5
0
votes
1 answer
Value is a variable but used as a method
The error here is "Range is a variable but used as a method"
I added " Microsoft.Office.Interop.Excel" and using it currently as
Microsoft.Office.Interop.Excel.Workbook SelWorkBook = excelappln1.Workbooks.Open(curfile, 0, false, 5, "", "",…

user301016
- 2,207
- 7
- 36
- 50
0
votes
2 answers
How to discard TFS merge when you can't check in the target?
There's a config file in the branch I want to merge to that is locked against ordinary developers changing it, but the branch I'm working in needs it to be different. So now I have a changeset with that one file in it. I want to discard that as a…

Atario
- 1,371
- 13
- 24
-1
votes
1 answer
CruiseControl.net reports SVN locked exception
I am trying to setup a CruiseControl.net (version 1.4.4) server on a machine with Windows XP SP3. The source is contained in an SVN repository on a different server. The svn client I am using was installed through the Cygwin tools.
I am able to get…

Vince
- 1,441
- 1
- 14
- 19
-1
votes
1 answer
why a .fetchall() call unlock my sqlite3 database?
I was going crazy trying to solve this problem. After running the following code I could not delete another table of my database, with the error "database is locked". This is the code that locked my database:
con =…

Rafael Romero
- 13
- 4
-1
votes
1 answer
VBA Input Date Automatically in Excel
Could assist on this?
For Example, column A is date today which will fill in automatically, if the person fill in due date at column B.
However, if the due date is more than 3 months of the date today, it will restrict the person to fill in the due…

KKK
- 1
-1
votes
1 answer
Request failed with status code 423 - React Project
I am trying to run an old react app, it compiles successfully on Terminal but on the browser it does not run and gives me this message "Request failed with status code 423"
I am a beginner, I have searched and found this:
The 423 Locked status code…

user2895965
- 51
- 1
- 8
-1
votes
1 answer
Can i unlock my SLE4442 smartcard ? Does PUK code exists?
Yesterday i locked my SLE4442 card with 3 tried error code using PCSC library, now i want to unlock my card. Is it possible ? Does PUK code exist ?

BtPython
- 1
- 1
-1
votes
1 answer
Extract macros from locked workbook
I've accidentally and unintentionally put a password on a workbook which I can therefore no longer open. I have the previous version unlocked, however the latest version has updated macros. Is there any way to extract the macros from the protected…

April
- 1
-1
votes
1 answer
The database has been placed in a state by user 'Admin' on machine that prevents it from being opened or locked
I have used MS Access DB 2010 as a BackEnd for the application that i built using C#.NET. I don't have any queries saved in the database, Rather the queries are saved within the application code and runs using OleDB, ODBC connection.
When multiple…

sfkhan
- 63
- 10
-1
votes
1 answer
Windows actives users logged locked or in sleep mode
I would like to create a batch that could list every users "alive" in Windows. Our system accept 5 users connected in the same time on a PC. The active user logged I know how to do that with wmic get username. But how can I list the users in…

brs65
- 1
- 1
-1
votes
1 answer
C# Frozen ListBox (Windows Forms App)
I'm making a simple BankingApp that keeps customers and their accounts in two separate list-boxes. When Selecting one customer in a list-box related accounts will be shown in the second list-box and the user should be able to add,remove, update…

Plant.Power
- 13
- 1
- 4
-1
votes
1 answer
Local notifications while iphone is unlocked only
Is there a way to send local notifications only when the iphone is unlocked? I don't want to send local notifications while the iphone is locked. Thanks

Brandon
- 11
-1
votes
1 answer
Will the Android device still run at the next startup if once happens a database locked
my friends:
I am working on a Android App.In a cloud test, I found that some devices happened an error——"database is locked".Considering that i have not met the error,so i wonder that once the error happens on a device, will the device run nomally…

Soul Young
- 1
- 3