Related topics

Please Help! files marked as read only will not change
If you right-click the file in Windows Explorer and choose Properties>Read Only, Word will not prompt you to open Read Only, it just will open read-only. It then won't prompt you for a save unless you have changed the document after opening it read-only. Whereas the "Read Only Recommended" setting in Word's Save

How Can I Turn Off the Read-Only Attribute?
I tried creating a function (reset_readonly) to restore the textbox to a hidden field's value everytime it was change, but it only works if the user happens to tab into the readonly text box. Is there is way I could get the text to restore after the paste ? Or is there a better solution that using a textbox for

Clear a file's read only property
Dimitri Rakitine d...@dima.dhs.org weblogic developer interest ejb I think WebLogic checks for timeout expiration only when you actually invoke a business method on a read-only entity bean. Steve Rogers <steverog...@realeum.com> wrote: I have a question regarding the timing of the ejbload() on read-only beans.

Read-Only attribute.
Windows ignores the Read-only flag on folders (not on files), so they made it unchangeable. I've heard the explanation, but I still don't understand it. You can read it yourself here: You Cannot View or Change the Read-Only or System Attribute of Folders http://support.microsoft.com/?id=326549 Whoops!

unable to change the read-only attrib...
Don MacDougall dgma...@hotmail.com microsoft public office misc "Andre'" <andre400@msn. com> wrote in message news:012901c332c9$0bac91a0$a601280a@phx.gbl... would you please instruct me in how to change a file from read only thank you If it is a file on your hard drive, right click and select properties.

How can I copy a read-only file?
David McRitchie dmcritc...@msn.com microsoft public excel programming Hi Ron, (posted in programming, sorry I didn't send this off sooner) I do not experience this problem with Read-Only files using XCOPY in the WinNT DOS window, nor from the Win98 DOS window, using DirectCD[TM], which means reformatting your CD-RW

Change to read-only?
Copy from the CD or ZIP to your hard disk, then clear the read-only property, and work on that version. Unless you have a CD-REwriter, files on your CD are always read-only, because the CD itself is read-only. In the case of the ZIP disk, the disk itself might have been set read-only (very wise if this is important

Removing read-only on folders
How can I set a RW buffer to READ-ONLY? How can I switch back to RW? How can I open a file READ-ONLY? If the same file is opened twice in 2 buffers, can one be made READ-ONLY? Does that even make sense? Thanks! GX Mx apropos RET read.*only RET partial results: ,---- Buffer-menu-toggle-read-only Command: Toggle

All Drives/All Files are marked as "Read-Only" Ideas?
I
am trying to insure a file does not have the read only attribute set before trying to open it or overwrite it. Do I use the File.GetAttribute to do that? Yes. And if so, how do I extract the ReadOnly attribute from the enum? Use the bitwise and operator, '&', to mask the attributes value with the FileAttributes.

Unable to unset Read-Only attribute of folders
I just discovered that in Windows XP, you can make a file "Read-Only", and still be able to delete it. The only difference is that if you try to delete a read-only file, the computer will remind you that it is a read-only file, and ask you if you still want to delete it. Am I missing something?

How to get read only permissions in attached database?
Wesley Vogel 123WVogel...@comcast.net microsoft public windowsxp general A hard drive cannot be Read-only without physical jumpers set or 3rd party software installed on purpose to make it Read-only. If a drive is NTFS a MAC will see it as Read-only. However, on USB devices... When this registry key is enabled,

read only for fields
[F5 to Refresh Explorer]" for each f in folder.files if lcase(fso.getextensionname(f.name)) = "txt" then clearattribute f,1 'clear read-only end if next sub SetAttribute(obj,attr) 'mask for read/write attribute bits ' = readonly+hidden+system+archive rw_bits = 1 + 2 + 4 + 32 oldattr = obj.attributes and rw_bits

Read Only Database and Performance
Calvin Crumrine Calvin_Crumr...@dced.state.ak.us microsoft public win2000 general If you don't see the connection between read-only status & the need to confirm deletion of a read-only file then IMO you don't really understand why files get marked as read-only. I'll agree that I don't like the mandatory nature of

Check For Read-only
Ian Williams adv...@kingsoft-dk.com comp lang basic visual misc Barry Look in this newsgroup for a message with the subject "Re: Filelistbox loop And readonly", posted by me yesterday. regards Ian ** invalid email address, change dk to denmark homepage http://www.kingsoft-denmark.com/ Tips & Tricks page

Sadly Just purchased 2003 server and everything is read only!
Miha Pihler [MVP] mihap-n...@atlantis.si microsoft public windows server general As KB 326549 article states folder read only attribute is not same as read only attribute on file... Here is whole explanation... **** Unlike the Read-only attribute for a file, the Read-only attribute for a folder is typically ignored

The perfect readonly textbox for NN 4+ (and IE 4+)
CD-ROM stands for Compact Disc - Read-Only Memory. Since it is designed to be read-only (see the RO in the name), files written to it are treated as read-only. When used in another mode - with UDF - the disc is not seen as a CD-ROM and files are not treated as read-only. So the answer is that if you insist on using

Read-only attribute removal problem
Page1.lastname.readonly = .T. THISFORM.WIZFRAME1.Page1.address1.readonly = .T. etc... ENDIF But surely there is an easier way than this brute force method of individually setting the readonly property of each field on the page. Are all the objects in a given page frame stored in some array?

help with Paradox 7 - detail table readonly
Richard Bonner ak...@chebucto.ns.ca hfx general demibee wrote: <burf...@chebucto.ns.ca> wrote: (Snip) So...someone enlighten me about 'read only' files... Excellent post on file attributes, db. I have some additional comments: The read-only attribute is a file property that prevents a file from being changed or

read only file
I think the file is read only because I tried to save a download from the internet into one of my folders and a window came up saying that I "do not have write access to it" "Wesley Vogel" wrote: Don't worry about it. When you customize a folder, a file called desktop.ini gets created. In order for Windows to read

Suggestion: Identifying Read-Only Source Files
If you make a tablespace read-only, it has always been possible to drop segments from within that tablespace, since that only requires updates on the SYSTEM tablespace, which is always read-write. No problems so far. Now make a locally-managed tablespace read only, and drop a segment created earlier.