Hi JP, 7b smells like problem with peripherals like printer, mouse etc. Do really habe an USB dongle or still a parallel dongle? Just a question.by gpredl - WinDev Forum
Hi friends, we are going to move the WINDEV FORUM from the current server (located in Germany) to a new server located in Helsinki / Finland. The old server IP was in a range that had been used by Chinese hackers and we still are blacklisted with gmail, .mail and others. Additionally, the new server is more cost efficient. There may be interruptions of accessibility or funny responses during aby gpredl - WinDev Forum
Hi Marijan, it depends on the number of your dongle. If your WINDEV dongle number starts with W28A... then you can only use updates for version 28. If your dongle number shows W29A... then you can download and use version 29 already.by gpredl - WinDev Forum
Hi Marian, general updates (e.g. in this case 29.nnna) do happen once a year. All of the following updates during the year (2024) are fixes to this one and are free. Previous versions are not updated from this point on.by gpredl - WinDev Forum
Hi, version 2024 / English has been announced. Please note: "announced" <> "released" Version 29 is now Version 2024. Logically, since we've got a new version each year, why not to call it after the year? However, the new features of version 2024 / English are detailed on The TDF (Tour de France Technique) has started on 7th of November and will show thby gpredl - WinDev Forum
Hi Infos, did you receive my mail???by gpredl - WinDev Forum
Hi, just send an e-mail to info@pcsoft.fr and ask them for the latest files for your version!by gpredl - WinDev Forum
Hi, it looks like there is an app server update v95gby gpredl - WinDev Forum
Hi Michael, it's the common way Europeans are doing things - they invent a new way to do something others are doing already. Everybody has their own "standards". However, the past has shown these small islands of standards are doomed. You'd have to persuade other countries to use your "standard". Cash registers. Each and every country in Europa plus the US of A haby gpredl - WinDev Forum
Hi, B2G per PEPPOL / ERB is mandatory in Austria since 3 or 4 years. It's free. However, they offer a web interface too where you can type in the goods / prices delivered. For companies with recurring services to army, schools etc the web interface is not a practical way to invoice. integration into software and access to a web service is necessary. EDIFACT communication can be done byby gpredl - WinDev Forum
Hi Steve, there are two, yes TWO, different standards for electronic invoicing in Europe and there is a de-facto standard which is used by thousands of businesses. 1) EDIFACT is maintained by the Unites Nations. EDIFACT takes care of hundreds of ways businesses and banks could comunicate with each other and with their governments. 2) PEPPOL is an invention of the EU commission and does tby gpredl - WinDev Forum
Hi, empty edit controls for strings are detected easily by IF Nospace(MyEditControl) = "" THEN ... For many controls, in the 7-Tabs-Window / Details Tab there is a check box 'Return NULL if empty' this one can be used for identifying an empty controlby gpredl - WinDev Forum
Hi ccc2 ... no, I don't believe that USB-C-dongles are ready for shipment. But anyway, send a request and we'll see! A deongle change is 49,- Euros as you know for sure. Please, tell us the result. Thank you!by gpredl - WinDev Forum
Hi, FlutterFlow offers a small portion of Flutter's range of widgets only. There's a number of stories on Medium comparing Flutter and FlutterFlow. Read them. Mostly not in favour of FlutterFlow. Using Flutter's Dart language, you have to become "fluent" in it which will take about 6 months of using and learning, 4-6 hours per day. Maybe, I'm doing that somewhen in tby gpredl - Off Topic Discussion / Ranting Corner
Hi, customers are simply "data" in the database. With the bad "globals" the global varibles are meant. Global variables are defined either on project level or on window / page level like: InvoiceTotal is decimal(7,2). These aren't bad or good, as long as they're really needed they're OK. But one should avoid to declare global variables wherever they could beby gpredl - WinDev Forum
Hi Jeff, honestly, I did not expect you to use "reports" for a simple label. It shouldn't be too much of a job to do it using i-commands like iCreateFont, iPrint, iTextwidth, iTextHeight etc. We routinely do label printing with i-commands only. For the reports I recommend to signal that to PC Soft.by gpredl - WinDev Forum
Hi Jeff, it's easy, you just have to re-define the label from portrait to landscape! iParameter(iOrientation,iOrientation_Landscape) iParameter(iOrientation,iOrientation_Portrait) - Look at the results of re-defining iPaperHeight and iPaperWidth - Next, maybe, look into the driver of the label printer.by gpredl - WinDev Forum
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