Hi Stefan, there is my procedure "ResetColumnConfiguration" The global procedure ResetColumnConfiguration() adds a function which is not contained in the AAF-menue of a WINDEV standard Table control. The AAF for a Table control allow for moving, resizing, hiding of shown and showing of hidden columns of the Table control. It even stores the current configuration of the columns! Usby gpredl - WinDev Forum
Hi, it works to a limited, but usable amount ...by gpredl - WinDev Forum
Hi Al, thanks a lot for your suggestion with the two header rows!!!! That's a great hint! I'll do a test with it and I'll report the outcome. The project includes about 100 tables on a lot of windows and a single window that enables our customers to tweak each table to the user's needs and taste. Initially, it contained the means to tweak the row's font, fontsize, cby gpredl - WinDev Forum
Hi, I suspect, I'm stuck on a bug. I'm trying to change properties of the Header of a Table column. The header has a single line. So, the Help System's suggested function to change the text size of a Table's column to 15pt would be: MyTableName.MyColumnName..TitleHeader[1]..FontSize = 15 This is giving an error, saying: 1 is an invalid index The values of the Tablby gpredl - WinDev Forum
Hi, no, we didn't get anything like that at any time. Did you get an info to give PC Soft access to a memory dump file?by gpredl - WinDev Forum
Hi Michael, random errors out of nowhere, just my ... lots of our customers are bakeries and they have big refrigerators for their goods, air conditioners, deep freezers and so on. Whenever such a machine starts, it sends a short series of spikes into the mains and into their computers. I don't leave house anymore for those rather frequent complaints, I just recommend buying a UPS (= USV) foby gpredl - WinDev Forum
Hi marcov, did you inform PC Soft Free Tech Support? If so, what did they say?by gpredl - WinDev Forum
Hi Michael, is it a memory leak?? Which version of WINDEV?by gpredl - WinDev Forum
Hi, you should have received a mail with the password for upgrade. If you did not then ask PC Soft ...by gpredl - WinDev Forum
Hi, I'm using WINDEV v28 since its introduction in 2022 and there have been only a few (3 to 4) unexplainable crashes. I suspect, crashes are caused by not having enough installed memory. Each time, I lost an small amount of code only. A v28 project needs about 700mb while a v26 project only needs about half of that. Crashes happened only when several projects of different WINDEV versions weby gpredl - WinDev Forum
Hi YogiYang, most new versions do fix problems of the older ones. So, if you found some annoying issues in version 24, it may well be that those issues are gone in v28. Or not. You should do a test ... Most new versions, in your case 25, 26, 27, 28 do offer a bunch of new features. It may be, your programs could look more modern oder more elegant using those features. Think again.by gpredl - WinDev Forum
Hi Steve, thanks a lot!by gpredl - WinDev Forum
Hi Steve, thank you! I don't believe that they fixed it - because this has been a singular event. I suggest you send a short description to Tech Support anyway and mention that switching from winter time to summer time can't be simulated. In v27, I had a non-demonstratable issue as well, but someone at PC Soft looked at it and fixed it in v28.by gpredl - WinDev Forum
Hi Steve, thank you for the warning!! Btw, did you inform Tech Support about that issue? What's the time (hh:mm) to start the backup??by gpredl - WinDev Forum
Hi, 'autocomplete' is discussed in the Help. There you'll find how to switch it on/off and how to tweak it!by gpredl - WinDev Forum
Hi José, it was the second option! Thanks a lot for the info!!!by gpredl - WinDev Forum
Hi, whenever I'm clicking to show a certain procedure all of the procedures of the current Element are shown too. I remember that in previous versions only the clicked procedure was shown. Did I fail to click a certain option of the project? I want to see & edit a single procedure only not all the dozens of unrelated procedures ... any ideas?by gpredl - WinDev Forum
Hi Donald, thank you! Use WInSCP and the address isby gpredl - WinDev Forum
Hi Donald, I'm sorry, I accidentially deleted your post about the missing Linux Application Server v28 / 10 conn. ! Most probably this is an error, because there is an upgrade to v28 of the Linux App Server ( EWBPL2728US ) available.by gpredl - WinDev Forum
Sorry, there's no way to get at your lost password. Good luck!by gpredl - WinDev Solutions
Hi Donald, imho there is CloudMounter in order to accomplish that feat.by gpredl - WinDev Forum
Hi, 1 - Note: English and French versions are closer than ever before, November to mid-February is a truly great achievment! We hope to get both versions at the same time next year! 2 - PCS fixed two errors in comparison to previous v28-versions. Menue items had a nasty problem, Alt-2 for "2 - My item" didn't work before, now it's working fine again. Changing the name ofby gpredl - WinDev Forum
Hi, please, ask PC Soft! We cannot know ..by gpredl - WinDev Forum
Hi Peter, yes! Leaving a FOR-TO or a WHILE-END loop prematurely leaves the stack filled without a chance of garbage collection. Result is like a memory leak. Even in programs with the old Microsoft BASIC Compiler one could invite desaster by leaving a loop with a 'GOTO outside' command. I don't know how WLanguage reacts because I never tried to leave a loop by GOTO - I'm usingby gpredl - WinDev Forum
Hi, a WHILE-END loop is just a suggestion ... what to do if the response time is regularily short but once in while the response takes a very long time? If you do a Multitask(..) and wait a long time, your program wuill be sloow ...by gpredl - WinDev Forum
Hi, there are plenty of commands to ... Multitask You could use a while - end loop to wait for a response and you could introduce a Timer to break the loop if it's a 'time out' e.g. WHILE MyResponseVariable = "" ENDby gpredl - WinDev Forum
Hi, there always has been a price difference between upgrade prices during a certain period after announcement and later. Usually, the difference is even more than 10%. The upgrade period for the French products has ended already! However, as we can see in v28, the unification of French and English products has advanced quite a bit and I suspect that there will be no "French" and "by gpredl - WinDev Forum
Hi, most of the label printers do have their own programming language (per manufacturer)! There should be a "Programmer's Manual" available for that printer. Use Google .. as an example:by gpredl - WinDev Forum
Hi Rubén, the translation did not work in this case ... Hi, I have an application that queries the content of some official sites to display it to users. Up to version 27, the HTTP functions and variables in WM and WD worked correctly. With version 28, apparently because they have upgraded to OpenSSL 3.0, this no longer works when querying many servers because they are not properly updated inby gpredl - WinDev Forum
Hi infos, for me, this procedure would take too long. I just do a copy of the project code if changes had been made there. The project code is the only part of the project which is lost - because I simply do not know where to find it in the broken project folder.by gpredl - WinDev Forum