Yes, it can be done.
The DTC Grid is only a method of 'Drawing' a Table with the record field
values embedded. If you run up your page and look at the source from 'VIEW'
in the browser, it will look like any other HTML Table. What you have to do,
and I have just done it, is to address each row and cell using rows() and
cells() etc, etc. It is quite a mind bender. You should also make a habit of
giving each column an 'name = whatever' when setting up the Grid as the
properties dialogue. This will give you indexed Column Name, e.g. (Column,
x). Bear in mind when HTML is created with more than one element with the
same 'name' it can only be referred by using the index of each 'name' -
effectively it is creating a multi-dimensional array (as a sort of analogy).
Unfortunately, I am at work at the moment but if you are still in trouble
during the weekend, shout again and maybe I can shift some code your way.
Regards.
JOHN C BEARD - M.I.E.R.E.
Managing Director
PRECISION ELECTRONICS PERSONNEL LTD.,
521 Wimborne Road East,
Ferndown,
Dorset.
BH22 9NH
Tel: +44 (0) 1202 872794
Fax: +44 (0) 1202 861660
Email 1: vn08@d...
Email 2: info@p...
URL: www.pepx.com
----- Original Message -----
From: <xvoyager@h...>
To: "Interdev_Programming" <interdev_programming@p...>
Sent: Thursday, March 29, 2001 7:07 PM
Subject: Using DTC Grid
> Hi there,
>
> I created a DTC Grid on ASP page and I was abled to navigate throught each
> record. I also added a DTC button on the same page and what I was
> attempting to do is to display a value of a specific column (Eg. Name of
> the Employee) from the DTC Grid into a message box. Could this be done?
> Any help or suggestion is appreciated.
>
>