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

Constructors with different scopes

In Windev, is it possible to declare multiple constructors with different scopes? Seems not. For example: PROCEDURE CONSTRUCTOR (param1, param2) ... PROCEDURE PROTECTED CONSTRUCTOR (paramx, paramy, paramz) ... When I'm trying to do things this way…
MHogge
  • 5,408
  • 15
  • 61
  • 104
0
votes
1 answer

Call constructor from base class - 2 level above

In WinDev, I have a base class, let say BaseClass. This base class has a constructor: PROCEDURE CONSTRUCTOR(param1, param2, param3) I have a first child class that extends the base class, let say childClass1. This first child has a constructor with…
MHogge
  • 5,408
  • 15
  • 61
  • 104
0
votes
1 answer

Windev constant for test mode

We have some constants inside our project. One is for the URL of a server. Is it possible to make the constant being different when in test mode? Something like: IF InTestMode() THEN CONSTANT URL = "http://test.com" ELSE CONSTANT URL =…
MHogge
  • 5,408
  • 15
  • 61
  • 104
0
votes
1 answer

How to fix " Aggregate functions (COUNT, AVG, SUM, MIN, MAX) are not allowed outside SELECT or HAVING clauses" Error in HFSQL

I am using control center HFSQL of windev 20 to execute a query. I would like to calculate the time and date difference, between the maximum and the minimum MAX (hour) and MIN (hour) for each service and also the number of days if there is. I tried…
jack john
  • 69
  • 1
  • 11
0
votes
0 answers

Delete presence of a User on ZKTeco F18

I want to delete the presence (date and time of entry/exit) of an employee from the ZKTeco F18 time clock so I put the following code: Ok =zKemKeeper>>ClearData(MachineNumber,1) if ok=true then info("successfully") endif My code works well for…
Moha
  • 1
0
votes
1 answer

How rest password HyperFile

I have data files WinDev HFSQL and I would like to create a report with Crystal reports, but I do not know the password of hyperfile files. any solution please ? Thanks!
0
votes
2 answers

Windev : "Null" Value in DataBase

I have a problem with Null Value. I Explain. Here is the below code : ChnToto is a chain ChnToto = Null On debugging, we find that Windev has stored a "0" (zero) in "ChnToto". I totally lose the initial information (=> "Null"). How to force the…
0
votes
0 answers

Amazon s3 Test suite REST API signature calculation

I am working on implementing the Amazon REST API in our application. The application is build with WinDev. In order too test my signature calculation i desided to try the test suite provided by amazon:…
T Jasinski
  • 113
  • 2
  • 12
0
votes
2 answers

Windev mobile, address to coordinates

I'm building an android app with windev mobile. I can open a map using variables that state the address and city but i can't seem to get a marker on the map the same way. ggladdresstocoordinates doesn't work for windev mobile. My current code…
Carsten
  • 1
  • 3
0
votes
2 answers

new to windev mobile app.how to remove the tag version express from windows

I donwloaded windev mobile.I downloaded the express version.This is my first time ever working with this tool.I have a question though Will the tag "express version" be there until i get the full version.Isn't there a way to remove it?
myacc
  • 1
0
votes
2 answers

Native SQL access

I'm getting an error when I'm trying to connect to sql server with entity framework and native SQL at the same time the error shown in windev side. Erreur (blocage) de l'accès natif SQLSERVER. Numéro d'erreur = 117 In the .Net side I didn't get…
shams
  • 1
  • 1
0
votes
2 answers

Automated test for Windev

I'm trying to automate some manual test on a Windev windows application. I have tried with QTP 11, QTP can recognize the objects but for some of them like Combobox, Winlist, QTP cannot do any actions. So I would like to know if there is other tools…
allenzzzxd
  • 331
  • 1
  • 10
  • 24
0
votes
0 answers

PCSoft Webdev 22 : Deployment error, server is looping

I'm working on a linux deployment project of an webdev's application. This application is perfectly working on Windows. But when I'm deploying it with the pcsoft's deployment tool on a linux server (PCSoft WebApplication Server), the server is…
outstore
  • 175
  • 2
  • 13
0
votes
1 answer

How to open a .FIC file?

I want to read a .fic but always ask me a password that I never set... The question is simple, anyone know how to open the file? I´m trying to use Windev without successfull results
ZamoraFTW
  • 47
  • 1
  • 7
0
votes
1 answer

GetAttribute function not returning any value when searching for "class" attribute, it is always empty

I'm am currently developing a C# library that uses HTTP requets and a webBrowser control. My library is used in a WinDev program and creates a direct link between the WinDev application and a web plateform (agenda.ch). I needed to use a bit of…
Nachos
  • 400
  • 2
  • 10