<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"><channel><category>pcsoft.us.windev</category><copyright>Copyright 2026, PC SOFT</copyright><lastBuildDate>9 Oct 2019 09:33:36 Z</lastBuildDate><pubDate>9 Oct 2019 09:33:36 Z</pubDate><description>Hi to all. &#13;
I'm a very beginner in Windev and an OLD VB programmer. &#13;
&#13;
I have a query as follows&#13;
SELECT&#13;
	Int(Year(BilSorge.Data)) AS [Yr],&#13;
	Int(Month(BilSorge.Data)) AS [Mnth],&#13;
	LEFT(BilSorge.Sottoconto,2) AS Master,&#13;
	MID(BilSorge.Sottoconto,3,3) AS HeadAccount,&#13;
	RIGHT(BilSorge.Sottoconto,5) AS Account,&#13;
	BilSorge.Descrizione AS Description,&#13;
	BilSorge.Dare AS Debit,&#13;
	BilSorge.Avere AS Credit,&#13;
	BilSorge.Dare - BilSorge.Avere AS Balance&#13;
FROM&#13;
	BilSorge&#13;
&#13;
The connection is to an ACCESS database via OLEDB connection&#13;
&#13;
The int function has to be passed as is. If I run the test on the query it works fine because I set&#13;
&#13;
"run with hQueryWithoutCorrection in test mode." &#13;
&#13;
The problem is that in the PVT_Control it returns an error because the system is changing the int() into Integer()&#13;
&#13;
I read somewhere that you need to set that option in the Query description Advanced option but I don't see advanced option in the query description form.&#13;
&#13;
Any Help?&#13;
&#13;
Thank you</description><ttl>30</ttl><generator>WEBDEV</generator><language>en_US</language><link>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/67318-pivot-control-and-query-from-oledb-access/read.awp</link><title>Pivot control and query from OLEDB (ACCESS)</title><managingEditor>moderateur@pcsoft.fr (El moderador)</managingEditor><webMaster>webmaster@pcsoft.fr (El webmaster)</webMaster></channel></rss>
