Aller au contenu principal

Recherche

Recherche

Sql Select - Vb Script - Syntax Validation

Commentaires

1 commentaire

  • Avatar
    Ian Cummings
    Modérateur

    In our example for the OnFillList, the Do...Loop has something like the below:

    strNames = ""
    rs.MoveFirst()
    do while NOT rs.EOF
        strNames = strNames + rs.fields("FieldName") + vbCrLf
        rs.MoveNext()
    loop
    
    

    I suspect that what you have here in your code might be the root of the problem.

    0

Vous devez vous connecter pour laisser un commentaire.