Hello,
I'm trying to setup a datasource using a parameter as table name without success.
example
SELECT * FROM $P(param7)
where ID_PRESSUPOST = $P(param9)
ORDER BY LINIA
I don't know the reason why using parameter as table name fails,...
Hi!
I kinda used some basic SQL for some time, but now I'm studying it a bit more, and I'm using Valentina as my main learning tool.
I've been having some problems whenever I use the DELIMITER keyword or import any *.sql file that includes that...
My customers get a 'Failed to load plugin v4rb_x64.dll' error when trying to open my app.
I build that app with Xojo 2018r2.0, V4RB_8.2.0 and the error is (right now) on Windows 10.
My Innosetup script use this command to install V4RB:
Sourc...
Cause of an issue in an XOJO application I am trying to debug the code.
In the XOJO debugger, I can click the link to see the info about VConnection and folder item (db file) but not the VDatabase – XOJO crashes.
I can get a Table of this VDatabs...
This is an update release providing fixes and improvements to Valentina Studio, Valentina Studio Pro and all Valentina DB based products.
Valentina Studio
Valentina Studio is the free, all purpose database management and forms client tool. Valent...
Paradigma Software is offering some great deals for Black Friday to Cyber Monday 2019 including several products for free and deep discounts on others.
Valentina Reports and Database ADKs for Java are Free
Develop in Java? We are giving away lice...
Helo,
I want to get the value from a column and set into a label
in then header pre-place I put this sniped
var value = report.cursor.columnValue( "NOM_COMERCIAL1" );
report.controls.test.label = value;
should it work ?
...
Paradigma Software introduces a complete solution for deploying LiveCode applications on macOS, Windows and Linux with comprehensive reporting features.
Learn More | Buy Now
Reporting for LiveCode bundles together several professional solutions...
Hello, my XOJO project uses valentina plugin and works fine with xojo 2019 R1 on a windows 10 system
I tried to upgrade to xojo 2019 R2.1 (I also upgraded the valentina plugin and all other plugins (all mbs plugins)
Unfortunately the project fails ...
Hi, I'm doing a select with some WHERE with AND and OR...
But it differs from server 6.5.3 to 9.7 in a great way....
because of my use of f1>f2_t2 I don't get consistent result... it will now NOT use the where before AND...
i.e.(byraa is ...
Valentina 9.7.1 provides fixes for both Valentina Studio and all implementations of Valentina DB, including Valentina DB ADK, and Valentina DB Server, a part of Valentina Server. The updates are immediately available for download from the Paradigma S...
Hi! I've been using Valentina Studio on linux ... and wanted to try it on macOS also. But I see that it doesn't have a dark theme on macOS. Have I missed something and there is a way to enable the dark theme, or does the mac version just not have a d...
Hello,
I have to change the contains of some labels at runtime.
Does this code report.controls.label1.label ="Test" in Report, scripts, pre_print work properly ?
Thank you...
Hi
I have one DB sqlite with 5 tables and in Xojo 2019r2 it see only one table.
if i run this SELECT name AS table_name FROM sqlite_master WHERE type ='table' AND name NOT LIKE 'sqlite_%'; show one table in the iOS app.
any idea...
Hello,
I need to print bills with images and rectangles.
I'have been loocking for add an immage or rectangle on the background of the report without success.
Mainly, is printing a rectangle arround of then report body.
Where I can start di...
Hi Team, I want to create a graph in Valentina free studio when I write an SQL query it reflects the same graph which we visualize when we drag the charts in the report editor, suppose I write any wrong query in graph still the graph result is same. ...
Valentina Studio Pro 8.3.3 report keeps on crashing.
Here's the story:
1. In the query I called a stored procedure and tested it (pic 1).
2. Designed a report and preview it (pic 2). So far so good.
3. Now, I disable any calls from the query (p...