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
33
votes
6 answers

oauth2 error AADSTS90014: The request body must contain the following parameter: 'grant_type'

From the development in Windev I use Oauth 2.0 for authorization to get access to the outlook mail from a user. The application is registered at https://apps.dev.microsoft.com without the Implicit workflow. After the user enters the credentials, an…
Adjan
  • 331
  • 1
  • 3
  • 4
6
votes
1 answer

how to access WinDev data base(.fic and .ndx file) in C# winform

I have .fic and .ndx file as database. I need to open it in C# and export the data to xml file. I want to know, how can i open this database in C#.
Haider Ali Wajihi
  • 2,756
  • 7
  • 51
  • 82
5
votes
6 answers

advice on hyperfile db

At my work, my co-workers are considering using hyperfile as a database server for a windev project. I don't even know that kind of database, it's from PCSOFT, the company that develops windev. Since windev can also work with microsoft sql server,…
Leo
  • 375
  • 1
  • 4
  • 13
3
votes
3 answers

How to open Windev HFSQL Fic files

I'm trying to read a FIC file that is not encrypted (indeed, the data can almost be read when displaying it). I want to convert this file to a more convenient format, CSV, XML, SQL, etc... When I try to open it with Windev Express 19, I have an…
Uelb
  • 3,947
  • 2
  • 21
  • 32
3
votes
4 answers

Export Windev sources

I'm porting a Windev app to Objective-C for a client. This would be simpler with the previous source code for obvious reasons. Unfortunately, it's encrypted and I need the the EDI to see it; the full version of Windev is way to much expensive (and…
Axel Guilmin
  • 11,454
  • 9
  • 54
  • 64
3
votes
2 answers

to extract .fic to sql server 2012 using Windev

I have an existing data_base using Windev but i want to convert that database(and extract all data (file .fic) from windev to sql-server 2012 to use them . As an information my application is called Payroll.exe with 4.0.0.1 version. which…
ODE
  • 285
  • 5
  • 22
2
votes
1 answer

how to read .FIC .NDX file with Python

I want to read a .fic file and extract data using python, this file is created by old version windev is any solution exist ? I found these files in the database of windew
Dias
  • 44
  • 4
2
votes
0 answers

On a Sunmi K2 Terminal how can I print (on the build-in printer) something using WinDev Mobile?

I'm using a Sunmi K2 POS Checkout Terminal running with Android 7.1.2 I'm developing a POS software with WinDev for Mobile 26, I'm already displaying some windows, now the question is, how can I print on the build-in pos printer?? There is a…
Harvey68
  • 51
  • 7
2
votes
2 answers

Getting DTR and RTS pin of serial port in C on Windows platform

How to get DTR and RTS status of serial port on a windows platform? I want to read the current state (ON or OFF) of these two pins. I can set pins with : EscapeCommFunction(hSerial,SETRTS); But I don't know how to read the pin status. Since on…
Fifi
  • 3,360
  • 2
  • 27
  • 53
2
votes
1 answer

Java Android code in WinDev

I'm new in WinDev and I'm trying to create an Android application on a honeywell device with a barcode scanner. I tried 2 different ways in Android Studio and they work. One is the following: import android.app.Activity; import…
Marco
  • 31
  • 6
2
votes
1 answer

files cannot be read after WINDEV mobile upload using microsoft graph api

I am trying to use the graph api upload feature (in my case it is using Windev Mobile 21). The files are appearing in the appfolder. They are the right size and have the right extensions but they can not be opened sCd1 is ANSI string =…
Mike5tew
  • 19
  • 3
2
votes
2 answers

Trello how to add attachments

I am trying to add an attachment to a pre-created Trello card I know how to create the card, but so far I was not able to find how to add an attachment without providing the ID (because the card is not yet created) in case of need :…
Scylla
  • 57
  • 5
1
vote
1 answer

Error "invalid_client" when trying to get a token from Microsoft API

I'm trying to develop a drive solution (Onedrive) in a windev program. I created an application in Microsoft Azure and created a secret key. When doing the first request…
1
vote
2 answers

Get the last inserted row ID (HFSQL)

I need to get the Id(Auto Incremented) created for an inserted Row How i can do that the documentation mentioned LAST_INSERT_ID but i don't know how to use it , i tried this but it does not work : Insert into tab1 (tab1.Name) values('foo') SELECT…
CSharp-n
  • 291
  • 2
  • 15
1
vote
0 answers

google maps on android 9 crash "Failed resolution of: Lorg/apache/http/ProtocolVersion"

I'm creating simple map application with Windev mobile development suite. Here is the problem. My google key is correct. I'm using API 28. Compilation is okay. But at launch it crashes. Message=Didn't find class "org.apache.http.ProtocolVersion"…
joproteck
  • 11
  • 1
1
2 3 4 5 6 7