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
0 answers

How to by pass SQL native error for duplicate records?

I am getting this error when a program executing, when it is trying to update data in the table. Is this because of duplicate record ? what will be the condition to avoid sql error for duplicate record. below error: Description = [IBM][CLI…
Rohini Kumari
  • 41
  • 2
  • 6
0
votes
1 answer

Write an Array (of real) to an Siemens 1500 with OPC UA on WINDEV

(sorry for my french way to write english) Hi, After many research on net and doc, i can't resolve my problem I try to write an array of 150 real to siemens with OPC UA : PROCÉDURE WriteArrayToNode(NodeIdTxt is string) Trace("lets…
Paul M
  • 1
  • 1
0
votes
1 answer

Unauthorized access when I try to open the generated executable of a Windev project

I downloaded an executable generated from a Windev project, I put all the files associated with this executable in the correct locations. However, when I run the .exe file an 'unauthorized access' window still pops up. Do you have an idea on the…
0
votes
1 answer

Basics of MD5: How to know hash bit length and symmetry?

I'm curious about some basics of MD5 encryption I couldn't get from Google, Java questions here nor a dense law paper: 1-How to measure, in bytes, an MD5 hash string? And does it depends if the string is UNICODE or ANSI? 2-Is MD5 an assymetric…
Youki
  • 33
  • 8
0
votes
1 answer

Paging table displayed with FileToMemoryTable

Our project for Database Management need new feature that is paging (Display table throught selected page) for table. is anyone have knowlage about it, for reminder our table is displayed with BuildBrowsingTable and FileToMemoryTable. We are a bit…
0
votes
1 answer

Windev - Create Database management (Back Office)

We have project tasked to the team using Windev Mobile for android platform, the task is to create table control on a window (Just one window) and the table must able to show the record that retrived from query or datafile. We still not able to find…
0
votes
1 answer

Update one APK from two projects

I'm developing an Android application using WLanguage (WinDev Mobile). Now, I would like to re-develop the application with another language/technology : React Native. I store my APK on a private server. To update the application the user open on…
Max
  • 13
  • 4
0
votes
1 answer

Azure DevOps for WINDEV application (PCSOFT ) with HFSQL database

Once we deploy WINDEV on Azure VM , does WINDEV application support deployment via Azure DevOps. In the tag line of WINDEV 25, they mention that DevOps is supported , but i dont know which DevOps. Please help
MSTechnie
  • 175
  • 10
0
votes
2 answers

Is it possible to deploy WINDEV built on Windows OS into Linux OS?

I have my WINDEV application built for windows OS. Can it be made to run on Linux OS ? (just like how Java's bytecode can run on any platform ? or like dotnet core can run on both windows and Linux )
MSTechnie
  • 175
  • 10
0
votes
1 answer

How to send form data to an API - Windev 24

I'm trying to build a simple application on Windev24 and I can't find the right code to send data with a post method to an API I built with Lumen framework. If I test the API via Postman, everything works fine. Here a screenshot of Postman window:…
0
votes
1 answer

Problem related to the table control and the assignment of the value of a parameter to a combo box windev

Good morning. I encounter a weird problem to which I cannot find a solution (at least for the moment).I have a Request for Analysis window. It contains a form composed of three input fields and three Combo box controls with input: SAI_Datedemande…
Gauthier
  • 1
  • 1
0
votes
1 answer

HFSQL connect to initial catalog

I have already running a project in production. And .wdd is missing. I can't use server/client, for it. Can I create .wdd file? Or connect to catalog without it? I using pypyodbc and python3 for it
0
votes
2 answers

How to use a setter?

I'm trying to change a property of a class with a setter method. But when I want to use the setter, I'm getting an error. I generated the setter method automatically by using Windev; PROCÉDURE PUBLIQUE p_NuméroBDD(nValeur est un…
Jay Cee
  • 11
  • 3
0
votes
0 answers

Wrong font stretch (condensed) when changing font family in TextBox

When I change the font in a TextBox control (Arial in my case) it always uses the narrow version of the font with no ability to override (although the FontStretch property is set to Normal). This is the case for all fonts with multiple stretch…
tobi.at
  • 1,267
  • 13
  • 18
0
votes
1 answer

How can i use some SAP scripting from windev?

I have a windev programm that needs to access some SAP data. Because of my company's restrictions, i cannot use the SAP native access provided with WinDev. So, How can I use vba code that uses SAP from windev? This is for a .exe programm for…
Samuel
  • 59
  • 9