Guest --Rafa -- Postado Julho 11, 2008 Denunciar Share Postado Julho 11, 2008 ola pessoal, c eu utiliza o método nextRecord(); --->> reNomes.nextRecord(); ele vai me retornar o registro do id seguinte não é? ? como fazer para receber o primeiro registro do id 0 do RecordEnumeration ? ou seja o registro atual Citar Link para o comentário Compartilhar em outros sites More sharing options...
0 iSoron Postado Julho 16, 2008 Denunciar Share Postado Julho 16, 2008 Segundo a documentação:The first call to nextRecord() returns the record data from the first record in the sequence. Subsequent calls to nextRecord() return the next consecutive record's data. To return the record data from the previous consecutive from any given point in the enumeration, call previousRecord(). On the other hand, if after creation, the first call is to previousRecord(), the record data of the last element of the enumeration will be returned. Each subsequent call to previousRecord() will step backwards through the sequence until the beginning is reached.Ou seja, na primeira chamada, ele retorna o primeiro registro.Nota: Os ids começam em 1, se não me engano. Citar Link para o comentário Compartilhar em outros sites More sharing options...
Pergunta
Guest --Rafa --
ola pessoal,
c eu utiliza o método nextRecord(); --->> reNomes.nextRecord(); ele vai me retornar o registro do id seguinte não é? ?
como fazer para receber o primeiro registro do id 0 do RecordEnumeration ? ou seja o registro atual
Link para o comentário
Compartilhar em outros sites
1 resposta a esta questão
Posts Recomendados
Participe da discussão
Você pode postar agora e se registrar depois. Se você já tem uma conta, acesse agora para postar com sua conta.