[Arsperl-devel] ARSperl/html/manual ars_CreateVUI.html, 1.1, 1.2 ars_LoadQualifier.html, 1.2, 1.3 a
Brought to you by:
jeffmurphy
Update of /cvsroot/arsperl/ARSperl/html/manual In directory sc8-pr-cvs11.sourceforge.net:/tmp/cvs-serv10869/html/manual Modified Files: ars_CreateVUI.html ars_LoadQualifier.html ars_SetField.html ars_SetFilter.html ars_SetSchema.html ars_SetVUI.html Log Message: fixed memory leaks; bugfix for rev_ARArchiveInfoStruct Index: ars_SetSchema.html =================================================================== RCS file: /cvsroot/arsperl/ARSperl/html/manual/ars_SetSchema.html,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** ars_SetSchema.html 6 Mar 2007 01:54:26 -0000 1.1 --- ars_SetSchema.html 21 Apr 2007 22:22:06 -0000 1.2 *************** *** 10,14 **** populate the <CODE>schemaHash</CODE> before calling this routine. <P><CODE>name</CODE> is the schema name. ! <P><CODE>schemaHash</CODE> is a <A HREF="ds_schema.html">Schema Attributes</a> hash. --- 10,14 ---- populate the <CODE>schemaHash</CODE> before calling this routine. <P><CODE>name</CODE> is the schema name. ! <P><CODE>schemaHash</CODE> is a partially assigned <A HREF="ds_schema.html">Schema Attributes</a> hash. Index: ars_LoadQualifier.html =================================================================== RCS file: /cvsroot/arsperl/ARSperl/html/manual/ars_LoadQualifier.html,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** ars_LoadQualifier.html 4 Sep 1997 00:12:34 -0000 1.2 --- ars_LoadQualifier.html 21 Apr 2007 22:22:06 -0000 1.3 *************** *** 8,14 **** Converts a qualifier string into a scalar qualifier record.<P> ! When mapping field names, the server will refer to the view specified ! in displayTag. If no view is specified, the server will use the ! default admin view. <DL> --- 8,18 ---- Converts a qualifier string into a scalar qualifier record.<P> ! The qualifier string may contain field IDs or field labels. Using field labels, ! however, does reportedly not always work reliable, so it is strongly recommended ! to use field IDs.<P> ! When mapping field labels, the server will refer to the view specified ! in <code>displayTag</code>. If no view is specified, the server will use the ! default admin view. It is NOT possible to use database names (returned as "fieldName" ! by <a href="ars_GetField.html"><code>ars_GetField</code></a>) in a qualifier string. <DL> *************** *** 22,26 **** <PRE> ! ($q = ars_LoadQualifier($c, "User", "'Login name' = \"jmurphy\"")) || die $ars_errstr; </PRE> --- 26,30 ---- <PRE> ! ($q = ars_LoadQualifier($c, "User", "'101' = \"jmurphy\"")) || die $ars_errstr; </PRE> *************** *** 37,39 **** <A HREF="toc.html"><IMG ALT="<--" SRC="arrow.gif" ALIGN=CENTER> Back to Table of Contents </A> </BODY> ! </HTML> \ No newline at end of file --- 41,43 ---- <A HREF="toc.html"><IMG ALT="<--" SRC="arrow.gif" ALIGN=CENTER> Back to Table of Contents </A> </BODY> ! </HTML> Index: ars_SetField.html =================================================================== RCS file: /cvsroot/arsperl/ARSperl/html/manual/ars_SetField.html,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** ars_SetField.html 6 Mar 2007 01:54:26 -0000 1.1 --- ars_SetField.html 21 Apr 2007 22:22:06 -0000 1.2 *************** *** 10,15 **** populate the <CODE>fieldHash</CODE> before calling this routine. <P><CODE>schema</CODE> is the name of the schema containing the field. ! <P><CODE>fieldId</CODE> is numeric id of the field. ! <P><CODE>fieldHash</CODE> is an <A HREF="ds_field_hash.html">Field Attributes</a> hash. --- 10,15 ---- populate the <CODE>fieldHash</CODE> before calling this routine. <P><CODE>schema</CODE> is the name of the schema containing the field. ! <P><CODE>fieldId</CODE> is the numeric id of the field. ! <P><CODE>fieldHash</CODE> is a partially assigned <A HREF="ds_field_hash.html">Field Attributes</a> hash. Index: ars_CreateVUI.html =================================================================== RCS file: /cvsroot/arsperl/ARSperl/html/manual/ars_CreateVUI.html,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** ars_CreateVUI.html 6 Mar 2007 01:54:26 -0000 1.1 --- ars_CreateVUI.html 21 Apr 2007 22:22:06 -0000 1.2 *************** *** 5,12 **** <BODY BGCOLOR="#FFFFFF"> ! <H2><CODE>ars_CreateVUI(ctrl, vuiHash)</CODE></H2> This function creates a new VUI. You must first populate the <CODE>vuiHash</CODE> before calling this routine. <P><CODE>vuiHash</CODE> is an <A HREF="ds_getvui_hash.html">VUI Attributes</a> hash. --- 5,13 ---- <BODY BGCOLOR="#FFFFFF"> ! <H2><CODE>ars_CreateVUI(ctrl, schema, vuiHash)</CODE></H2> This function creates a new VUI. You must first populate the <CODE>vuiHash</CODE> before calling this routine. + <P><CODE>schema</CODE> is the name of the schema containing the VUI. <P><CODE>vuiHash</CODE> is an <A HREF="ds_getvui_hash.html">VUI Attributes</a> hash. Index: ars_SetVUI.html =================================================================== RCS file: /cvsroot/arsperl/ARSperl/html/manual/ars_SetVUI.html,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** ars_SetVUI.html 6 Mar 2007 01:54:27 -0000 1.1 --- ars_SetVUI.html 21 Apr 2007 22:22:06 -0000 1.2 *************** *** 5,13 **** <BODY BGCOLOR="#FFFFFF"> ! <H2><CODE>ars_SetVUI(ctrl, vuiHash)</CODE></H2> This function modifies an existing VUI. You must first populate the <CODE>vuiHash</CODE> before calling this routine. ! <P><CODE>vuiHash</CODE> is an <A HREF="ds_getvui_hash.html">VUI Attributes</a> hash. --- 5,15 ---- <BODY BGCOLOR="#FFFFFF"> ! <H2><CODE>ars_SetVUI(ctrl, schema, vuiId, vuiHash)</CODE></H2> This function modifies an existing VUI. You must first populate the <CODE>vuiHash</CODE> before calling this routine. ! <P><CODE>schema</CODE> is the name of the schema containing the VUI. ! <P><CODE>vuiId</CODE> is the numeric VUI id. ! <P><CODE>vuiHash</CODE> is a partially assigned <A HREF="ds_getvui_hash.html">VUI Attributes</a> hash. Index: ars_SetFilter.html =================================================================== RCS file: /cvsroot/arsperl/ARSperl/html/manual/ars_SetFilter.html,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** ars_SetFilter.html 6 Mar 2007 01:54:26 -0000 1.1 --- ars_SetFilter.html 21 Apr 2007 22:22:06 -0000 1.2 *************** *** 10,14 **** populate the <CODE>filterHash</CODE> before calling this routine. <P><CODE>name</CODE> is the name of the filter. ! <P><CODE>filterHash</CODE> is a <A HREF="ds_getfilter_hash.html">Filter Attributes</a> hash. --- 10,14 ---- populate the <CODE>filterHash</CODE> before calling this routine. <P><CODE>name</CODE> is the name of the filter. ! <P><CODE>filterHash</CODE> is a partially assigned <A HREF="ds_getfilter_hash.html">Filter Attributes</a> hash. |