Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Macrosubstitution equivalent
Message
De
11/08/2004 06:58:58
 
 
À
10/08/2004 12:27:57
Evans Carl
System Answers Consulting, Inc
Big Lake, Minnesota, États-Unis
Information générale
Forum:
ASP.NET
Catégorie:
Autre
Divers
Thread ID:
00931956
Message ID:
00932275
Vues:
14
Thanks, Carl. My tables are HTML tables, identified by ID. If I'd know their names, I'd use Table1.Rows.Add(whatever cell here). Problem is Table1 is an object. If I'd obtain the name through concatenetion of "Table" + a variable (i have multiple tables), I'd get a string. I need the object refeered by that string (that's exactly what EVALUATE does).

Anyway, thanks. I'll figure a way, eventually.

Thank you.

>Grigore,
>
>I'm not a 100% sure what your trying to accomplish but I sure miss EVALUATE from Foxpro.
>
>If I want to check values in a table I would do something like the following
>
> Dim IchkTable As IEnumerator
> IchkTable = adoRS.Tables.GetEnumerator()
> Do While IchkTable.MoveNext
>
> If IchkTable.Current("TableNameValue") Is Nothing Then
> 'do some row checking
> End If
>
> Loop
>I hope this helps
Grigore Dolghin
Class Software.
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform