N
Natasha
Please help if someone knows how to convert Visual Basic commands to
Powerbuilder. I create bookmarks on the fly and populate them with
descriptions. Some descriptions I have to insert with tabbing or
indentions. I need correct syntax for Powerbuilder. What I used is not
working.
For example:
iole_object.Selection.Font.Underline = False
iole_object.Selection.Font.Bold = False
iole_object.Selection.TypeParagraph
These commands are fine. I have no problems.
Powerbuilder doesn't accept commands like :
1) iole_object.Selection.Paragraph.TabIndent or
iole_object.Selection.Paragraph.TabIndent = 1 - for tabbing
2)
iole_object.Selection.Paragraphs.LeftIndent = 1 or
iole_object.Selection.Paragraphs.LeftIndent - for indent
3) I need to create a bookmark, insert a word and hightlight it.
Nothing works for Powerbuilder.
I'll appreciate very much for help. Thank you in advance.
Powerbuilder. I create bookmarks on the fly and populate them with
descriptions. Some descriptions I have to insert with tabbing or
indentions. I need correct syntax for Powerbuilder. What I used is not
working.
For example:
iole_object.Selection.Font.Underline = False
iole_object.Selection.Font.Bold = False
iole_object.Selection.TypeParagraph
These commands are fine. I have no problems.
Powerbuilder doesn't accept commands like :
1) iole_object.Selection.Paragraph.TabIndent or
iole_object.Selection.Paragraph.TabIndent = 1 - for tabbing
2)
iole_object.Selection.Paragraphs.LeftIndent = 1 or
iole_object.Selection.Paragraphs.LeftIndent - for indent
3) I need to create a bookmark, insert a word and hightlight it.
Nothing works for Powerbuilder.
I'll appreciate very much for help. Thank you in advance.