Sybase InfoMaker 11.5, CD, Win, ENG Spécifications Page 712

  • Télécharger
  • Ajouter à mon manuel
  • Imprimer
  • Page
    / 828
  • Table des matières
  • MARQUE LIVRES
  • Noté. / 5. Basé sur avis des utilisateurs
Vue de la page 711
IsRowNew
690 InfoMaker
Examples
This expression in a computed field in the detail area displays true or false to
indicate whether each row has been modified:
IsRowModified()
This expression defined in the Properties view for the Color property of the
computed field displays the text (
true) in red if the user has modified any value
in the row:
If(IsRowModified(), 255, 0)
See also
GetRow
IsRowNew
Description Reports whether the row has been newly inserted.
Syntax IsRowNew ( )
Return value
Boolean. Returns true if the row is new and false if it was retrieved from the
database.
Usage In a report, when you call IsRowNew in bands other than the detail band, it
reports on a row in the detail band. See
GetRow for a table specifying which
row is associated with each band for reporting purposes.
Examples This expression defined in the Properties view for the Protect property of a
column prevents the user from modifying the column unless the row has been
newly inserted:
If(IsRowNew(), 0, 1)
See also
GetRow
IsSelected
Description Determines whether the row is selected. A selected row is highlighted using
reverse video.
Syntax IsSelected ( )
Return value
Boolean. Returns true if the row is selected and false if it is not selected.
Vue de la page 711
1 2 ... 707 708 709 710 711 712 713 714 715 716 717 ... 827 828

Commentaires sur ces manuels

Pas de commentaire