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
Hello Argus Shellexecute/exerun doesn't work because the user logs in via a QR codeby infos - WinDev Forum
Greetings to the community I have a mobile app (WM24) Android I would like users to not be able to close the application on the system button of the phone Exit, how can I do it, has anyone had similar requests? Thanksby infos - WinDev Forum
You must specify the exact path to the imageby infos - WinDev Forum
Look at the HChangeDir() path, probably using this option?by infos - WinDev Forum
Hello Allard Maybe you didn't understand me, I use the "Ancore" option, but that's not it. I want my Looper that is above another Looper to automatically expand and move the looper below depending on how many records there are in the database like it does on the WebDev site.by infos - WinDev Forum
Hello everyone I have two looper controls one below the other placed on the form. How can I set the controls to automatically expand and scroll like in WebDev so that all records in both looper controls are visible?by infos - WinDev Forum
Yes this is an interesting idea, I created a osk.cmd file, clicking on this file starts the on-screen keyboard, however, when I run from the windev application to ExeRun("osk.cmd") it shows an error that Windows cannot find the C:\Windows\System32\osk.exe file. All exe files in the System32 folder run neatly except osk.exe, I don't know the reason for that. I tried to extract a sby infos - WinDev Forum
pao Wrote: ------------------------------------------------------- > If what yhou post here is one exact copy of your > code you are missing one \ , try with > C:\Windows\System32\osk.exe instead of > C:Windows\System32\osk.exe or use only > ExeRun("osk.exe") The code contains the correct path to osk.exe, but it simply does not work, try it yourselfby infos - WinDev Forum
I want to launch an on-screen keyboard from a WinDev application, not from Windowsby infos - WinDev Forum
How do I start the on-screen keyboard on Touch screens? Why this code doesn't work: ExeRun("C:\Windows\System32\osk.exe") or ShellExecute("C:\Windows\System32\osk.exe")by infos - WinDev Forum
Is there a "Collation" option like with mysql database?by infos - WinDev Forum
That you have to register the API key with Googleby infos - WinDev Forum
I solved the problem, set the procedure Procedure (item is in) The parameter from the AdOption menu writes the IDitem variable The only problem left for me is how to keep the Menu expanded, I can't find an option to expand the Menu, every time after clicking with the mouse the Menu collapsesby infos - WinDev Forum
I solved the problem, set the procedure Procedure (IDitem is int) The parameter from the AdOption menu writes the IDitem variable The only problem left for me is how to keep the Menu expanded, I can't find an option to expand the Menu, every time after clicking with the mouse the Menu collapsesby infos - WinDev Forum
Hello everyone Although these posts were a long time ago, I will follow up because I have the same problem. My question is how can I pass a procedure Parameter to a Wlanguage procedure? I've been trying for a while but no luck <Result> = <Source menu>.AddOption(<Option to create> , <Caption> , <WLanguage procedure> [, <Procedure parameter>])by infos - WinDev Forum
Did you enable ajax where you entered the code?by infos - WinDev Forum
Greeting Take care that the forum has the possibility to insert photos, which is very important for exchanging code or other examples, to me personally this seems outdated and too slow communication when we have at our disposal various advanced social networks with greater possibilities. Messages on social networks are noticed much faster than on forums. This is my opinion, which I believe is shby infos - WinDev Forum
No one here has used this method?by infos - WinDev Forum
Hello everyone I have on my web page (php) a Menu that I fill programmatically, how can I pass the item ID to the procedure when I click on a specific submenu? Has anyone done this? Thank you My codeby infos - WinDev Forum
Greeting Contact me by email infos.pilot@gmail.comby infos - WinDev Forum
Hello everyone 1. Is it possible to programmatically add images to the Banner control? 2. How can I set the automatic scrolling of the LOOPER control? WebDev 23by infos - WinDev Forum
Greeting I solved it in the UnicodeToAnsi(Caract(255)) wayby infos - WinDev Forum
Greeting Does anyone have a dongle for sale for WinDev Mobile 24 or laterby infos - WinDev Forum
Hello everyone From the mobile application (WinDev Mobile) I create a txt file in ANSI format. The first line of the file must contain the character [ ÿ ] [ 350,1,______,_,__;ÿFooter 0 ] This character is obtained with the command Caract(255) It works fine from my application on a PC, but not from a mobile phone Mobile send instead of this character [ SUB ] Have you had similar problems,by infos - WinDev Forum
Greeting I don't know if you can send files using that protocol? I use the ftp protocol and it works without problemsby infos - WinDev Forum