Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Append does not move down to next row
Message
De
12/12/1999 02:00:37
 
 
À
11/12/1999 07:49:20
Information générale
Forum:
Visual FoxPro
Catégorie:
Gestionnaire d'écran & Écrans
Divers
Thread ID:
00302207
Message ID:
00302358
Vues:
23
>I have a table in a grid, in the last column of that grid, after the user presses the Enter key, it will do:
>append blank
>It allows the user to enter a new record in next row, then at the end of that row, the user press Enter again, it should do the Append blank again. But this time, the cursor will move to the first column of the same row but not move down into the next row.
>Then I tried to add a button to do the 'Append Blank' manually when clicked, but an error occured 'file is in use by another user.'
>I have set the table into buffermode 5 by:
>=cursorsetprop("buffering",5,"table")
>What should we do?
APPEND BLANK IN ( .RecordSource )
*** Find out which column is the first column
FOR EACH loColumn IN .Columns
  IF loColumn.ColumnOrder = 1
    loColumn.SetFocus()
    EXIT
  ENDIF
ENDFOR
Marcia
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform