Connection Information

To perform the requested action, WordPress needs to access your web server. Please enter your FTP credentials to proceed. If you do not remember your credentials, you should contact your web host.

Connection Type

LineCount – PB Docs 125 – PowerBuilder Library

LineCount – PB Docs 125

LineCount method (DataWindows)

Description

Determines the number of lines in an edit control that allows
multiple lines.

Controls

DataWindow type

Method applies to

PowerBuilder

DataWindow control

Web ActiveX

DataWindow control

Syntax

[PowerBuilder]

[Web ActiveX]

Argument

Description

dwcontrol

A reference to a DataWindow control

Return Values

Returns the number of lines in dwcontrol if
it succeeds and –1 if an error occurs. If dwcontrol is
null, LineCount returns null.

Usage

LineCount counts each visible line, whether
it was the result of wrapping or carriage returns.

When you call LineCount for a DataWindow,
it reports the number of lines in the edit control over the current
row and column. A user can enter multiple lines in a DataWindow
column only if it has a text datatype and its box is large enough
to display those lines.

The size of the column’s box determines the number
of lines allowed in the column. When the user is typing, lines do
not wrap automatically; the user must press Enter to type additional
lines.

note.png PowerBuilder environment

For use with other PowerBuilder controls, see LineCount in
the PowerScript Reference.

Examples

If the MultiLineEdit mle_Instructions has
9 lines, this example sets li_Count to 9:

These statements display a MessageBox if fewer than
two lines have been entered in the MultiLineEdit mle_Address:


Document get from Powerbuilder help
Thank you for watching.
Was this article helpful?
Subscribe
Notify of
guest
0 Comments
Oldest
Newest Most Voted
Inline Feedbacks
View all comments
0
Would love your thoughts, please comment.x
()
x