Hi Arie, I'm using the control for simple text files and forgot about "complex" . docx. I always used .rtf fields for my wordprocessing and that worked fine, even the spellchecker. For some applications I changed from .rtf to .docx, It works OK but no spellchecker. I tried everything and send several mails to France, but no luck. Not even an example that works. I think I willby AadG - WinDev Forum
I overlooked the option "Allow the management of several worksheets" on the Details tab.by AadG - WinDev Forum
What I mean is, that I save the Excel file in a binary field. What I forgot to mention is, that I read the field and put file in a Windev Excel field in my application, so the Excel file becomes native to my application and I do not have to use Excel anymore and have no loose Excel files wandering over the network. When I read the binary field it works ok but loose the different sheets. so oby AadG - WinDev Forum
Hi all, I want to use a memofile to save Excel files in. I wondered if it's possible to save the files including the sheets. At this moment only sheet 1 is visible. Somebody with any experience in this? Best regards, Aadby AadG - WinDev Forum
Hi all, We use emailOptioSecuredTLS with sending emails. Lately we experience problems, we think caused by the TLS part. Some providers do not use TLS 1.0 and 1.1 anymore but switch to version TLS 1.2. Does this sound familiar to anyone and can this be solved with switching to Windev 26. Thanks for any help. Best regards, Aadby AadG - WinDev Forum
Thanks Argus, I noticed hCopyRecord(). I think that's close as it gets. Regards, Aadby AadG - WinDev Forum
Hi all, I looked through the help, but could not find what I was looking for. I'd like the synchronize 2 files with the same layout, so put records from one to another file, where those records are not available. Is this possible in Windev ? Best regards, Aadby AadG - WinDev Forum
Thanks Argus, I was hoping for a simple parameter. Used fListfile now and it works OK. Best regards, Aadby AadG - WinDev Forum
Hi all, I have a question about the use of fSelect. I want the user to pick a file from a designated map. I use fSelect(sPath, etc). When the picking window opens, the files in the designated map are shown and the user can pick one, but... he is free to wonder around to other higher maps, even the root of the drive. Is there a way to prevent this ? Thanks for any help. Best regards,by AadG - WinDev Forum
Hi all, With fFileExist you can check of a map holds a certain file. How can I check if I map is empty, so no files at all. Best regards, Aadby AadG - WinDev Forum
Hi Guenter, Yes with my Windev and Webdev applications, so I don't think the messageboxes are influenced by a .WDM file. Thanks for the tip though. Best reghards, Aadby AadG - WinDev Forum
Thanks Piet, iI will look into it. WebDevYesNoSkin probably is used for YesNo. Groeten, Aadby AadG - WinDev Forum
Hi all, How can I translate the message screens like WebDevYesNo into another language. I translated all the screens (Presets) I could find, but the result stays in English. Best regards, Aadby AadG - WinDev Forum
Hi all, I want to use UploadStart() to send files to a Webdev website. Does anyone know, if there is a way to upload the files in a designated map. As far as I can see and read, files are uploaded to the rootmap of the site. so the map where the website is installed. Best regards, Aadby AadG - WinDev Forum
Hi Markus, Good idea, but I already did that. Did not work. Thanks for your reaction. Regards, Aadby AadG - WinDev Forum
I did not solve the problem, but found a workaround. When I scroll through the table (mouse), the output is going wrong(not filtered records are shown). When I use PageUp and PageDown, the table is OK. Best regards, Aadby AadG - WinDev Forum
Hi Piet, Thanks for your trouble. I tried it all, but it's not working for me. Back to hFilter. Best regards, Aadby AadG - WinDev Forum
Thank you, that makes sense. Tabledisplay() is ued so that's not the probleem. Null seems to "kill" the query. I used hFreequery() before calling it again, but no luck.by AadG - WinDev Forum
Because the table is a sub of another table. So when a record is choosen in the first table (file), the second table (file) shows all the related records. This only needs to be done if the users choose for a filter. So normally when the windows opens, all the records are shown in table2 and then gives the user the opportunity to filter table2 via table1.by AadG - WinDev Forum
Thanks Piet, I use: Kl_tab_vvCleunik_Query.ParamVVCLEUNIK = Null HExecuteQuery(Kl_tab_vvCleunik_Query,hQueryDefault) and the table is filled with al the records. I must say significantly slower then normal. Problem now is that if I pass a new value to the parameter, the table is not refreshed with the new query. Am I forgetting something ? Best regards, Aadby AadG - WinDev Forum
Hi all, First, I'm a newbie to the use of queries. I always use hFilter, but run into some dificulties lately. So I want to replace some hFilters with queries. I want to filter a table and use parameter to change the value of the search. This works OK. How can I present the full table first, before a change the value of the parameter ?? When I open the window with the table, it'by AadG - WinDev Forum
Hello gents, I tried both your suggestions but no luck. One thing though, when I call the table I get wrong results, but when I close the screen, open it again and call the table, it's working perfect. Yes, I use hDeactivatefilter(). Best regards, Aadby AadG - WinDev Forum
Hi Guenter, Type of file item = Numeric Resulting string = 2 ( I don't know what you mean exactly) Searchkey = HFilter(Klachten,"vvcleunik = "+ VV.VVCLEUNIK);TableDisplay(TABLE,taInit) I made a simple query with the editor and that works normal.by AadG - WinDev Forum
Hi all, I have a strange thing with the use of hFilter. In a file of about 25.000 records I use a simple hFilter(File,Condition);tabledisplay(Table). When I run the selection, the table gives a result of 1881 records found, but there are a few records that do not meet the Condition. I use "Direct access". When "Loaded in memory there is no problem. It's very simple, thby AadG - WinDev Forum
Hi Frans, No clue here. It's been a few months since I posted this and to be honest, I don't know why I posted it . I think we found a solution or stopped looking/trying. You say you work with the WP-control. Did you manage to get the spellchecker to work ? I tried everything in the manual but nothing works. Tried even .rtf first, then check spelling and then convert to .doc. Nby AadG - WinDev Forum
Hi Willy, Look to internal report. Internal report Best regards, Aadby AadG - WinDev Forum
Hi Arie, Thanks for your reply. What I want is uploading pictures on a Webdev page to a server and read this pictures in Windev, i.e. upload 3 pictures and convert these pictures into 1 picture and save this with hLinkmemo to a binary field. Best regards, Aadby AadG - WinDev Forum
Hi all, I asked it earlier, did anyone succeed in getting the spellchecker in a WordControl to work. I tried Word and OpenOffice etc.but no luck. Best regards, Aadby AadG - WinDev Forum