Hi Jan, I did not think of that. Can you direct me to the best way to conrvert an imgage to PDF? Thanks. Grt/Aadby AadG - WinDev Forum
Hi all, Does Windev have any functions to put several images in one image file, like one can do with PDF-files? Best regards, Aadby AadG - WinDev Forum
Do you use the TSPlus client ? I assume you do, but one never knowsby AadG - WinDev Forum
Hi Frans, On the server go to file association, "Associate a file type or protocol with a specific program". Look for .doc and .docx, Be sure that the current default is OpenOnclient.exe. You may have to do this on every user of the server, but sometimes this works for all users. Also look for .eml and do the same. I hope this helps. Best regards, Aadby AadG - WinDev Forum
Hi all, I'm struggling with the upload/download example in WB24 (several files in one upload) but I'm not getting it to work. Anyone willing to share a code example that works? Best regards, Aadby AadG - WinDev Forum
Hi Argus, Thanks for the suggestion. I will look into this. Best regards, Aadby AadG - WinDev Forum
Hi all, Lately we noticed that the Mantamanager uses 25% of processortime, even when nobody is active. Tried with 24 and 25, but both give the same result. I never checked this so I don't know if it is normal behaviour. HFSQL is installed on 2 Windows 2012 servers both with the same result. Has anybody any experience with this ? Best regards, Aadby AadG - WinDev Forum
Hi Jan, I have no real code. It's just a standaard loop. I want to make a ReIndex-module for several hundreds of files. Was wondering if there's a way to interrupt that loop, because it takes quite some time to finish. Hreadfirst(File,Index) While not h.Out(File) IF KeyPressed(kpEscape) THEN Info("Loop stopped.");BREAK Hreadnext(File) Endby AadG - WinDev Forum
Hi Al, Did some experimenting, but can not get it to work. Thanks voor your help. Best regards, Aadby AadG - WinDev Forum
Hello to you all, I have a While not/end loop and I want to have the possibility to interrupt that loop. Tried with "IF KeyPressed(kpEscape) THEN Info("Loop stopped.");BREAK" Does not seem to work. Anybody with a better idea ? Thanks for any assistance. Best regards, Aadby AadG - WinDev Forum
Thanks Frans, That's it. Best regards, Aadby AadG - WinDev Forum
Hi all, One of our users get's an error: What happened? Unable to open <WD_DisplayException> window: > The 'WD_DisplayException' element was not found. Can't find anything about this. Does someone knows what this means ? Best regards, Aadby AadG - WinDev Forum
Hi all, In a table I want to use SelectionColor(TABLE,White,iLightRed) for changing the color of the selectionbar on the fly. This results in White-part works but the backgroundcolor of the bar doens't change. Has anyone experience with this ? Best regards, Aadby AadG - WinDev Forum
Hi all, In Webdev, like in Windev, it's possible to use the YesNo-function (window) . Does anyone know how to alter this message (translate)? I copied several windows from the Preset folder into my Projectfolder and tried to change them, but I cannot bring them into my project. Any help appreciated. Best regards, Aadby AadG - WinDev Forum
Hi Reg, HTMLmap is the map where you saved the HTML-file like EmailImportHTML(MyHTMLText, "C:\Email"). (see the help EmailImportHTML) Best regards, Aadby AadG - WinDev Forum
Hi Al, Good suggestion. Thanks for your constructive answer. Best regards, Aadby AadG - WinDev Forum
Like I said earlier, I liked Fabrice Harari's idea, but in my specific case, it's to much work to implement. I took the liberty to snoop around on the PCSoft forum and found a piece of code by Piet van Zanten (2008 ) This code was exactly what I was looking for. Easy to implement to get records back. Best regards, Aad i is int FOR i=1 TO HNbRec(VVE,hStateAll) HRead(VVE,by AadG - WinDev Forum
Hi Argus, Nice idea. This will work. Best regards, Aadby AadG - WinDev Forum
Hi all, I'm looking into hCross() to find out if it is usable on a daily basis. Always handy when a "deleted" record can be recovered. It's not clear to me how a crossed record can be determined in a file. I know that hModify or hWrite can re-enable a record, but then I need to know which record en where to find it. Has anybody any experience with hCross? Thanks forby AadG - WinDev Forum
Thanks Al, that is where I was looking for. Best regards, Aadby AadG - WinDev Forum
Hi all, Is there a way to save the executable of a project in another place then the default. I've looked in all the options but did not see a changepath for this. Best regards, Aadby AadG - WinDev Forum
Hi Paul, Thanks for your answer and offcourse it's workingby AadG - WinDev Forum
Hi all, Is it possible to refresh a single field, i.e. run the initpart of a field? Best regards, Aadby AadG - WinDev Forum
Hi Guenter, Thanks for your reply. Quite complicated for only a backgroundcolor. I think my customer has to do with the current situation Best regards, Aadby AadG - WinDev Forum
Hi all, In a table you have the possibility to change the bankgroundcolor via a popup menu. Everytime you close the application, the colors are gone. Does anyone know if the choosen colors can be saved to make it a sort permanent. ? Best regards, Aadby AadG - WinDev Forum
Hi Jan, No. Setfocus() and ReturnToCapture() do not respond. I think found a bypass but have to do some tests. BTW, did you receive my mail about your e-mailexample. I received the WD25 example, but I still have WD24. Do you have by any chance the WD24 example in your possesion. Best regards, Aadby AadG - WinDev Forum
Hi all, I'm trying to use ReturnToCapure in WB24. It says that this cannot be used in Servercode. I tried to execute a button with ReturnToCapture in the browsercode section but no result. Has anybody a solution for this. I need a mandatory field but when I use Mandatory, executionspeed goes down drastically. Have to wait about 20sec til my screen shows. Best regards, Aadby AadG - WinDev Forum
Thanks Guenter, There are a lot of options I see. Indeed no window closing after touching the ENTER by mistake. Best regards, Aadby AadG - WinDev Forum
Thanks Al, My thoughts are that every new patch has to contain the earliet changes until you make a new .exe just like with differential backup. So when I use NONE and then mark one changed window and make i.e. patch 10, do I still need patch 1 to 9, because they contain my earlier versions. You notice I'm a bit confused how this is working. Best regards, Aadby AadG - WinDev Forum