I am late at the party. If you are ready to learn new technologies and languages then I would suggest you to give Frappe Framework a close look. It is low code tool for building multi tenant enterprise web applications. For the proof of its proves and features also check out the famous open source ERP build using Frappe Framework. It is called ERPNext. After building a solutioby YogiYang - WinDev Forum
Hell Peter, Thanks for the tips. I generally build all my projects to support UNICODE from ground up since WX20. I have researched for this problem quite a lot and have come across variety of suggestions in various forums. I even copy - pasted the text in many software and found that some of them showed the same problem that I am facing. After going through variety of documentations aby YogiYang - WinDev Forum
Hello, Oh!! Wow!! It seems I have found a solution. I set the RTF Win22 compatibility and now it is working. I am attaching the screenshot for reference. TIAby YogiYang - WinDev Forum
Hello Al, Thanks for your suggestions. But when I generate the PDF as per your suggestions the output contains ? marks. I am attaching the sample file. TIAby YogiYang - WinDev Forum
Hello, I have build a software which is working perfectly fine without any issues. But one of the new users is entering data using UNICODE in his local language. The data when entered is showing up perfectly fine in the controls but when that data is sent to a Report for printing it breaks. Here is a screenshot of the data entered in RTF control in the software and what is displayed inby YogiYang - WinDev Forum
Figma Import feature is another important one if done right. It can save hours...by YogiYang - WinDev Forum
Some of the features mentioned like support for Tailwind CSS are really interesting.by YogiYang - WinDev Forum
My experience with pgSQL functions is that sometimes if not coded properly they may not return the result in a valid JSON format. Check the final output that you get when calling a function in pgSQL console. Check to see if the structure is something like this or not. [ { "date": "2021-09", "department": "Administration", "by YogiYang - WinDev Forum
Hello Issah & Argus, Thanks to both of your for your suggestions and tips. I will surely keep them in mind and progress cautiously. TIAby YogiYang - WinDev Forum
Hello Steven, Thanks for the tips and hints. Actually we are planning to rebuild an app (which is quite big) originally built in WD24 to web and I have been trying to convince my boss to adopt the latest version of WX because I read somewhere that we can open WD project in WB and it will convert most of the UI so I am betting on adopting the latest version of WX. If we decide not to builby YogiYang - WinDev Forum
Hello, Currently we are using WD 24 but are planning to upgrade to WX 29 in coming months. But before we proceed I would like to know if it is really possible to convert an app built in WD to WB or not? If not what and how much work one have we to do in WB? I know it would be hard to say without looking at the actual app but if someone has done this, their inputs will help us make theby YogiYang - WinDev Forum
Hello, Actually I have never developed in WB? So I am safe in a way I have generally used core PHP for all my development. I am currently using Frappe Framework for build full stack business web app. Frappe Framework is Python based and Python is very easy to learn and use. I am also exploring the following low-code options: [*] Lowcoder [*] Flutter Flow (only works in Chrome browser &by YogiYang - WinDev Forum
Hi, Thanks for your inputs. Learning Dart may not be mandatory anymore as FlutterFlow has integrated AI that will generate necessary source as and when needed. My primary trial with FlutterFlow for building web apps did not go well as the performance is unacceptable especially when the amount of data is large. Probably may be because I am still new to it and don't know how to fine tby YogiYang - Off Topic Discussion / Ranting Corner
Hello, Recently I have been exploring various low code tools as an alternative to WX for building mobile and web apps. I am interested in knowing if anyone is using any such tool(s) for building mobile and web apps? Personally I am currently using these: FlutterFlow for building Mobile and simple Web Apps. (https://flutterflow.io/) Noodl for building complex responsive Web Apps. (httby YogiYang - Off Topic Discussion / Ranting Corner
Hello, The approach I suggested is way better and proven also. As for setting up PHP just check out Laragon. It is portable and there is not setup required at all. HTHby YogiYang - WinDev Forum
Hello, If you are ready to divert from WX platform for building web apps then I would advise you to check out a few of these low code tools that may prove to be life saver and time save also. Here I go.... [*] ToolJet (This is an open source tool and can be deployed locally on premises) [*] appSmith (It is open source and works like a charm and can be deployed locally) [*] BudiBase (Thisby YogiYang - WinDev Forum
Hello, I don't think you can do without a server. Trying to achieve this by using Sockets may prove to be over engineering. As Marijan suggested use Apache with PHP. Personally I prefer using php4WDX from my mobile and desktop apps. Please check this free library. HTHby YogiYang - WinDev Forum
For MySQL I would suggest you to look up this - A tool called Webyog also supports generating necessary SQL queries for alteration between to different databases. Also check this feature list of Webyog. For SQLite check out the tool - Hope these are useful to you.by YogiYang - WinDev Forum
SteveSitas Wrote: ------------------------------------------------------- > > Generally, you cannot downgrade projects from > newer versions to older versions of WX. > Thanks for drawing my attention to the downgrade of projects problem in WX. That has skipped my mind altogether. @Guenter, that is an interesting observation. I have plenty of memory as my PC is equipped wiby YogiYang - WinDev Forum
Thanks @Al and @Guenter, I will surely check the Expression Edition. But I am confident that I will be able to learn and adopt to the new IDE of WX 28. My main concern is that if the IDE is unstable and crashes a lot then I may have to downgrade to WX27. Will this be possible? TIAby YogiYang - WinDev Forum
Hello, Currently we are using WX 20 & 24 but are planning to upgrade, but before we bite the bullet need to know whether it is worth upgrading directly to the latest WX 28 or not? Another thing is that if we purchase WX 28 and then can we downgrade the license to use WX 27 if required? This would only be required if WX 28 does not fulfill out expectations. Finally I hear rumors thatby YogiYang - WinDev Forum
After playing with ChatGPT for a month now I can say that I am able to find really good code samples in Python, C# and Pascal but not in WLanguage. One of the reason for this is because the source file saved by WinDev IDE are in binary format and the engine of ChatGPT cannot process these binary files. If we want ChatGPT to give more accurate results for WLanguage then we need to host the cby YogiYang - WinDev Forum
Hello, Thanks everyone for your invaluable suggestions. Regards,by YogiYang - WinDev Forum
Hello, I have been assigned a task to scrap all the data from this URL: For this I was suggested to use Selenium in Chrome with a bit of Python. But instead of using these would it be possible to implement data scrapping in WD or WB? Has anyone got any experience in data scrapping? If possible can someone help me get started on this? TIAby YogiYang - WinDev Forum
Hello, When is comes to access in MySQL/MariaDB from Mobile app, I prefer to use Php4WD. It is very easy to setup and configure. If you are interested in use it you can download it from below link.by YogiYang - WinDev Forum
Hello, I have been using MySQL/MariaDb in Ununtu for a year now but have never had to wrestle setting it up to the extent you have had to. I salute you for your efforts. When it comes to non-Windows platforms we need to understand one very fundamental difference and that is that every file created is linked to the user/owner. I generally user the following command(s) to install MySQL/Marby YogiYang - WinDev Forum
Hello, Check out the open source VB6 project PhotoDemon. It is using FreeImage exclusively for loading and converting image formats. It will give you some ideas as to how to use FreeImage library effective. Here is the URL: HTHby YogiYang - WinDev Forum
Hello, I have implemented a on screen report in which I am adding columns to table at runtime. Every thing is working fine but at time when there are many columns some of the columns become so narrow that their contents are not readable and the user has to manually double click on the column header separator to auto size all columns in table. Can we get Table control to auto size its colby YogiYang - WinDev Forum
Argus, You are right, but these tutorials are not for beginners or intermediates. They are for seasoned WX developers.by YogiYang - WinDev Forum
Hello, pao Wrote: ------------------------------------------------------- > We have done something like this usinfg > controlclone in the report. > We only have 1 report to print the information > from table controls, the report checks the number > of columns in the table control and create the > same number of columns in the report. > The dificult part was to calcby YogiYang - WinDev Forum