Tech Tip: Selecting Programmatically a Picture in the Text Flow in 4D Write
PRODUCT: 4D Write | VERSION: 6.5 | PLATFORM: Mac & Win
Published On: April 20, 2001
If you want to select a picture located in the text flow of a 4D Write area, you can use the WR SELECT command with a selector type of 4 (picture). When using that command, make sure you pass the rank of the picture in the text flow and not its position as stated in the documentation.
The following example selects the third picture in the area "MyArea":
WR SELECT (MyArea;4;3)