Options

Visual Studio shortcuts, faster work?

Miklos_HollenderMiklos_Hollender Member Posts: 1,598
edited 2015-01-23 in NAV Three Tier
What is the quickest way to

- select the next field, other than clicking on it or using the Document Outline
- go to the Expression editor, other than right click and Expression
- go to the Visibility Expression editor, other than right click, properties, visibility, expression, click into it...

Example of why it matters: you cannot copy-paste textboxes with expression so when you do this, it is tedious:

exp: First(Fields!ShippingAddressCust1.Value, "DataSet_Result"), visibility: (First(Fields!ShippingAddressCust1.Value, "DataSet_Result")="")
exp: First(Fields!ShippingAddressCust2.Value, "DataSet_Result"), visibility: (First(Fields!ShippingAddressCust2.Value, "DataSet_Result")="")
exp: First(Fields!ShippingAddressCust3.Value, "DataSet_Result"), visibility: (First(Fields!ShippingAddressCust3.Value, "DataSet_Result")="")

etc. etc.

This kinds of job are tedious when you don't have any shortcuts. And I think the visibility is necessary or else it will take up space and you probably end up printing a blank second page on the document.
Sign In or Register to comment.