M2Web Tutorials: Difference between revisions

From VistApedia
Jump to navigationJump to search
No edit summary
No edit summary
Line 12: Line 12:


- example:
- example:
http://vista.vmth.ucdavis.edu/query/?dbfile=19&index=Name&format=Optn...
http://vista.vmth.ucdavis.edu/query/?dbfile=19&index=Name&format=OptnNo;Name;MenuText


This (index=Name) specifies iteration over the "B" index of file 19
This  
(OPTION). "OptnNo" is the variable name for the internal entry number
(index=Name) specifies iteration over the "B" index of file 19 (OPTION).  
(IEN) of this file, so "index=OptnNo" would specifiy iteration over the
"OptnNo" is the variable name for the (IEN) of this file
IEN. Optional parameters "find" and "filter" can further refine the
    so "index=OptnNo" would specifiy iteration over the IEN.  
iteration.
Optional parameters  
 
"find" Optional parameter -- further refine the iteration.
"format=OptnNo;Name;MenuText" is optional. It specifies 3 output fields
"filter" Optional parameters -- further refine the iteration.
per data record. Default output is an HTML table but many other
"format=OptnNo;Name;MenuText" is optional.  
possibilities are readily available.
    It specifies 3 output fields per data record.  
  Default output is an HTML table but many other possibilities are readily available.

Revision as of 22:53, 10 October 2006

Put some stuff here...

Jim Self said...

I have a different set of utilities in M2Web (see http://vista.vmth.ucdavis.edu/rtn/view*) for traversing and processing records defined by Fileman (or otherwise). These make use of ^iterator and variable names derived from Fileman field labels to make extremely concise yet readable processing specifications. Using these utilities makes applications routines, smaller, simpler, more readable, and often more general also.

- example: http://vista.vmth.ucdavis.edu/query/?dbfile=19&index=Name&format=OptnNo;Name;MenuText

This

(index=Name) specifies iteration over the "B" index of file 19 (OPTION). 
"OptnNo" is the variable name for the (IEN) of this file
    so "index=OptnNo" would specifiy iteration over the IEN. 
Optional parameters 
"find" Optional parameter -- further refine the iteration.
"filter" Optional parameters -- further refine the iteration.
"format=OptnNo;Name;MenuText" is optional. 
   It specifies 3 output fields per data record. 
  Default output is an HTML table but many other possibilities are readily available.