I have a Drop down box that is linked to an excel spreadsheet where the user selects 1 of 4 options in Tab Builder. I would like to have an option already populated (default value) with the most popular item they use. Is there a way to do this through the tab builder. Below is the snip it of code for the drop down box:
<Control Label="DRAWING TYPE" PropName="DRAWING TYPE" ApplyTo="Config" Type="ComboBox" UserDefineable="True">
<Data Range="J2:J5" SheetIndex="1" Path="Y:\RefDocuments\Custom Property Files\TAB BUILDER DATA.xlsx" SourceType="Excel" />
</Control>
Jason,
I'm not sure if you have found an answer already to your question. I do not believe you can do this in the Property Tab Builder. The way I was able to accomplish this task was to enter the custom property information in the template file for the part/drawing/assy you wish to have as the "default". Obviously this can be a fast edit or a lengthy task depending on the number of templates you have.
Best regards,
Tom