From PC Soft's Web Site: This version contains several improvements further to user feedback on version 280085n and includes new features. New names of constants used by the emailSMTPSession type: Until version 28 Update 1 (280085N), the Option property of a variable of type emailSMTPSession could take the following constants: emailOptionDefault, emailOptionSecureby gpredl - WinDev Forum
Hi Piet. FTP. Things have been changed fundamentally in version 28! The main "problem" (for us) is that the communication is encrypted now. As a standard. Who needs encrypted FTP? Not me. My humble advice: use v27. I tried to use v28, failed and received advice that it would be updated. Update came, but I didn't test it. Reading your post .. I'm in doubt. If you really have toby gpredl - WinDev Forum
Hi, I didn't look into it, but when looking at the style of the Table Control there's a definition of the image to show in the header. Maybe, thtat's the place to see the "none"?by gpredl - WinDev Forum
Hi, though it looks a bit funny, the "none" is the correct identification for users because the column is not sorted by this item.by gpredl - WinDev Forum
Hi Dennis, 1 - just in case that HFSQL C/S is the only database system you're using, you CAN build your log-ins etc on the user-system of the database. I did it once and there had been quite a few obstacles. It's about 15 years ago and, maybe, things are very different today. However, if you do so, you will have to use HFSQL C/S with that program ONLY! No way out. 2 - If you wantby gpredl - WinDev Forum
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