[WD20/21/22] Button Function (4 replies)
Hi I have a question about a button function. I use the functions "left button down" and "left button up" on a button control. Now I want to set the trigger of the button on a hardware button. The...
View Article[WD21] How to check whether hTransactionStart has already been called? (1 reply)
Hi all, hTransactionStart cannot be called nested. Is there any way to check whether a transaction is already being logged, before starting a new one, other than using own flagging? Best regards Ola
View Article[WD20] Logging exception stack globally (no replies)
I currently use the following code in my project file to globally catch exceptions. When exception run: CASE EXCEPTION: sException is string // Get error string IF ExceptionInfo() <> "" THEN...
View Article[WM21] app crashes after receiving push notification (no replies)
Hi everyone, Why when I send a push notification to my App this crashes. This did not happen a few days ago. When I copy the same procedure in any other test app, it works correctly. Any suggestions?...
View ArticleWB22 - Center the page in the browser or frame.
Hi all, I switched from WB17 to WB22. Most of the time I was using Center the page in the browser or frame on the GUI tab, but in version 22 it disappeared. Can anybody help me out with this ? TIA....
View Article[WD21] How to get the value of a string key in a FOR ALL loop of dynamic array?
Hi all! The header says it all: How can I get the value of a string index of a "row" of a dynamic Associative Array in a FOR ALL loop? Best regards Ola
View ArticleBuilding a wizard for Mobile similar to WD Wizard in WinDev examples
I am building a wizard in my mobile web app - the wd wizard in the windev section looks like a great start for my mobile app. The example that says "This explains how to easily manage a Wizard window"...
View ArticleCWizard and cAssist Classes in the WD Wizard example
Were these classes written by the author, cWizard and cAssist, or created by a template (i came from the clarion world) so pardon me for following that line of thinking. If templates mean something...
View ArticleWB22 -> high memory use - very slow.
Hi all, I am little :mad: frustrated in using WB22. Starting the environment uses about 150mb of memory. I have a simple project consisting of about 5 pages. After changing the layout and several...
View ArticleWB19 - SQl question (3 replies)
Hi all - I've got a piece of SQl I can't get working - sSQL is string = [ Select * FROM gpsdContact WHERE sFirstName LIKE '%1' AND sLastName LIKE '%2' AND bDeleted = 0 ] sSQL =...
View ArticleMP4 (1 reply)
Hi All does anybody know if windev plays mp4 files. I cannt seem to be able to and help is not helpful. any help welcome. Thanks & Regards Noel
View ArticleTri state check box in table not saving third state (on turtorial,express...
I am a bit confused,when i run the code below it changes the checkbox to the third state buth it is not saving the third state to database.Do i need to switch the key type checkbox to aray?is there...
View ArticleWebdev v22 71n update hoses tab control
Hello All, I just updated Webdev version 22 to 71n and open my project that I was doing in 63 and tab control tabs at run-time are 4" tall in design they are 1/2" tall. Anyone seen this? This was not...
View Articlebuffers and strings
Greetings Gang! Does anyone know how to turn a buffer into a string? Ordinarily it does it just fine, but from time to time I get <0> left over. does anyone know how I could turn this...
View Articlem_PreviousButton is Champ < What is Champ ? (3 replies)
In this code, copied from the wd wizard app, what is being accomplished with the "is Champ " phrase. All below copied from Wd Wizard cWizard is Class m_nActivePlane is int // Number of the current...
View Article[WM 22] Encode Base 64 (no replies)
Good afternoon, I'm having some problems when encrypting an Image in Base64, I can't get it to work, it creates a very long string, longer than other Base64 Encoded images I've seen, and it isn't...
View Article[WD22] New Error Message (1 reply)
Hi, I have a network installation which all of a sudden when the client machine try to update are presented with the following Error message: Le fichier exécutable n'est pas valide. Les informations...
View ArticleBuildBrowsingTable function and displaying Totals of columns
Greetings, I am using BuildBrowsingTable to display content of selected query. After BuildBrowsingTable function fills the table with content of the query, how can I display Total of selected columns?...
View ArticleWB20 - Popup Question (2 replies)
Hopefully a quickie for someone, How can I close a popup page (which is a browser function) from a button whose code is server-side? Kind Regards Reg
View ArticleChanging Automatic ID to numeric (no replies)
I recently developed a WD20 app for a client. In development I used HF Classic but the client is using HF C/S. Everything went fine and it has been running well for a couple of weeks now. Yesterday...
View Article