Congratulations on creating the Bugs section of the forums.
1. Is the Bugs forum intended to be a place only for you to list known bugs, or can users post here too?
2. If users can post there, would this post about HNLR be appropriate for there, or is that forum strictly for HyperNext bugs?
_____
A search of the forums revealed no posting on the following (I apologize if I missed it):
The section in HMLR that deals with listboxes (pages 121-133) appears to be a mishmash of canvas and listbox info. I suspect that when you were writing it, you had copied the section on canvases and were in the process of adapting it to listboxes when you were called away to something else, and you never got back to finishing it.) This prompts the following questions:
3. I assume that the first command in the list which is shown as "CanvasIDFN" should acutally read "ListboxIDFN"?
4. Should all the other occurrences of the word "canvas" in this section be replaced with the word "listbox"?
5. Are the any commands listed there that need additional corrections to be accurate (aside from replacing "canvas" with "listbox")?
6. Are there other listbox commands that you intended to add to this section (that were not in the original canvas section you were in the process of adapting)?
For the project I'm working on, I need to use a lot of listboxes and I want to be sure that I understand their properties and commands. Which leads to my final question:
7. Listboxes and arrays appear to have analog structures, and in my project it is my intent to move information back and forth from them extensively. What would be the procedure for copying entire listboxes into arrays (or vica versa)? I assume I can do it with loops, copying one line at a time, but I'm hoping there is a more compact, quicker way to do this.
Thanks for all your help.