ONLINE HELP WINDEV, WEBDEV AND WINDEV MOBILE
Version: 2425262728
Finding out the characteristics of Memo item Hide the details
Information about the binary memo. Empty string ("") if the memo is empty.The information is separated by TAB characters. This information is as follows: <Type>+TAB+<Name>+TAB+<Size>+TAB+<Date>+TAB+<Time>+TAB+<Info> TypeType of memo. This parameter can take the following values: "TXT" for the text memos, "IMG", "WAV", "OLE", "BIN" or "BAD" ("BAD" indicates that the binary memo is not stored properly)NameName of source file as it was specified in <Source>.LinkMemo.SizeSize of source file in bytes. For a text memo, this size is expressed in number of characters.DateDate of source file in "YYYYMMDD" format.TimeTime of source file in "HHMMSS" formatInfoUser information as it was specified in <Source>.LinkMemoIf the memo is a text memo, the name, the date, the time and the user information are not filled. The type is set to "TXT". Example of value returned by a text memo whose size is 25: "TXT"+TAB+TAB+25+TAB+TAB+TAB.If the memo is a binary memo that was not assigned by <Source>.LinkMemo, the name, date, time and information are not specified. The type is set to "BIN". Example of value returned by a binary memo whose size is 1202: "BIN"+TAB+TAB+1202+TAB+TAB+TAB. The information about the memo will not be saved. The only information returned by <Source>.InfoMemo corresponds to: the size of memo,an empty string ("") if there is no size. For example: "TXT" (or "BIN")+TAB+TAB+25+TAB+TAB+TAB.
Name of data file (query of view) used.
Name of memo item to use.
Last update: 05/26/2022
Send a report | Local help
Searching...
I accept the terms of the license agreement
All you have to do is configure your product as follows: