?
Jetz mach ich es so:
while(!GetDocument()->m_pRs->EndOfFile){
m_fghBenutzerVer.SetTextArray(GenID(liCount,0),strBenutzerID);
m_fghBenutzerVer.SetTextArray(GenID(liCount,1),m_strLoginname);
m_fghBenutzerVer.SetTextArray(GenID(liCount,2), m_strFirstName);
m_fghBenutzerVer.SetTextArray(GenID(liCount,3), m_strLastName);
m_fghBenutzerVer.SetTextArray(GenID(liCount,4), m_strStandort);
m_fghBenutzerVer.SetTextArray(GenID(liCount,5), m_strPhone);
m_fghBenutzerVer.SetTextArray(GenID(liCount,6),strErstelldatum);
m_fghBenutzerVer.SetTextArray(GenID(liCount,7),strLetzteAend);
m_fghBenutzerVer.SetTextArray(GenID(liCount,8),strLetzterLogin);
m_fghBenutzerVer.SetTextArray(GenID(liCount,9),strPWGueltigBis);
m_fghBenutzerVer.SetTextArray(GenID(liCount,10), pRs->m_szKommentar);
m_fghBenutzerVer.SetTextArray(GenID(liCount,11),strStatus);
GetDocument()->m_pRs->MoveNext();
}
trotzdem kriege ich nur den ersten Datensatz