You are on page 1of 3

ScrollSelect - PeopleCode Commands Directory

ScrollSelect
Usage: [&numberRows=]ScrollSelect(&LevelNumber, [RECORD.Level1RecordName, &Level1Row, [RECORD.Level2RecordName, &Level2Row, ]] RECORD.TargetRecordName, RECORD.RecordName [, &WhereOrderString [, &BindVariable1 ]... ] [, &isTurbo]); Description: DEPRECATED Loads specified scroll from database applying where clause and ordering under single parent row. Use RowSet.Select

ScrollSelectNew - PeopleCode Commands Directory


ScrollSelectNew
Usage: [&numberRows=]ScrollSelectNew(&LevelNumber, [RECORD.Level1RecordName, &Level1Row, [RECORD.Level2RecordName, &Level2Row, ]] RECORD.TargetRecordName, RECORD.RecordName [, &WhereOrderString [, &BindVariable1 ]... ] [, &isTurbo]); Description: DEPRECATED Loads specified scroll from database applying where clause and ordering under single parent row. The rows are marked as New so they will be inserted into the database. Use RowSet.Select

ScrollFlush - PeopleCode Commands Directory


ScrollFlush
Usage: ScrollFlush([RECORD.Level1RecordName, &Level1Row, [RECORD.Level2RecordName, &Level2Row, ]] RECORD.TargetRecordName); Description: DEPRECATED Removes all rows from a page scroll and component buffer not database. Use RowSet.Flush

SendMail - PeopleCode Commands Directory


SendMail
Usage: &errorCode=SendMail(&PlatformFlags, &To, &Cc, &Bcc, &Subject, &Text[, &AttachmentFilenames][, &AttachmentTitles][, &From][, &ToSeparator][, &ContentType][, &ReplyTo][, &Sender]);

Description: Returns 0 if email successfully sent

FetchValue - PeopleCode Commands Directory


FetchValue
Usage: &value=FetchValue( [RECORD.RecordName1, &RowLevel1 , [ RECORD.RecordName2, &RowLevel2, ]... &TargetRowNumber, [RecordName.]FieldName); Description: Returns value from buffer fields (outside current context). Use &Field.Value now.

SQLExec - PeopleCode Commands Directory


SQLExec
Usage: [&isOK=]SQLExec({&SQLStatement | SQL.SqlName} [, &BindVariable1]... [, SelectedValue1]...); Description: Executes SQL statement, if select returns only 1 row, bind variables marked :1, :2 etc. in SQL Statement. SPr, WFl, Spo, FCh Only

RowScrollSelect - PeopleCode Commands Directory


RowScrollSelect
Usage: [&numberRows=]RowScrollSelect(&LevelNumber, [RECORD.Level1RecordName, &Level1Row, [RECORD.Level2RecordName, &Level2Row, ]] RECORD.TargetRecordName, RECORD.RecordName [, &WhereOrderString [, &BindVariable1 ]... ] [, &isTurbo]); Description: DEPRECATED Loads specified scroll from database applying where clause and ordering under single parent row. Use RowSet.Select If this has not an

RowFlush - PeopleCode Commands Directory


RowFlush

Usage: RowFlush([RECORD.Level1RecordName, &Level1Row, [RECORD.Level2RecordName, &Level2Row, ]] RECORD.TargetRecordName, &TargetRowNumber); Description: DEPRECATED Removes a specific row from a page scroll and component buffer not database. Use RowSet.FlushRow

RowScrollSelectNew - PeopleCode Commands Directory


RowScrollSelectNew
Usage: [&numberRows=]RowScrollSelectNew(&LevelNumber, [RECORD.Level1RecordName, &Level1Row, [RECORD.Level2RecordName, &Level2Row, ]] RECORD.TargetRecordName, RECORD.RecordName [, &WhereOrderString [, &BindVariable1 ]... ] [, &isTurbo]); Description: DEPRECATED Loads specified scroll from database applying where clause and ordering under single parent row. The rows are marked as New so they will be inserted into the database. Use RowSet.Select

You might also like