Welcome to the nuBuilder Forums!
Register and log in to access exclusive forums and content available only to registered users.
Register and log in to access exclusive forums and content available only to registered users.
Is it possible to import data into a subform from a file?
-
- Posts: 366
- Joined: Sat Apr 11, 2020 12:03 am
- Has thanked: 3 times
- Been thanked: 4 times
- Contact:
Is it possible to import data into a subform from a file?
Is it possible to import data into a subform from a excell-file? That is, sequentially read from a given line the entire file specific fields.
-
- nuBuilder Team
- Posts: 4297
- Joined: Sun Oct 14, 2018 6:43 pm
- Has thanked: 71 times
- Been thanked: 445 times
- Contact:
Re: Is it possible to import data into a subform from a file
Would the clipboard also be an option to transfer data from excel to the subform (copy & paste) ?
-
- Posts: 366
- Joined: Sat Apr 11, 2020 12:03 am
- Has thanked: 3 times
- Been thanked: 4 times
- Contact:
Re: Is it possible to import data into a subform from a file
The clipboard does not make sense with a large amount of data. Manual entry will be faster ..kev1n wrote:Would the clipboard also be an option to transfer data from excel to the subform (copy & paste) ?
Excell is formed in another firebird database, on another computer in the local network.
-
- nuBuilder Team
- Posts: 4297
- Joined: Sun Oct 14, 2018 6:43 pm
- Has thanked: 71 times
- Been thanked: 445 times
- Contact:
Re: Is it possible to import data into a subform from a file
Are you sure? This is how I copy & paste data. In my case, manual data input would take much, much longer:kknm wrote: The clipboard does not make sense with a large amount of data. Manual entry will be faster ..
https://streamable.com/bpqm8k
I don't understand this. Are you talking about MS Excel, a spreadsheet?kknm wrote: Excell is formed in another firebird database, on another computer in the local network.
Where are the files located? How can nuBuilder access them?
-
- Posts: 366
- Joined: Sat Apr 11, 2020 12:03 am
- Has thanked: 3 times
- Been thanked: 4 times
- Contact:
Re: Is it possible to import data into a subform from a file
I can not open your link. https://streamable.com/bpqm8k
An Excell file is readable from nuBuilder.
An Excell file is readable from nuBuilder.
-
- nuBuilder Team
- Posts: 4297
- Joined: Sun Oct 14, 2018 6:43 pm
- Has thanked: 71 times
- Been thanked: 445 times
- Contact:
Re: Is it possible to import data into a subform from a file
Dude, you need to provide more information.
(See my questions above)
(See my questions above)
-
- nuBuilder Team
- Posts: 4297
- Joined: Sun Oct 14, 2018 6:43 pm
- Has thanked: 71 times
- Been thanked: 445 times
- Contact:
Re: Is it possible to import data into a subform from a file
Do you know where I could upload videos? Because many URLs are blocked in Russia.
-
- Posts: 366
- Joined: Sat Apr 11, 2020 12:03 am
- Has thanked: 3 times
- Been thanked: 4 times
- Contact:
Re: Is it possible to import data into a subform from a file
The circled in red needs to be imported into the subform, for further editing, there will be additional fields in the line.kev1n wrote:Dude, you need to provide more information.
(See my questions above)
Field values begin with '
A file name of type 2020_06_05_D.xls or - 2020_06_05_N.xls
There is a field on the form
Date: 2020-06-05 08:00:00 or 2020-06-05 20:00:00
08:00:00 corresponds to the prefix D in the file name.
20:00:00 corresponds to the prefix N in the file name.
Using the button, you need to open the // vesydyn2 / reports folder and open the file corresponding to the Date field to read. Youtube is available from Russia.
This is a daily operation - there can be from 3 to 20 lines
You do not have the required permissions to view the files attached to this post.
-
- nuBuilder Team
- Posts: 4297
- Joined: Sun Oct 14, 2018 6:43 pm
- Has thanked: 71 times
- Been thanked: 445 times
- Contact:
Re: Is it possible to import data into a subform from a file
You do not have the required permissions to view the files attached to this post.
-
- Posts: 366
- Joined: Sat Apr 11, 2020 12:03 am
- Has thanked: 3 times
- Been thanked: 4 times
- Contact:
Re: Is it possible to import data into a subform from a file
As an option, I can try ...
Although this is a lot of operations - find a folder, find a file, open it, select a range, add empty lines to the subform, copy the range, select the field in the first line, paste ...
The added line will also contain fields not from the file.
How to add the required number of lines to a subform?
Although this is a lot of operations - find a folder, find a file, open it, select a range, add empty lines to the subform, copy the range, select the field in the first line, paste ...
The added line will also contain fields not from the file.
How to add the required number of lines to a subform?