Hi all,
I’m scrolling trough the different records of a file using a List Box linked to a field of this file.
The List Box has the following settings:
- style = 2
- rowsourcetype = 2
- rowsource = “TOOLS.tool_ID” (being TOOLS the alias of the file, tools_ID the name of the field which content I like to have shown in the List Box)
In the same form I also have some Text Boxes, supposed to show other fields of the same record selected in the List Box, allowing, as an example, the user to modify the field content.
These Text Boxes have settings
- controlsource = “TOOLS.XXXX” (where XXXX is the name of the field which content is supposed to be shown in that Text Box)
I have the following inconveniences:
- When firstly showing the List Box no content is appearing on it (I only get an empty blue bar). The user needs to drop the list to see some content. This happens also after having issued GO TOP for the file after it has been selected, and before giving the focus to the List Box.
- Text boxes on the contrary immediately get the content of the record selected when issuing GO TOP, but, while scrolling the List Box they do not change anymore consequently not showing the content of the record currently selected.
How can I solve above issues?
Thanks in advance for your help.
Ildegardo
I’m scrolling trough the different records of a file using a List Box linked to a field of this file.
The List Box has the following settings:
- style = 2
- rowsourcetype = 2
- rowsource = “TOOLS.tool_ID” (being TOOLS the alias of the file, tools_ID the name of the field which content I like to have shown in the List Box)
In the same form I also have some Text Boxes, supposed to show other fields of the same record selected in the List Box, allowing, as an example, the user to modify the field content.
These Text Boxes have settings
- controlsource = “TOOLS.XXXX” (where XXXX is the name of the field which content is supposed to be shown in that Text Box)
I have the following inconveniences:
- When firstly showing the List Box no content is appearing on it (I only get an empty blue bar). The user needs to drop the list to see some content. This happens also after having issued GO TOP for the file after it has been selected, and before giving the focus to the List Box.
- Text boxes on the contrary immediately get the content of the record selected when issuing GO TOP, but, while scrolling the List Box they do not change anymore consequently not showing the content of the record currently selected.
How can I solve above issues?
Thanks in advance for your help.
Ildegardo