PFC Guide Titlebar
HomeFAQLinksPFCMAGExtensionsDownloadWhat's NewSearch

PFC - Datawindow Cache Service FAQ


Table of Contents

  1. I am having problems registering a datawindow with retrieval arguments.

I am having problems registering a datawindow with retrieval arguments.

Of_register accepts the list of retrieval arguments as a bounded array of 20 anys. Even if only a single argument is used it should be passed in an array of 20.

// Register the data source with a retrieval argument.
 
String ls_country[20] = {"USA"}
gnv_app.inv_dwcache.of_register( "states", "d_states", SQLCA, ls_country)

 

Back to Top

Contributed by PFCGuide staff, except where noted otherwise.
PFCGuide is sponsored by Dynamic Technology Group.
The information provided is for advice only and not to be considered a contract or a liability against Dynamic Technology Group.

Last revised: February 15, 2004 03:58 AM.