Hi Peter, Of course i have this in the beginning of my init code.by sambroed - WinDev Forum
Hello, I am the developer. When starting up there is no error at all. I put in the verry beginning of the code a info("") but this is not coming up by the user. It is not in test mode because it is by the end user.by sambroed - WinDev Forum
Tried all of this but no resultby sambroed - WinDev Forum
Hello, I have a user with Windows 11 and runs my Windev27 application, it works fine till this morning. I think the problem is a Windows update. The program is not starting anymore without a error or something. Anyone else with this problem? Thanks in advance, Sammyby sambroed - WinDev Forum
Hello, Do it like this and it works! // Post parameters sPostParameter = StringBuild("username=%1&password=%2&action=%3", sUser, sPassword, "getUserHash") // Request IF HTTPRequest(sRequestUrl, "", "", sPostParameter) = True THEN sResult = HTTPGetResult() gsHash = XMLExtractString(sResult, "hash", 1) ELSE Error(Erroby sambroed - WinDev Forum
Tried a lot of thing in Windev but without any result, as you see in the attach it works. Someone any idea to make this work in Windev? Thanks, Sammyby sambroed - WinDev Forum
Hello, I try to intergrate a webservice, tryed al lot of things but wil not be work. Anyone an idea for me to recieve the userhash? surl is string = "; sSoftware is string = "general" sUser is string = "xx" sPassword is string = "xx" sActie is string = "getUserHash" HTTPRequest(surl,"",&quoby sambroed - WinDev Forum
Hi Arie, I also found this but it`s a Webdev project and i only use Windev..by sambroed - WinDev Forum
For me was the trick to use EmailImporteHTML(MyMessage,MyHTMLText AFTER MyMessage..Attach then it works ok, but when i use first the importhtml line and then the attach line it was not working. Best regards, Sammyby sambroed - WinDev Forum
Hello all, Is there anyone who has the API from Molly made in Windev? I want to send a IDEAL link by email with my invoice. Thanks, Sammyby sambroed - WinDev Forum
Hello, I tried all the options above but no image in my mail message... I have an html edit box where the user can put a message with image and safe this the database or in an html file. (Choose the best option) Then want to send this with direct smtp. Everything works but no image is visible. Is there anyone with an example for me? Thanks! Sammyby sambroed - WinDev Forum
Hello all, Is there a easy way to change the order of the rows in a memory table by drag and drop? Thanks in advance, Sammyby sambroed - WinDev Forum
Hello all, In my application i use a scheduler controle for technican in a garage, it works perfect! Now i want to make near the scheduler a listbox (or maybay another controle?) where the user can place tasks as in the scheduler but not by person/day time. So the tasks they have to do, but at the moment they don`t now when/who. At the moment they now who/when has to make te task i need a funby sambroed - WinDev Forum
Joris, And what is than the best way to search in this query?by sambroed - WinDev Forum
Hello Vassilis, With the strings is clear, but how can i filter the composite key on 2 words?by sambroed - WinDev Forum
Hello All, I use to search in serval items in a data file a composite key, works great. But when i type two words in my search field and one word is in data item number 1 and the second word is in data item number 2 i didn`t find anything. By example searching in the name item and in the country item, so i type "Sammy netherlands" i want to find all customers with the name Sammy in tby sambroed - WinDev Forum
Ok Stefan, And is there anyone with a solution to refresh a scheduler directly linked to a data file?by sambroed - WinDev Forum
Hello Stefan, How works your automatic refresh function? I also use a scheduler with more users in network and have the problem that the scheduler not refresh. Thanks, Sammyby sambroed - WinDev Forum