Stopping fields from being viewed

D

Dominic

Hi,

I need to write some code which will stop certain fields
from being viewed.

Is this possible in vba?

I am using MS Project 98 and need to be able to prevent
people from viewing certain fields, this needs to be
throughout the project so that no matter what view they
choose certain fields are not visible and cannot be added

Cheers in advance
Dom
 
J

Jan De Messemaeker

Hi Dominic,

I could answer in truth "this is not possible" but that would be giving up
too soon.
You could:
- send only a GIF view with the fireld you want to show
- write a macro copying from the file only the felds you want to show, or
copy the fields you do not want to show and delete them in the file you send
- write a macro that cyphers the content of the field(s) - and one that
decyphers. The risk here is that the receiver can enter any rubbish in the
field, that you cannot decypher.

HTH






--
Jan De Messemaeker
Microsoft Project Most Valuable Professional
Project Management Consultancy
Prom+ade BVBA
32-495-300 620
 
D

Dominic

Cheers

I thought as much
-----Original Message-----
Hi Dominic,

I could answer in truth "this is not possible" but that would be giving up
too soon.
You could:
- send only a GIF view with the fireld you want to show
- write a macro copying from the file only the felds you want to show, or
copy the fields you do not want to show and delete them in the file you send
- write a macro that cyphers the content of the field (s) - and one that
decyphers. The risk here is that the receiver can enter any rubbish in the
field, that you cannot decypher.

HTH






--
Jan De Messemaeker
Microsoft Project Most Valuable Professional
Project Management Consultancy
Prom+ade BVBA
32-495-300 620
"Dominic" <[email protected]> schreef in bericht


.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top