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

WD-Mobile barcode scanner via serial port

Recently we got an android tablet with an in-built barcode scanner, when we asked for the SDK, the provider just sent us the android serialport api. Has anyone implemented the android serialport api with an in-built barcode scanner in windev…
JDAguilar
  • 3
  • 3
0
votes
1 answer

Get form names in windev

I use Itextsharp in WinDev and I try to get the names of a form. My code is hereafter : Machaine est une chaine PdfSource= FicSource PdfDestination = RepCible+"\"+fExtraitChemin(PdfSource,fFichier)+" "+CodId+".pdf" MonStream = allouer un…
0
votes
2 answers

3D Viewer in WinDev

I am a student and I must develop an application with WinDev wich allow to display a 3D visualization of a STL file. This application must allow to add labels at specific positions in the frame (x, y, z). I did researchs about it but the only…
0
votes
3 answers

Windev CVS Repository

Anyone knows if i can use a CVS Repository to versioning my Windev Project? and if i do, can i compile my versions through a CVS Respository?! i have been working on these projects and they are build on Windev with Protegre, its sucks but i'm trying…
Ytipsh
  • 37
  • 2
  • 10
0
votes
1 answer

Transforming MSI files for Active Directory deployment

I'm currently rebuilding all our setup files (used to be .exe files) into MSI installers so that I can deploy them through Active Directory. Basically, we have a tool (Windev for those who know it) that generates MSI files, but since our tool is…
T. Fabre
  • 1,517
  • 14
  • 20
0
votes
1 answer

How to parse XML and how to use XMLOpen

Most XML Functions require a name for the xml document. But there's no way in XMLOpen to specify such a name. Is there another way to parse xml from an url?
Luke
  • 1,768
  • 2
  • 20
  • 30
-1
votes
1 answer

Select columns from a table with a space in its name

I'm trying to select columns from two tables, Lignes and Détail Production. Détail Production links to the first one with the key NoLigne (which is the same name in both tables). I know that I have to put [ ] or `` around the table's name, but I'm…
Thibault Abry
  • 156
  • 10
-1
votes
2 answers

Is there a way to make a strict join?

I am a beginner in sql, and i am facing this problem. I have to make a join between two tables (Masse and LX03). My join is made between two columns with different names : LX03.Emplacement and Masse.IDMasse I excluded some values from my select, to…
Samuel
  • 59
  • 9
-1
votes
2 answers

Create and Write PDF Webdev

I want to create and write in file's PDF. my code : fCrée("C:\Mes Sites\COBRA_22\Courrier\test.pdf") fOuvre("C:\Mes Sites\COBRA_22\Courrier\test.pdf",foAjout) fSauveTexte("C:\Mes Sites\COBRA_22\Courrier\test.pdf","ok") But this code does'nt work…
zbeb
  • 57
  • 1
  • 8
-2
votes
1 answer

Xcode objective C: How Clean code from UIWebView (ITMS-90809)

I use Windev mobile to developpe apps for both Android and IOS. For IOS apps, Windev mobile gave me an objective-c project that i should build in xcode then send to app store .. I'm know only basics of basics step on xcode and i need to clean my…
-4
votes
1 answer

Equivalent to "Zone répétée" in Windows Forms (.net)

Do somebody know what is the equivalent in Windows Forms to the "Zone répétée" control of Windev ? I hesitate between DataGridView and ListView. A "Zone répétée" in Windev (or "Looper" as in Windev you can code in french or english) is a little bit…
coutier eric
  • 949
  • 5
  • 18
1 2 3 4 5 6
7