[WB] Get uploaded data in AWP page (using for XMLHttpRequest)
I need to upload some file on server using AJAX-request. Does anyone know if it is possible (in principle) to get uploaded data on target server? I mean how can I access it inside AWP-page.
View Article[WB] Page with only server code
Is it possible to create the page that contains only server code without displaying HTML?
View Article[WM21 - android ] question about LooperAddInProgress
Hi, I have question about using LooperAddInProgress with threadExecute . I have 2 looper in a windows , looper_ItemGroup and looper_Item when user select a row in Looper_ItemGroup , I will call local...
View Article[WD20] Corrupt memo file... [SOLVED]
Hi guys, I have an issue on a customer site: Unable to read the memo of < C:\path\Product_Description.mmo > file. The memo structure is corrupted. Try to repair the memo via the hCheckMemo...
View Articlecast as type boolean
Hi all The cast function has no Boolean type which is causing me a problem with sql queries, and trying to display in a browsing table. Here's my code myFilter is Data Source sQuery is string = [...
View ArticleMerge report line
Hi! everybody I use windev18 and I wanna merge some line on any item of a report, how can I do this if anyone know pls help me Thanks.
View ArticleHow to move from classic to client/server
Dear fellow windev developers, I am hoping someone can help point me in the right direction with an issue when changing database table connections. I have an application that uses a hyperfile classic...
View ArticleInfinite progress bar or animated GIF in sister window
Hi, I have a pop up window I call using "opensister" that I call when I'm running long reports, queries etc. I'd like to have this window run an animated GIF or an infinite progress bar but it does...
View Article[WD20] Printing in a Label printer
Hello, I need to print a report, which consists of barcode with few other data, from windev screen. The printer is a label printer, with no paper size to fix. It's a roll of labels. When I print as a...
View ArticleWMobile creating WDW windows
Hi all. I have the strangest problem with Windev MOBILE only.. The other day I had a BIG Windows update come in. I am not sure if it is related but now when I go to SAVE a Mobile window it is...
View Article[WD21] How to fix missing .NET assemblies?
[WD21] How to fix missing .NET assemblies? Hi all, When trying to convert the "WD XMLSign" sample program (from LST103 for WD20. It uses the .NET assemblies supplied with the operating system) to...
View Article[WD21] Comparing instances of Structure variables [Solved'ish]
Hi, If I have 2 instances of a Structure (both created from the same Structure variable); i.e. StructOLD and StructNEW and I want to compare them to see if they are different, what is the syntax? I've...
View ArticleWindows Service user at installation
Hi everyone, I'm wondering... is there a chance to set the user of a windows service (created via Windev) during its installation? I've seen the ..User property of the Service variable shown on the...
View Article[WD] Limits on Query execution with MySql
Hello to all I'm trying, without any luck to run this query sSql is string dsMyQuery is data source bRes is boolean bData is boolean sSql="SELECT r.data, G.Descrizione, SUM(r.importo_prestazione) AS...
View ArticleKey Combination to exit Table
Hi Folks, I have cascade property set for one of my tables, I need to be able to exit the table using a key or key combination other than a TAB as that just adds another row to my table. Thank you
View Article[WD21] Windev21.exe (WINDEV21) - Win32 has stopped working
Appcrash Windev21.exe I get these two errors currently approximately a couple of times per week. WD crashes when it is opened, and I have to start looking for the reason. First I get this:...
View ArticleWEBDEV 21 - Ajax Tables
Hi, In ajax tables: Code for Row Selection of table ...[server]... -> is ALWAYS Ajax enabled and cannot be changed. Now say you want to run from here/or call code that must NOT be Ajax Enabled. If...
View ArticleOperator "is Class"
Class1 is Class END Class2 is Class inherits from Class1 END Class3 is Class inherits from Class2 END Obj is Class1 dynamic = new Class3() ObjIsClass2 is boolean = Obj is Class2 // False!! Why? Is it...
View Article[WB21] Ajax table - How to get row info in browser code on the "onmouseover"...
Hi, I've been banging my head on this for a couple of hours. The situation: - Ajax table - One container column with an icon - Icon has an Ajaxexecuteasynchronous call on the onmouseover event in...
View ArticleWindows 10 update and Certificate
Hello all, In my Windev 20 project i use a call with soaprunxml(), it is with a certificate what is installed on the pc. By the call in my app the certificate is shown and the user has to click OK,...
View Article