Questions tagged [windev]

WINDEV, a powerful IDE & ALM suite, lets you build strategic projects easily and quickly thanks to its total integration, ease-of-use and cutting-edge technology. .Net, Java code and more!

WinDev is an integrated development environment (IDE) fourth generation language (4GL), first published by PC SOFT in 1993, which is based upon a run-time engine (framework). It uses a 4GL known as WLanguage. The tools enables a predetermined set of standard forms and algorithms to be used in an automated fashion to generate applications (RAD).

101 questions
1
vote
2 answers

WINDEV - Default Paper Format for Repport

In Windev 19, when I create a new repport, I always have "A4" as default paper format, I want Windev to always use Letter 8.5 / 11 format. Somebody know how to modify this? I use Windev 19 french version, it's the reason why it A4 as default.
Mathieu Brousseau
  • 134
  • 2
  • 2
  • 10
1
vote
2 answers

WinDev - Using a variable in a Looper Content Query

I am hoping someone will be able to point me in the right direction. I have a Looper control within WinDev and am filling the Content using a Query. How do I utilise a global variable within the query? It seems that it must be passed in as a…
Roddy
  • 2,018
  • 3
  • 16
  • 21
1
vote
2 answers

How to externally trigger a JavaScript function through changing HTML

I want to trigger a JavaScript function through changing HTML code. This is what I do: There's a webpage with a button I click on that button which triggers a JavaScript function That function generates parameters which are put in the URL I…
Teysz
  • 741
  • 9
  • 33
1
vote
1 answer

How do I check if the Compile() method in Windev checks the code?

The Compile() method returns an error when Windev can not compile it. For instance (correct code): teller is int = hnbrec("client") result teller This code returns the amount of items in de Client datafile. But when I make a typo like: teller is…
Teysz
  • 741
  • 9
  • 33
1
vote
2 answers

Windev Compress(): which compression format is used

does anybody know, which Compression-Method the WinDev-Function Compress() uses and maybe, how to decompress the result in php? The API of WinDev only says "binary" compression, but no further details about…
MIB
  • 337
  • 2
  • 15
1
vote
2 answers

Windev Quickbooks SDK OpenConnection2

I've been trying to find a way to connect my Windev application using the Quickbooks SDK. I wish to connect to my local QB instance using the qbXML API. I've been able to get a reference to the library using : myconnection = new object Automation…
DYDR
  • 58
  • 6
0
votes
2 answers

Data encryption from WinDev to Java

I have two applications: Windev app which generates a secret key. Java app which receives and uses the key. I want to encrypt the key in Windev and decrypt it in my java application. Now Windev supports these encryption types: cryptAnsi,…
Elyess Abouda
  • 659
  • 12
  • 20
0
votes
0 answers

Android sqlite different results on different android versions

I've been analyzing this situation for days. I have an application developed in a tool called windev that generates an apk. The application has a sqlite database to store and process information. I've had different behavior in a select union all.…
0
votes
0 answers

PYODBC ends program when using connect() method using HFSQL driver

I'm trying to use PyODBC to connect to a HFSQL database. I'm close to getting it to work, but there's something I can't figure out. Here's my code : import pyodbc import pandas as pd def main(): engine = 'Driver={HFSQL};Server…
0
votes
0 answers

webdev select combobox and show result query sqlexec() in table

hy i m working with webdev , i have combobox and table in my page , combobox have value of names of tables databse sql server ,i want when i select value of combo show data of table in my table, my table in project have 11 column but the tables i…
0
votes
1 answer

Microsoft Graph "Access is denied. Check credentials and try again" in WEBDEV

The code below is used to get calendar from my email account through Microsoft Graph. But I keep getting an error. I can get the list of places and user information, but I can´t get the calendar. I´ve tried this code: CODE : gsO365_ClientID …
0
votes
0 answers

Getting Exception on WINDEV open(....) function

I am getting exception when :m_xExcel>>Workbooks>>Open(sBinder,Ulnk,RdOnly,Fmt,Pwd,Pwd) is getting executed. Below is the code and exception. How to avoid this exception? i am using office 16 in my system. Code WHEN EXCEPTION IN //open the…
0
votes
0 answers

Deploy multiple web services on a Windows Server 2019 with Windev/Webdev - IIS 10

I developed 2 web services with Windev/Webdev 27. They're supposed to be called on those URLs : api.mydomain.com feedback.mydomain.com If I deploy only one web service on the server, without changing the bindings (*:80 by default) everything works…
David
  • 78
  • 9
0
votes
1 answer

Windev: Looking for suggestions on how to decrypt a string to a zip file

I am consuming a web service that answers the xml:
0
votes
1 answer

Using HFSQL over ODBC

I want to access a Windev database from C# through the HFSQL ODBC driver. static void Main(string[] args) { try { OdbcConnection MyConnection = new OdbcConnection( …
BuhX
  • 11
  • 2