Taskbar Right Click Menu (1 reply)
In Window Taskbar, users can right-click on the icon and see menu of options or recently accessed files. Does anyone know how I can create this in a WinDev22 application? Gary.
View Article[WB22] - LoadDLL no longer working [RESOLVED] (2 replies)
This is complex DLL Hell issue - and there is no workaround. WD19 was able to load a critical "64 bit"dll - [webdev dynamic application running on IIS8.5 on Windows 2012 R2 standard (64 bits)]. Now...
View Article[WD22] IDE Sluggish??? (4 replies)
Is it just me or is the WD22 IDE less polished than earlier versions - I find that there are long pauses, for example when adding new controls to windows. It also seems to have changed in that often...
View ArticleQuestion about Key vs Key+Link in Analysis (no replies)
Hi, just a question: looking at performance, is a simple key in a big file (10 - 50 gigabytes) much better than a key with a link to another file? And if, at about which percentage would you estimate...
View ArticleWindev Mobile 22
I am doing the windev mobile 22 tutorial - newbie . I am trying to generate the android application - I have installed the gradle tool set, and that looks fine. I have install the Android Sdk, and can...
View Article[WB22] - Scheduled Task with a Stored Procedure
Good afternoon I want to do a Scheduled Task with a Stored Procedure in WebDev 22, I have a small test project, where I created a stored procedure with only the following code:...
View ArticleCheck Box - just checked value
Hi Folks I have a check box with 10 options. How do I tell which option user just modified? If user checks one item, how can I programatically know which one was checked (modified). I want to be able...
View ArticleWD V22 Edit Join change is so bad its on par for when I left Clarion
V22 show that editing joins in the query builder now ONLY supports the primary key of the table. As I'm sure most know the primary key of two tables are rarely the thing you join on. How did PCSoft...
View ArticleWEBDEV treeview
Hi, Is there anyway to change/replace the '+' & '-' with other image in the treeview control instead of using the standard plus and minus sign? Regards, PETER ZHOU
View ArticleWD22 pdf report background [Solved]
Hi, Ive created a report which uses a PNG image for the background which works fine until I export to PDF then the background image disappears. Any ideas? Thanks ISO
View ArticleHFSQL CC - Pass parameter
Hi Folks In the HFSQL CC query window I have pasted my query from my development query to test. It has a parameter e.g.:{pInvoiceNumber}. How do I pass the parameter or do I have to always overtype...
View ArticleWX 22 v71 validate 2 is released
Hi, [pcsoft.fr] Any idea about the US version ? Thanks Danny
View Article[WD20] ..PhysicalName locks the HChangeName function
Hi, [Example 1] Trace(MyFile..PhysicalName) display "MyFile" HChangeName(MyFile, "CIAO") Trace(MyFile..PhysicalName) display "MyFile" HChangeName(MyFile, "SI") Trace(MyFile..PhysicalName) display...
View Article[WD20] Any Negative Impact from having 2 Db's open at once?
Does anyone know if there is any negative impact when staying connected to two different hfsql databases? Specifically if one database is client/sever and one database is classic.
View ArticleError - Need to be in string format for search
I can't figure out how to set this up to run right - FOR EACH gpsdContact WHERE sFirstName [= EDT_FirstName AND sLastName [= EDT_LastName Keeps saying it needs to be in String format like in HFilter -...
View ArticleDatabase connectivity issue for Windev exe in windows 10
I have exe file generated using windev 12. This exe was used to install successfully on windows 8 and connected to genuine database mention in initialization file. But when I switched to windows 10,...
View Article[WD21] Difference of TABLE.. and TABLE[TABLE]..
I can't find this in the tutorial book or the concepts book. We have code like IF TABLE_Example[TABLE_Example].COL_Title <> "" THEN //do something END We also have code like IF...
View Article[WD21] Hidden calculations in reports do not work!?!?
Hi all, Using the report editor I am doing a somewhat complicated query-based report which includes both visible automatic calculations on data fields and their break sums and total sums. These work...
View Article[WD21] How to pass two conditional parameters to a query? (Solved)
Hi all, I need to pass two "conditional" parameters to a query. For example, I want all records to be included that have either boolean field A true or boolean field B true (or both true). But if both...
View ArticleTable->Form. -- Found it.
Hi, I have a kind of strange behaviour on a combination of window(Table) and window(Form). When I click on a record in the table, the form is opened and I can change the date. When I keep the form...
View Article