www.icetips.com  Icetips Utilities Documentation 6/26/2012    

Page Of Pages Class: SetSearchString

Previous  Top  Next  


Prototype: (String pSearchString)

 

pSearchStringString to assign to the SearchString property.  This string is used by SetPageOfPages as the string to search for in the metafiles.

 

This method simply sets the SearchString property to the value of the pSearchString parameter.

 

Example:

ITPoP  ITPageOfPagesClass

   CODE

  ITPoP.Init(Report,SELF.PreviewQueue,'?PPPP?')        ! Initialize using '?PPPP?'

   ITPoP.SetSearchString('?XXXX?')                      ! Change the search string to '?XXXX?'

   Message('Search String: ' & ITPop.GetSearchString()) ! Search String would return '?XXXX?'           

 

See also:

SearchString
GetSearchString



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