Mikko Harjula <[EMAIL PROTECTED]> writes:

> I have queries like 'select %ID,...' in csp pages and in one case I
> get an integer ID values and in another I get values like: '1||1',
> '1||2', ...  where the later number is the ID.  Why is that?

The class that gived these '1||1', '1||2', '1||3' indexes has storage
like this:

^Pack.DataD=3
^Pack.DataD(1,1)=<<$LB("",...)>>
^Pack.DataD(1,2)=<<$LB("",...)>>
^Pack.DataD(1,3)=<<$LB("",...)>>

This class is a child in parent child relationship and is the many
side in a one to many relationship to another class.

The question is how should I store the ID's in the hidden field of a
csp page form?

-- 
Mikko Harjula                   tel.   +358-3-316 7552
[EMAIL PROTECTED]         mobile +358-40-778 6669

Reply via email to