Yogi, I will give php4WDX a try and see how it goes. Paulo, great idea !!! Since an HFSQL is always installed somewhere on our systems, it looks like a simple and bomb-proof idea. Now I just may (?) have to implement WX apps that can access 2 different connections at the same time ... Regards Steven Sitasby SteveSitas - WinDev Forum
Hi, thanks everybody for the suggestions. I want to make this very simple for the end user - so compatible WX apps can communicate (directly) with NO need for Webservers/Application servers. Nothing else to install except the WX apps (Mobile and Windows). They could be on the same network or they could just use Bluetooth... Seems like the only way to do it is with sockets - just like a WX cby SteveSitas - WinDev Forum
Hi, I need to send a JSON variable/text etc from a Windev Mobile application to a Windev application. Has anybody done something like this? I know I can do it with a web service, but I need something that works without a WEBDEV application server. Are sockets the right way to do it? Regards Steven Sitasby SteveSitas - WinDev Forum
Hi, I have been investigating some 140005 errors on test data on my machine (using WINDEV 27 and HFSQL Classic files). I always use Transactions and while playing arround with JSON variables, I "tried" to evaluate them in the debugger. After a while I got/get a GPF and my WD27 IDE closes .. The transaction is NOW corrupted and I get the "famous" error 140005. Having a dby SteveSitas - WinDev Forum
Hi, I would first check my antivirus sofware - it could be blocking the install ... Regards Steven Sitasby SteveSitas - WinDev Forum
Hi Marcov, I wasn't talking about WEBDEV and PHP - for me WEBDEV and WEBDEV PHP are still incomplete products. PCSoft needs to really think hard about the future of WEBDEV. I was talking about something like PHP and Laravel or CakePHP, something that is more mainstream and with a larger community. OfCourse WINDEV/WINDEV Mobile is in a class of it's own ... Regards Steven Sby SteveSitas - WinDev Forum
Hi Marcov, if the app will run in an intranet network, do yourself a favor, and use WINDEV instead of WEBDEV. When WEBDEV matures you can try to move the app to WEBDEV. If you must have now a WEB version also _and_ your team already knows a mainstream WEB programming environment - say PHP - use PCSofts MySQL driver and create your WEB version with PHP. You will have the best of both worlds .by SteveSitas - WinDev Forum
Hi Alexander, I received your email and I sent you back an email for my order. Did you get it ? Regards Steven Sitasby SteveSitas - WinDev Forum
Hi cabinetman, It looks like a file access problem ... 1. If you haven't looked at: it is worth reading - a lot of things have changed with Android 11 and file access. 2. If you are using an external SD then the SD card may have a problem ... Also make sure that you are NOT accesing/updating the files in the SD with another application 3. Take a look here for more ideas:by SteveSitas - WinDev Forum
Hi, I am looking for a way to compare 2 versions of a database and automatically create the alter statements .. In the past, when I was working with Clarion and MS SQL, I used MS Visio Enterprise and everything was done automatically. Unfortunatelly my old MS Visio Enterprise installation does not work anymore in Windows 10/11 and the newer versions (if they still have this functionality) coby SteveSitas - WinDev Forum
Hi, I need to support SQLite and MySQL databases in some of my WD apps. But since the database structures are probably going to change sometime in the future, I need something like WDModfic .. * I understand that we need to do some type of database schema comparing and then create fields and indexes with SQL etc .. But I would prefer an automated solution Any suggestions? Regards Sby SteveSitas - WinDev Forum
Hi Peter, But wouldn't I need to install, first, 2 nodes of a simple HFSQL server, on the same machine - to use with a cluster - if I wanted to be able to access both c:\ and d:\ databases ? Or am I missing something ? Regards Steven Sitasby SteveSitas - WinDev Forum
Hi Eric, thanks for the idea - but it looks a "little dangerous". Even if it would work - remember some, of my databases are on C:\, others on D:\ etc - I am afraid that PCSoft may change something in the future and It stops working ... I will try with 2 HFSQL servers (on different ports) on the same machine and if I have any performance issues, I will go for another server ...by SteveSitas - WinDev Forum
Hi Vassilis, I was afraid of that ... It's been a while since we've talked - I hope you and your family are well. Regards Steven Sitasby SteveSitas - WinDev Forum
Hi Vassilis, I wan't many DIFFERENT locations for the SAME HFSL Server - so I can support different databases on different hard disks .. Regards Steven Sitasby SteveSitas - WinDev Forum
Hi, Is there a way in ONE HFSQL C/S Server to use different hard disks to store databases? Or the only solution is to install many HFSQL servers? And then how is the perfomance of a single server affected? Refards Steven Sitasby SteveSitas - WinDev Forum
Hi Yogi, Since you are at v24, you could upgrade now to v28 and work with v27 (your v28 license includes v27 also ..) Don't start any new project with v28 - especially if you need to release before October this year. Generally, you cannot downgrade projects from newer versions to older versions of WX. The only thing I found that we can do is share an analysis with different versions oby SteveSitas - WinDev Forum
Hi Guenter, just sent them a report. Lets see what happens ... Regards Steven Sitasby SteveSitas - WinDev Forum
Hi Guenter, I didn't report it to Tech Support, since this is v26 (maybe fixed in v27?) and they probably would want me to replicate it !!! The time for the backup was 03.00 local time - this is the time the clocks changed in Greece. I was not surprised that the backup got confused in the first day, but I thought that it would start working the next day ... Regards Steven Sitasby SteveSitas - WinDev Forum
Hi, check to see if your scheduled HFSQL backups work after 25/26 March 2023. That day, time changed in many places in Europe, and in some of our HFSQL installations, scheduled backup got confused and temporary(?) stopped working ... Regards Steven Sitasby SteveSitas - WinDev Forum
Hi Peter, SysNbExternalStorage(), returns the number of "External Storages", not only SD Cards. These could also be "pemanent memory partitions .." - so you must check them to see if they are "really SDCards" On devices I have checked (XIAOMI, HUAWEI) there are 2 external storages, but only one is a SDcard. I will be doing, this week, some tests on a telpby SteveSitas - WinDev Forum
Hi Stefan, I tried that also, but in my environment (IIs and Https) I am having a lot of access problems from outside my internal network. If I "disable" my https certificate it works fine - no problem at all. But if I enable it, I get random errors !!! I just enrolled in a class for IIs on Udemy - just to refresh my IIs knowledge and see if I am missing something very basicby SteveSitas - WinDev Forum
Hi, PCSoft "updated" the documenation (in the WEB help) Regrards Steven Sitasby SteveSitas - WinDev Forum
Hi JP, you can try this: but you will must have v26 or newer Regards Steven Sitasby SteveSitas - WinDev Forum
Hi, after some testing and in contrast of what the documentation says, the connection (type of variable) WORKS with Mobile (v27) and HFSQL C/S and Classic. But if you do not follow a strict sequence of assigns, it will fail - the sequence seems to be important only for HFSQL C/S, not for Classic Here is what worked for me: a360_DataBaseConnection is Connection a360_DataBaseConnection.Useby SteveSitas - WinDev Forum
Hi, Is the documentation here "wrong" or am I missing something ? Is the documentation abou OTHER external databases except HFSQL C/S? The documentation says that Connection (Type of variable) it is not available in Android. But it seems to work OK and it is even used by PCSoft in a LST 109 example ... Any Ideas? Regards Steven Sitasby SteveSitas - WinDev Forum
Hi Darren, I searched the registry, but nothing ... Regards Steven Sitasby SteveSitas - WinDev Forum
Hi Al, I have tried both Agent .. and Ultrasearch but no luck ... Regards Steven Sitasby SteveSitas - WinDev Forum
Hi, I have a very "strange" error with the WD26 live update/HTTP installer. At some time I installed on my PC, v2.212 of one of my apps I uninstalled v2.212 and deleted everything concerning v2.212 and then tried to reinstall the new version v2.215 But at the end of the installation - and after v2.215 was installed succesfully!! - I get an error message saying that the "instaby SteveSitas - WinDev Forum
Hi Paulo, I can access both 443 and 80 from the internet ... Regards Steven Sitasby SteveSitas - WinDev Forum