It doesn't need to be WEBDEV server. I send data requests to mysql db by way of php page. This does the read / write on the db. The WINDEV exe has a timer. it does the reads and udates the screens continuously. Hope this helps. Mikeby cardcoder - WinDev Forum
Willy, Are you using it straight out of the box? If you are, you have to flash it to be into DIY mode as opposed to general use. will give you everything that you need. I work in DIY mode. Kindest regards, Mikeby cardcoder - WinDev Forum
Hi Willy, I have just tested the below code using WM24 Express and it works talking to a Sonoff R3. I made a button called "CMD_INFO" ws_info is ANSI string = [ { "deviceid": "1000b8d2be", "data": { } } ] i is int = 1 maReq is a httpRequest myRep is a httpResponse HttpVariant is a Variant Edit_dets = ""by cardcoder - WinDev Forum
This is the code to get the data from a sonoff r3 using WM . For Windev just use the URL ws_info is ANSI string = [ { "deviceid": "1000b8d2be", "data": { } } ] i is int = 1 maReq is a httpRequest myRep is a httpResponse HttpVariant is a Variant Edit_dets = "" // WLanguage code used to call it by passing the parametby cardcoder - WinDev Forum
Hi Willy, I am using the Sonoff R3 inline unit. Works brilliantly using HTTP Requests. The unit costs about £10 UK. We use them for several activities e.g. We use it for turning the electricity on /off for camping pitches. The person pays for so many days and at 11AM on the last day it turns it off. All run on Android phone / webdev.by cardcoder - WinDev Forum
Good Afternoon All, I am looking to Purchase a Windev Mobile v24 or v25 Dongle (at the right pirce). I have written a small program using the latest "Free" version and would like to deploy it. It is not very complicated but we want to put it on several phones and tablets as a "Proof of Concept for a client. The "Free" version is time limited so we thought we ought tby cardcoder - WinDev Forum
Hi, What are exactly are you wanting the app to do? I have written an app using json on an android phone for my wife who has a food business selling jams and chutneys. Kindest Regards, Mike Allisonby cardcoder - WinDev Forum
Hi Marcov, I have integrated PAypal into my website. I wrote it from scratch because the examples did not work. It is quite simple really. You have to make an html button and make a string that the Submit button executes. Call me if you need help. Kindest Regards, Mike Allisonby cardcoder - WinDev Forum
Argus, THANK YOU! All help greatly received. Kindest Regards, Mikeby cardcoder - WinDev Forum
I am trying to control the Sonoff Basic R3 Home Automation unit. I can make it work in Windev without issue. I have copied the code to a cmd button on Windev 24 Express but it does not work. ws_switch is string = [ { "deviceid": "1000b8d2be", "data": { "switch": "on" } } ] i is int maReq is a httpRequest myRep isby cardcoder - WinDev Forum
Hi Yang, I have designed / developed the type of system that you are discussing from design on a piece of paper to installation into multi site / multi pos per site. The internet has come on leaps and bounds from when we first started and is now much more robust for day to day use. What you are describing is fairly standard in the POS world. If you would like to discuss, please PM mby cardcoder - WinDev Forum
Hi, Are you looking for a query count reference or are you looking for the actual record reference as it sits in the database. By doing a query you are potentially filtering records. Try hExecuteQuery(Query_Trip_WebBooking) nTripCounter is int = 0 this will make sure you reset . Hope this Helps Mikeby cardcoder - WinDev Forum
Hi Reg, We used a small pc as a local server running Mysql. We also had a log transaction file on each till point so that if the comms went down, they could still operate. The reason being was that the stock control could be updated later (the physical stock had to be in the store to take to the counter - therefore it could be sold). For the web sales, we had a stock control file on theby cardcoder - WinDev Forum
Hi Ned, What are you looking for- can you give a bit more information? Where are you based - I am in the UK but work all over Europe. Are you looking for somebody to work from home or to visit your offices? Please PM me if you would like to discuss further. Kindest Regards, Mikeby cardcoder - WinDev Forum
Hi Reg, We developed a full epos and management system using windev - 5 locations with both retail and catering operations with a central management and catering recipe costing attached. We also had it in English, French and Dutch. What would you like to know? Kindest Regards, Mikeby cardcoder - WinDev Forum