Documentation

Trace:

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Next revision
Previous revision
Next revision Both sides next revision
visionx:faq_tech [2021/06/30 10:48]
admin created
visionx:faq_tech [2021/06/30 10:54]
admin
Line 1: Line 1:
 ~~NOTRANS~~ ~~NOTRANS~~
 ~~Title: Technical FAQ ~~ ~~Title: Technical FAQ ~~
 +
 +==== Firewall setup ====
 +
 +VisionX requires http (port 80) and https (port 443) to cloud.sibvisions.com for e.g. solution store, cloud management and other features.
  
 ==== Which database & which platform are you using? ==== ==== Which database & which platform are you using? ====
Line 16: Line 20:
 ==== Which Vaadin UI version is included? ==== ==== Which Vaadin UI version is included? ====
 We use the latest [[https://​sourceforge.net/​projects/​jvx/​files/​vaadin%20UI/​|Vaadin UI]] based on Vaadin 8.1.6. The system requirements for Vaadin 8.1.6 can be found [[https://​vaadin.com/​download/​release/​8.1/​8.1.6/​release-notes.html#​supportedversions|here]]. We use the latest [[https://​sourceforge.net/​projects/​jvx/​files/​vaadin%20UI/​|Vaadin UI]] based on Vaadin 8.1.6. The system requirements for Vaadin 8.1.6 can be found [[https://​vaadin.com/​download/​release/​8.1/​8.1.6/​release-notes.html#​supportedversions|here]].
 +
 +==== When dragging a table into a screen...Do you query all records ====
 +
 +We have lazy loading everywhere and per default we only load the records that you see on the screen and some more to fill a buffer. We usually load records for about 100 milliseconds but at least the visible amount. The scrollbar shows that more rows are there. When you scroll down, more rows are loaded. The speed depends on the database query/​performance and network speed.
 +
 +==== Is it possible to search based on 2 or more columns (but not all columns) ====
 +
 +No problem, just drag another search field from the bottom of the screen. Choose a column and condition (equal, smaller, ...) for each field. All of them will be combined with an AND. A search field without specific condition will act as full-text search for "all columns"​.
This website uses cookies for visitor traffic analysis. By using the website, you agree with storing the cookies on your computer.More information