-------- Original Message -------- Subject: [Metakit] cannot hash subviews Date: Fri, 28 Nov 2003 12:42:33 +0100 From: Riccardo Cohen <[EMAIL PROTECTED]> Organization: articque To: Metakit list <[EMAIL PROTECTED]>
Hi, I have a view with subviews :
c4_View ax=db.GetAs("ax[px:I,ay[py:I,value:S],ayh[_H:I,_R:I]]");
I would like to hash every subview "ay" with view "ayh"
Here is what I do :
px(rowx)=idx;
foundx=ax.Find(rowx);
if (foundx<0)
{
ax.Add(rowx);
foundx=ax.Find(rowx);
}
ay=ayprop(ax[foundx]);
ayh=ayhprop(ax[foundx]);
ay=ay.Hash(ayh,1);I found in kitviewer that the column "ayh" is empty. which means that the "ayh" property is not added, only px and ay.
Is it normal ?
Thanks
-- Riccardo Cohen
Articque Les Roches 37230 Fondettes France web = http://www.articque.com tel: +33 02 47 49 90 49 fax: +33 02 47 49 91 49
_____________________________________________ Metakit mailing list - [EMAIL PROTECTED] http://www.equi4.com/mailman/listinfo/metakit
-- Riccardo Cohen
Articque Les Roches 37230 Fondettes France web = http://www.articque.com tel: +33 02 47 49 90 49 fax: +33 02 47 49 91 49
_____________________________________________ Metakit mailing list - [EMAIL PROTECTED] http://www.equi4.com/mailman/listinfo/metakit
