Hi,
We are creating a multiselect prompt for which data being populated using Recordset (Not creating any dynamo).
Our table from which data is being selecetd in recordset has 400 records but the prompt shows only 100 records.
We have found that even recordset is having 100 records in it by running a for loop like
for(i=0;!rs.EOF;i++)
{
rs.MoveNext();
}
and then printing 'i' gives us the number of records in recordset as 100.
Pl. suggest us why this is happening.
Regards,
We are creating a multiselect prompt for which data being populated using Recordset (Not creating any dynamo).
Our table from which data is being selecetd in recordset has 400 records but the prompt shows only 100 records.
We have found that even recordset is having 100 records in it by running a for loop like
for(i=0;!rs.EOF;i++)
{
rs.MoveNext();
}
and then printing 'i' gives us the number of records in recordset as 100.
Pl. suggest us why this is happening.
Regards,