www.icetips.com  Icetips Utilities Documentation 5/15/2016    

Code Template: Create File View Code

Previous  Top  Next  


This template constructs a Clarion VIEW structure in the selected embed.  Normally you would use this in one of the "Local Data" embed points as shown in the screenshot below:

 

Template_ITCreateFileViewCodeEmbed

 

 

Template_ITCreateFileViewCode

 

 

View labelThis is the label of the view as it is created in the embed. 

 

Field listThis is a list of the fields being added to the view.  The list above results in a view declared as follows:
 
ITView2              VIEW(Products)
                      PROJECT(PRO:ProductNumber)
                      PROJECT(PRO:Description)
                      PROJECT(PRO:Price)
                    END

 

Template_ITCreateFileViewCode_Properties

 

Field to add to viewSelect the field to add by clicking on the [...] button on the right.  This will bring up the default "Select Column" window where you can select the field.

 

Template_ITCreateFileViewCode_SelectFile

 

See also:

Create File View extension



Direct link to this page: http://www.icetips.com/manuals/utilities/createfileviewcode.htm