printing multiple reports
Oops - next problem. I have a report based on a query that I want to print for multiple selected clients but I can't seem to get the blocks ordered correctly. For example, say I want to print invoices...
View Article[WB 19]Dot Matrix Printer (3 replies)
Good day again Now I want to print a delivery note to a dot matrix printer directly from the browser without preview. I originally thought I will print to a PRN file and then use a Windev19 app to...
View Article[WM21] Local IP iOS (no replies)
Hello all, With my iOS application I would like to check the local IP-address. For my Android application I can use the following Windev code: WiFiConnectionInfo(wifiIPAddress) For iOS this Function...
View ArticleImport HFSQL Classic files => HF C/S
Hi, here are some frustrating observations when importing HF Classic files into HF Client/Server using the HF Control Center v21 1 - in the analysis, one can define the logical name of a file and the...
View ArticleFTPRemoveDir (3 replies)
I am trying to delete the contents of a folder using FTP. Because the folder contains sub directories etc. I decided to use FTPRemoveDir. However this fails because the server is running. I cannot...
View ArticleProblem with user sessions (1 reply)
Hello, I am experiencing a strange problem with a webdev application. There are times when my users print a report and the report that is being displayed belongs to a completely different user. Has...
View Article[WB20] Looper control
Hi Guys, This is a very simple question for everybody but me! I have a WB20/PHP site. The looper is filled by programming How do I get the looper line selected? I have tried - res=looperline..value...
View ArticleXML extract string question (2 replies)
Hello all, I have a question about the xml code in the attach, i need the "ns1:Cls_Backend_DataTypes_Rdw_Gebrekenlijst_Gebrek" element in a string. In the first sign in thought it was easy with...
View Article[wm21 - android] How to set minimun version required to run (no replies)
Hi, I doing test my app on android 7.1 . I had update the sdk . in WM21 advanced configuration I can select sdk use to compile to 7.1.1 but I can't set the minimum version required to run to 7.1 on...
View ArticleHow to read a data file in a report (no replies)
Hi, I have a really basic question about reports. I want to handcode the report and what to do something like this: HReadFirst(PrintFile) WHILE HOut() = False ITEM_Type = PrintFile.Type ITEM_Company =...
View ArticleOpen PDF file when WebDev page opens
I have a standard WebDev Dynamic Page and want to open a PDF file when the page has opened: IF gsPDFName <> "" THEN FileDisplay(gsPDFName, "application/pdf") END However wherever I put the code...
View ArticleHow to open a PDF file when a Web page opens? (6 replies)
I have a standard WebDev Dynamic Page and want to open a PDF file when the page has opened: IF gsPDFName <> "" THEN FileDisplay(gsPDFName, "application/pdf") END However wherever I put the code...
View Article[WD] MySql Query returns different result (1 reply)
Hello to all I have a strange situation during different execution of a query: The query is: sSql="SELECT mag.codice, mag.descrizione, MONTH(mov.data_mov) AS mese, SUM(mov.qta) AS qtaAcq " sSql+="...
View Article[WD20] Creation of 2 different Windows services on the same project (no replies)
Hi everyone, With the aid of the different project configurations, it is possible to develop a service and several Windows applications on the same project. I'm wondering, is it possible to do 2 or...
View ArticleWB21 - Problem 2 table (1 reply)
Hi, i have 2 table in a page in ajax mode. When add the anchor at the table i have this problem: - Chrome : Refresh the table 2 time where fill the data - Edge: Refresh the continuously - Opera: Same...
View Article[WM 20] Problem sending HTTP Form (no replies)
Good morning! I'm working with CraftAR API for image recognition, in windev emulator everything works fine, but when installing my app to my device, the API returns an error code which says that the...
View Article[WM20+WM21] Can't Close() Window (no replies)
Greetings: In WinDev Mobile, I'm displaying a window that is only shown briefly (it's used as a loading screen). If I call Close() too quickly (within a few seconds) after opening the window, it won't...
View Article[WD18] DBF merge files problem (adding records from one file to another)
Hello! I have a very bizarre problem when merging two DBF files from old VFP DOS program. (adding records from one file to another) Appending records from items2.dbf in items1.dbf file, and from...
View ArticleMySQL Server has gone away
Hi all, I'm getting the below error message whenever I try to use Open() or Openchild() in the code. I have set the wait_timeout on the MySQL server that I'm using to 31536000 which should be...
View Article[WM] - How to display HTML content in APK?
Hello, In an Android app I have a need to display/render HTML content in the app. For this I have used HTML Control. Now if the content of HTML Control does not fit withing the display it shows scroll...
View Article