PDA

View Full Version : How to setup the ability to have one AT_view field = another



dave
04-05-2006, 09:16 AM
This was provided to me by Jun Lee. I have not tested it...

How to setup the ability to have one field in an AT_view equal another field

Please find below the steps to make the valve's temp, pressure, etc to refer to the Process/Pipe Run fields.

1. Edit the AT_HVALVE view via Project Administrator and add the fields you wish to refer to from the Pipe_Run table.
2. Have all users exit the project so we can manually go open the ..\PROJECTNAME\PROJDATA\SCHEMA.MDB > REBISDICT table.
3. Once RebisDict is opened filter by the tagtype AT_HVALVE.
4. Select the Valve field to have updated by the PipeRun field. Tab over to the DEF_VALUE and set it as exampled below:

DEF_VALUE
>>PSZ ''NOTE: This must contain the two ">>" signs and the field then the field that it will be referring to for the default value. This example uses the PSZ size field that is in the AT_HVALVE view.

5. Save and Exit.
6. Test.