- This topic has 2 replies, 2 voices, and was last updated 12 years, 10 months ago by .
Viewing 3 posts - 1 through 3 (of 3 total)
Viewing 3 posts - 1 through 3 (of 3 total)
- You must be logged in to reply to this topic.
Integrated Application Platform
Integrated Application Platform › Forums › General › Browse functionality
Slowly learning suneido.
Language as a whole like that.
Browse functionality is not enough:
1. Reading large amounts of data slow, VirtualBrowse does not work.
2. There is no function – copy the current record.
3. There is no possibility of entering the column. (in each case has to set the cursor to the right column)
Yes, Browse is not good for large data 🙁
To display (but not edit) large amounts of data you can use ListView. This is what QueryView uses.
One option would be to add editing to ListView
It should be easy to add an option to copy a record.
What do you mean by “entering the column”? You can tab through the columns.
@amckinlay wrote:
What do you mean by “entering the column”? You can tab through the columns.
When adding a new record – the current column should remain the same.
Also, I do not like that table and field names must have unique names. They are not comfortable.
Example: (Tables, ‘ensures’, table: ‘biz_comdata_responses’,
schema: ‘(bizcomres_num, bizcomres_text)
key (bizcomres_num) ‘)
Edit function: Datadict (fieldname, tablename = false)
Description fields can be established: “Field_” + GlobalPrefix + tablename + fieldname