Hello Arie I sent you a private messageby infos - WinDev Forum
I know it sounds absurd but? Does anyone have a dongle for windev v2024 for sale at a good price?by infos - WinDev Forum
greetings Maybe you should have set up the application logic differently Why are you putting all these events in the same memo field? Maybe it would be better to create a subtable that only contains the records that the plumber writes, each new entry goes as a new record and then you have the option to print a single record and when you need to print the entire content then you fill the contenby infos - WinDev Forum
Greeting Is your table linked to a data source? Try storing the data in memory, for example an array or similarby infos - WinDev Forum
Hello Yes, for the web you need to know at least the basics of html and css. There are no design limitations when using css.by infos - WinDev Forum
Hello Yes I had those problems with images on reports. Disable images or if they must be there then put them in html formatby infos - WinDev Forum
Markus I don't understand what you need this "row selector" for anyway? I have many tables in my application and I don't use a row selector in any of themby infos - WinDev Forum
Errorby infos - WinDev Forum
Thanks Ismir, this works great.by infos - WinDev Forum
Something like this?by infos - WinDev Forum
Hi How to load QR code from image or file using WM application? Has anyone done this?by infos - WinDev Forum
What application do you use for VPN connection on a mobile device?by infos - WinDev Forum
I use a mobile application for monitoring, or rather, reviewing and analyzing sales traffic. I connect through a VPN tunnel to the HFSQL database. All reports rely on SQL queries and it works quite well. For your situation, it might be good to consider moving the database to the cloud, connecting via web services. My colleague IsmirB is an expert for web servicesby infos - WinDev Forum
Hello What's up with PHP4WX development? The site is not active.by infos - WinDev Forum
What is the purpose of the mobile application? Maybe we could find some kind of solution.by infos - WinDev Forum
Greeting As far as I can see, the server is on his computer, which is an additional problem As he says, he uses VPN communicationby infos - WinDev Forum
Hello Danny I use different queries and union queries to pull data that is far more numerous than yours from multiple tables and I have had no problems. We can't know where your problem is until we see the structure of your tables and the query code you are using. If you are using a query on a "memo" field then that is not a good solution, you need to optimize your applicationby infos - WinDev Forum
Hello 1. At the beginning of the program I use code to check if the program is already running? NbRun is int NbRun = ExeRunning(fExeDir+"\MYAPP.EXE") IF NbRun > 1 THEN Info("PROGRAM IS ALREADY RUNNING!") EndProgram() END 2. If the program is inactive for a certain period of time, I use the code PROCEDURES Counter() //MousePos() IF CursorPos(cpScreen)by infos - WinDev Forum
I solved the problem in another way, using RTF control. Regardsby infos - WinDev Forum
greetings In my report the gFontXXX option is not giving the result as it should? Where is the problem? QuotePrimjer STC_Text = "Plain text"+gFontBold(True)+"Bold text"+gFontBold(False)by infos - WinDev Forum
RIBBON_KUF.RIBGRP_NoName4.SC_PeriodSelection_KUF.RADIO_selekt Thank you Guenter My problem was due to duplicate control names. Completedby infos - WinDev Forum
Error at line 129 of Déclarations globales de WinDevFaa_RaccourciBtn process. A control has no subelement: '.' operator not allowed. ----- Technical Information ----- Project : INFOS WL call: Process of 'Déclarations globales de WinDevFaa_RaccourciBtn' (WinDevFaa_RaccourciBtn), line 129, thread 0 What happened? A control has no subelement: '.' operatby infos - WinDev Forum
You don't need any ZXing, you have everything in WM24 Scan Mobile 24 Scanby infos - WinDev Forum
Renko and Steven, thank you very much for the praise Renko, I use php because my php server is much cheaper than a server with hfsql database. If it's a serious project, I'll be able to buy a server with an HFSQL database. By the way, this application was planned in the interaction of the clinic (practice) - client. Clients would order their appointment online through the app, anby infos - WinDev Forum
Greeting I did something in webdev a few years ago so if you can give you an idea WEBDEV PHPby infos - WinDev Forum
Merry Christmas to allby infos - WinDev Forum
You can only use one file why copy it to another folder? Place it in a separate folder and the program calls it with the hChangeDir() option HChangeDir(HSUser, ".\USER")by infos - WinDev Forum
I'm trying to get into your problem 1. Do you use HFSQL C/S or Classic files? 2. Can you use the HChangeDir option (see example ) I don't know what the logic of your application isby infos - WinDev Forum