Hi Mark, Look for the hAlias function in the Windev Help. hAlias help Aadby AadG - WinDev Forum
It should be something like yoy said, but Outlook is my default emailclient even .eml. When I use the Preview window everything works fine. Email with attached PDF..... I switched the default mail client to Windows10 mail and this also gives no result.by AadG - WinDev Forum
I read something about EmailOpenMail and tried it out. Nothing happens, so no interaction with my standard mailclient. Can this be used in a Windev application? According ti the Help it should work on Windws. Regards, Aadby AadG - WinDev Forum
Hi Darren, I was just wondering why there is a hCopyfile and no Hcopydir. Advantage of the hCopyfile is, that it is easily to use when you don't know all the filepaths. I copy database files because I make heavy use of the hAlias-function. It's also handy for making backups. Best regards, Aadby AadG - WinDev Forum
Thanks for your reaction, but no. This can only be used for plain copying, but not for copying maps from the database as hCopyfile can. I think files are locked with fCopydir but don't know for sure..by AadG - WinDev Forum
Hi, There's a function hCopyFile to copy HFSQL files to another map. Is there a function like hCopyDir. I looked in the help but could not find anything. Best regards, Aadby AadG - WinDev Forum
Hi Jan, See my post from a few days ago. You need to uninstall and completely delete all the HFSQL-maps. Grtz, Aad Troubles with HFSQL after Windows updateby AadG - WinDev Forum
Hi Guenter, Than you for replying. I looked on the Notifications page, but I overlooked the option on the 1st tab. I disabled the statistics option and now it's OK. My crash problem solved to. I completely uninstalled the HFSQL-server and installed it again. Before that I deletd the Alert.* files in the _system map. Now stopping and starting the server is possible again. Best regby AadG - WinDev Forum
HI all, In the HFQQL Control Center there is a item Notifications. IS there a way to disable this function? Since today, maybe after a windows update, my HFSQLserver 25/26 crashes when I chooe the option Stop the server in the Control Centre. I have to restart my computer. Has anyone seen this before or experienced the same behaviour? The notifications consist of 10000 errors during reby AadG - WinDev Forum
Hi Argus and Guenter, This is what I was looking foor. I overlooked this sotution in the Help. Aadby AadG - WinDev Forum
Hi all, With AAFDisable(MyWindow,TabletoExcel) you can disable the export of a table. Does anyone know if there is a global way to do this. Best regards, Aadby AadG - WinDev Forum
Hi JP, Thank you for your explanation. My only concern is that people that have access tot the sourcecode can read the passwords used to protect the files. So what we want is to keep out the password from the sourcecode. That's why I got the idea to store them in a separate component. I don't know excactly how they work, but that shouldn't be to hard. The question is, can dby AadG - WinDev Forum
I was wondering if it's possible to put the hPass in a component or is such not possible, because values are not transferable to the main program.by AadG - WinDev Forum
Hi Paulo, Thanks for your reaction. What exactly do you mean by: For option 1 you can use HPASS, the password must be encryted or scambled in the code and only decrypted when needed. ?by AadG - WinDev Forum
Hi all, I read some information about hash functions in Windev to protect files. Is there more info available how to use these functions. I have a file protected by HPass, but the password for this file is in the windev code, so not so secure. Any leads are appreciated. Best regards, Aadby AadG - WinDev Forum
Hi all, Maybe somebody can help me with the following. I'm using HAlias on a certain file. That works fine. When I copy a record from the oribginal file to the alias with hAdd(AliasFile) I get an error. "This function is not available for an element of 'UNICODE string' type". Does anybody know what this means, specially the unicode string. I'm using a memofield. Cby AadG - WinDev Forum
Just for your interest, one of the providers told me that TLS 1.0 and TLS 1.1 were no longer supported. Maybe in newer versions of Windev this matter has been solved.by AadG - WinDev Forum
Hi Reg, I work with version 24 and last few months I had the same trouble, not only with smtp.office365.com, but also with some other providers and yes it has to do with another version of TLS. I could not solve this within Windev so I started to use a commercial smtp-provider. No problems so far. Maybe you can use this option also, for good or temporary. If you are interested I can give yby AadG - WinDev Forum
Hi Frans, I tried a lot, but nothing worked, so no RTF to DOCX. Best regards, Aadby AadG - WinDev Forum
Hi Michael, Just for the record. Did this work or not ? Best regards, Aadby AadG - WinDev Forum
Hi Steven, This is the code I use for saving the sheet in a .FIC file. I don't know if it will win a prize for best coding, but it works for me. Best regards, Aad IF PSHEET_1..Modified = False THEN Info("Spreadsheet not changed.");RETURN IF SpreadsheetSave(PSHEET_1,Bestandsnaam,psheetOverwriteAllowed) = False THEN Info("Spreadsheet not saved") HLinkMemo(Vby AadG - WinDev Forum
Hi Steven, I use hLinkmemo for this. Works fine. Best regards, Aadby AadG - WinDev Forum
Hi MIchael, I don't have WD26 so I know nothing bout HTML-editor. I use RTF-fields and put i.e. "MySelf..Font = FontCreate("Cambria", 12)" in the initialisation. Is this function not working with the HTML-editor? Grt/Aadby AadG - WinDev Forum
Ok, thanks. I will look into it. Best regards, Aadby AadG - WinDev Forum
Hi Guenter, I don't know exactly what you mean. What I want is, that when a searched value is not found during the filter, I get a message "Value not found". and not an empty table. Thanks for your reply. Aadby AadG - WinDev Forum
Hi all, I'm using hFilter to show special content in a table. Is there a way to catch an empty filter, so the filter doesn't give any values back. I use hfFilter together with TableDisplay(Table,TaInit). Best regards, AadGby AadG - WinDev Forum
Hi all, I want to use a external spellchecker for my .DOCX files within my Windev application. I want to use the Wordprocessing control and check the spelling. The reason is, that I cannot get the internal spellchecker to work and for several of my clients this is mandatory, so the Wordprocessing control is worthless to me at the moment. I still have to use RTF-fields to use the Word spellchecby AadG - WinDev Forum
Hi MIchael, Thank you for the tip. Best regards, Aadby AadG - WinDev Forum
Hi all, I was wondering if such is possible with a .pdf file. Most of the time invoices are send in a .pdf form, so it would be nice to "read" the invoice and no scanning needed. Has anybody tried this before? Best regards, Aadby AadG - WinDev Forum