www.icetips.com  Icetips Utilities Documentation 3/27/2009    

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_CreateFileView_Embed

 

Template_CreateFileView_ViewAndList

 

 

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:
 
ITView1              VIEW(Customers)
                      PROJECT(CUS:Name)
                      PROJECT(CUS:FirstName)
                      PROJECT(CUS:LastName)
END

 

Template_CreateFileView_AddField

 

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_CreateFileView_SelectField

 

See also

Create File View extension



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