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
0
votes
1 answer

Loop performance issues

I was facing performance issues with a simple WinDev application with a couple of nested 'for' loops that iterate about 7 million times. This simple application took around 30 seconds to finish in WinDev but only about 10 milliseconds in Java or C++…
rocotocloc
  • 418
  • 6
  • 19
0
votes
1 answer

access on screen keyboard from windev

In Windows 8 and Windows 10 before Anniversary update (summer 2016) it was possible to show touch keyboard by using (french version) : LanceAppliAssociée("C:\Program Files\Common Files\microsoft shared\ink\TabTip32.exe") Since the anniversary…
Antoine J
  • 1
  • 3
0
votes
1 answer

API Trello - Keep the connection on the board

is there a way to keep the connection on the trello board until the process is completed? So this way I won't have to give the API key and the token in every URL to make a request or post something and when it finished, it disconnects I would like…
Scylla
  • 57
  • 5
0
votes
1 answer

Call the previous class WinDev 21

Anyone know if it's possible make a call from one class to the class that has created it? Class1 has an instance of Class2, I want to call a method of Class1 from Class2. Among them there is none inheritance relationship.
0
votes
1 answer

Windev - API Rest

I am using the Trello API and I would Like to create a new card on a specific list. I did it but not the way I wanted https://api.trello.com/1/lists/idList/cards?key=&token=&name=My+new+card+name&desc=My+new+card+description I…
Scylla
  • 57
  • 5
0
votes
2 answers

WinDev Print " character

Hi I want to print an HTML document with my WindevMobile 21 (Android) app but I have a problem with the caracter ", I tried to write """" but it prints "". An example: fSaveText("myHtml.html","") Result
0
votes
1 answer

Displaying a document from a database without storing it on the harddrive

I'm actually on a time performance project. The goal is to display a document stored in a blog field on a database (mysql) without having to write it on the hard drive. The whole document must be stored in RAM only, and displayed from there for…
nrocha
  • 384
  • 1
  • 2
  • 9
0
votes
1 answer

Errors in single file - Windev

While occurring fatal errors application shows an error message and we can copy that. Is there anyway to write all the errors in a file to trace issue occurs in customer application. This will helpful for trace the issues from customer…
0
votes
1 answer

Windev Software on saas

Hello I don't know very much about the saas system, could you please tell me if a HR software made in windev could easily be deployed as a saas ? The problem is that it would cost a lot to deploy it, because each time a client is connected at the…
somebody
  • 141
  • 2
  • 5
  • 9
0
votes
1 answer

HTTPRequest() Error: This address cannot be used to locate server

I'm trying to send information to a non WinDev server from a WM Android app by HTTPRequest() function when I get an error "This address cannot be used to locate server". I made the call in this way. lOk = HTTPRequest (cUrl, "", "", CDATA) For…
0
votes
1 answer

Create dynamic menu Windev with buttons

I'm working in windev and I made a dynamic Menu using the menu control from information in my anylisis, now I'm trying to achieve the same using buttons in a ribbon, or just buttons but got stuck when creating the submenus for these buttons.
0
votes
1 answer

Use SQL statements in WinDev Mobile 21

I'm developing an Android app with a SQLite database in WM21 but I can't find the way to execute SQL statements like ALTER TABLE. Query editor don't suport this kind of statements, function HExecuteSQLQuery() declares this query to the HFSQL engine…
0
votes
1 answer

Update SQLite DB in WinDev Mobile 21

I'm trying to update an existent SQLite DB with WinDev Mobile 21. The DB has stored data and I don't want to lose it. I've updated the Analysis in the project adding a column to a table and now the app can't open it because the structure of the .db…
0
votes
2 answers

WebDev20 not saving data in DB when used in Dynamic php mode

We are just getting started with WebDev (WinDev for Web). I am trying to build a small sample web app using Dynamic PHP mode. Everything seems to work well but all of a sudden now the web app is not able to save the data entered by user in a…
Yogi Yang 007
  • 5,147
  • 10
  • 56
  • 77
0
votes
1 answer

How do I control the timeout for a webservice call in WinDev?

We have integrated with several different 3rd party web services but we have seen long waits and even timeouts from these services. Is there a way to set the amount of time to wait?
tcsgeek
  • 141
  • 7