Changing a field to Read only when form sent if it contains data 
Author Message
 Changing a field to Read only when form sent if it contains data

Is it programatically possible to change the attributes of a field to READ
ONLY if it contains any data and has been sent?

Suggestions anyone?



Tue, 11 Nov 2003 06:27:57 GMT  
 Changing a field to Read only when form sent if it contains data
Outlook properties themsleves don't have a read-only attribute. If you want
to prevent changes to a property, you can either use a separate read layout
with a read-only control or use code to negate any changes the user makes.

--

Sue Mosher, Outlook MVP
Author of
     Teach Yourself Microsoft Outlook 2000 Programming in 24 Hours
     Microsoft Outlook 2000 E-mail and Fax Guide
Outlook and Exchange solutions at http://www.slipstick.com


Quote:
> Is it programatically possible to change the attributes of a field to READ
> ONLY if it contains any data and has been sent?

> Suggestions anyone?



Tue, 11 Nov 2003 20:12:05 GMT  
 Changing a field to Read only when form sent if it contains data
Thanks Sue, Your by far superiour in your assistance skills!

Cheers

Chris.

Quote:
> Outlook properties themsleves don't have a read-only attribute. If you
want
> to prevent changes to a property, you can either use a separate read
layout
> with a read-only control or use code to negate any changes the user makes.

> --

> Sue Mosher, Outlook MVP
> Author of
>      Teach Yourself Microsoft Outlook 2000 Programming in 24 Hours
>      Microsoft Outlook 2000 E-mail and Fax Guide
> Outlook and Exchange solutions at http://www.slipstick.com



> > Is it programatically possible to change the attributes of a field to
READ
> > ONLY if it contains any data and has been sent?

> > Suggestions anyone?



Wed, 12 Nov 2003 05:26:55 GMT  
 
 [ 3 post ] 

 Relevant Pages 

1. normalising table with a fields containing CSV data

2. Normalizing non-normal tables already containing data;OR changing columns into rows

3. Write ADO Field containing binary data (files) to the file system

4. Read HTML formatted data from database field, Insert Wordmerge fields, and save as Word document

5. How to open a form with a record containing certain data

6. Sending data from one form to another (VBA and Access 97 form)

7. Outlook VBA - open Excel, read in two fields, send email with these, close excel

8. Passing field data from data control between forms

9. Changing data on form by choosing value in (db)combo with data control

10. Repeat Form Field Data Elsewhere in Form

11. printing form erases data in form fields

12. having excel send an outlook email message when a field is changed

 

 
Powered by phpBB® Forum Software