14 Nov
2019
14 Nov
'19
10:52 a.m.
Hello, I would like to store new reports into existing database folder (with other existing files already) after opening. Help: REPLACE Syntax REPLACE [path] [input] XML Syntax <replace path='...'>[input]</replace> STORE Syntax STORE (TO [path]) [input] XML Syntax <store (path='...')>[input]</store> But actually I encountered this problem:
open mydb
Database 'mydb' was opened in 3.0 ms.
replace /Report/ c:/Share/REPORTS/
903 resource(s) replaced in 11077.73 ms.
store to /Report/ c:/Share/REPORTS/
Resource "C:/Share/REPORTS/" not found. What am I doing wrong? Is it possible to use store to instead of replace to just add files to existing ones? Thanks in advance for your answer, Radim Havlicek