CodeCharge Studio
search Register Login  

Web Reports

Visually create Web Reports in PHP, ASP, .NET, Java, Perl and ColdFusion.
CodeCharge.com

YesSoftware Forums -> Archive -> GotoCode Archive

 Adding Record No. / Serial No. to a Grid Table

Print topic Send  topic

Author Message
Eghawt
Posted: 07/26/2002, 10:11 PM

I appreciate if some one can give me an idea as to how I can add a column to a table grid showing record number /serial number.

I am using CCS and ASP.

Thanks

Eghawt
Nicole
Posted: 07/30/2002, 1:30 AM

Hello,
well, to do it declare the counter variable at the top of event file, e.g.:
Dim number
number = 0

Assuming that you have added special columns and e.g. label field to the grid form to display record number create Before Show Row event for the form like:
number = number +1
form_name.label_field_name.Value = number
mycomputer
Posted: 10/27/2002, 6:08 PM

Hello,
well, to do it declare the counter variable at the top of event file, e.g.:
Dim number
number = 0

Assuming that you have added special columns and e.g. label field to the grid form to display record number create Before Show Row event for the form like:
number = number +1
form_name.label_field_name.Value = number

and how?
If I set Maximum record per page to 10
if new page it reset 1 why
please help me asp code

   


These are Community Forums for users to exchange information.
If you would like to obtain technical product help please visit http://support.yessoftware.com.

MS Access to Web

Convert MS Access to Web.
Join thousands of Web developers who build Web applications with minimal coding.

CodeCharge.com

Home   |    Search   |    Members   |    Register   |    Login


Powered by UltraApps Forum created with CodeCharge Studio
Copyright © 2003-2004 by UltraApps.com  and YesSoftware, Inc.