Count Property, read only of FormFields class

Property, read only | Member of  ScriptUtils.FormFields | Changes | Purchase | Download

Description

Number of fields in the collection.

Syntax

vCount = FormFields.Count ([Index as Variant = All form fields])
 

Where Type Optional Default Description
 Index  Variant  yes  All form fields  Field name or index. 

Returns

Long

Remarks

Returns a number of all fields in this collection if Index is not specified.
Returns a number of fields specified by Index from FormFields collection either by position or by key.

Examples

Upload - Count number of source fields with a specified name

<%
'Sample file Fields-Count.asp 
' Sample for Count property

Dim Form: Set Form = Server.CreateObject("ScriptUtils.ASPForm")

'was the Form successfully received?
If Form.State = 0 Then
  Dim Field, Index

  Response.Write "<br>Count of Check1:" & Form.Items.Count("Check1")
  Response.Write "<br>Count of Check2:" & Form.Items.Count("Check2")
  Response.Write "<br>Count of Check3:" & Form.Items.Count("Check3")
  Response.Write "<br>Count of Select field:" & Form.Items.Count("Select field")

  Response.Write "<br>"
  Response.Write "<br>Count of file fields:" & Form.Files.Count
  Response.Write "<br>Count of text fields:" & Form.Texts.Count

  Response.Write "<br>"
  Response.Write "<br>Count of field no.1:" & Form.Items.Count(1)
  Response.Write "<br>Count of field no.28:" & Form.Items.Count(28)
End If'Form.State = 0 then

%>  
<br>sample For <A Href=http://www.motobit.com>HugeASP upload</A>
<br>Sample For Count property
<form name="file_upload" method="POST" ENCTYPE="multipart/form-data" >
<input Name=SourceFile2 Type=File><br>
<input Name=Description1><br>
<input Type=CheckBox Checked Name=Check1>Check 1<br>
<input Type=CheckBox Checked Name=Check1>Check 1<br>
<input Type=CheckBox Checked Name=Check2>Check 2<br>
<SELECT NAME="Select field" MULTIPLE>
  <OPTION VALUE="Option 1" SELECTED>Option 1
  <OPTION VALUE="Option 2" SELECTED>Option 2
  <OPTION VALUE="Option 3" SELECTED>Option 3
  <OPTION VALUE="Option 4">Option 4
</SELECT><br>
<input Name=SubmitButton Value="Submit >>" Type=Submit><br>
</Form>


Count of Check1:2
Count of Check2:1
Count of Check3:0
Count of Select field:3

Count of file fields:1
Count of text fields:8

Count of field no.1:1
Count of field no.28:0

See also

FormFields.Item

Other links for Count

Methods of FormFields class

Save

Properties of FormFields class

Count, Files, Item, Items, MultiItem, Texts

ScriptUtils.FormFields

Contains collection of document fields of files.

ScriptUtils

Huge ASP upload is easy to use, hi-performance ASP file upload component with progress bar indicator. This component lets you upload multiple files with size up to 4GB to a disk or a database along with another form fields. Huge ASP file upload is a most featured upload component on a market with competitive price and a great performance . The software has also a free version of asp upload with progress, called Pure asp upload , written in plain VBS, without components (so you do not need to install anything on server). This installation package contains also ScriptUtilities library. Script Utilities lets you create hi-performance log files , works with binary data , you can download multiple files with zip/arj compression, work with INI files and much more with the ASP utility.

© 1996 - 2011 Antonin Foller, Motobit Software | About, Contacts | e-mail: info@pstruh.cz


Other Motobit links:   IISTracer, real-time IIS monitor   ASP file upload - upload files to ASP. 
ActiveX/VBSScript registry editor  ActiveX NT User account manager  Export MDB/DBF from ASP Active LogFile  Email export  ActiveX/ASP Scripting Dictionary object