ABL Keywords Flashcards

1
Q

What does the COMPILE statement do?

A

Compiles a procedure file or a class definition file. A compilation can last for a session, or you can save it permanently for use in later sessions.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

What does the CONNECT statement do?

A

Establishes a connection to one or more databases from within an ABL procedure or class.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

What does the CONNECTED statement do?

A

Tells whether a database is connected. If logical name is the logical name or alias is the alias of a connected function returns TRUE.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

What does Find-First( ) Method do?

A

Gets a single record. This method lets a user get the first record that satisfies the predicate expression.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

What does Find-Last do?

A

Gets a single record. This method lets a user get the last record that satisfies the predicate expression.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

What does Find-Unique do?

A

Gets a single record. This method lets the user get a unique record that satisfies the predicate expression.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

What does first buffer do?

A

Returns the handle for the first dynamic buffer in the first table containing a dynamic buffer. The table may either be a temp-table or a connected database, in that order. If no dynamic temp-table or database buffers exist in the session, it returns the unknown value (?).

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

What does First-Child do?

A

The handle of the first widget created in the container widget or the current session.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

What does first column do?

A

A handle to the first column in a browse widget, regardless of the value of its Read-Only attribute or its Visible attribute.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly