View Full Version : How to customize vision like this?
wuzhongbo
10-30-2006, 09:19 PM
Hi Guys!
How to cutomize Vision Properties tab like this?These attribute fields are linked the title block within the P&ID drawings.It is helpful to modify the attributes easily.
TurnerSM
12-01-2006, 09:27 AM
What you are looking at comes from three places: The doc_reg table in the projdata.mdb file, the RebisDict table in the schema.mdb file, and the AT_DWG_NAME system view in PA.
To change the fields shown in Vision, you first need to add them to doc_reg. Once the fields have been added, you then need to modify the AT_DWG_NAME system view in PA. This view is what ultimately controls the fields in Vision. Once the view has been modified, you can also check in the RebisDict table to make sure the new fields are listed, and have the proper field length. Sort the RebisDict table by the VIEW_NAME column, and locate AT_DWG_NAME. These are your fields. The field length in doc_reg controls the amount of data that goes into the data base; the field length in the RebisDict table controls how much data Vision will accept.
Please note that I am assuming you've got a project set up using Access as the data base, and it is not in production...
wuzhongbo
12-04-2006, 12:26 AM
Thanks! I got it!
Powered by vBulletin® Version 4.1.7 Copyright © 2012 vBulletin Solutions, Inc. All rights reserved.