I am happily using the upload control to upload files to my web server using my WB25 app. It uploads files stored on the Windows computer I'm running the app on. I just tried this on an iPad with Safari browser. It doesn't work. No file select box comes up. I guess there must be a different way to do this on an iPad. Anyone got any suggestions?by MediOffice - WinDev Forum
I'm using WebDev and it's only available in WinDevby MediOffice - WinDev Forum
Thanks Darren, yes I've seen them to but nothing about displaying the PDF variable.....by MediOffice - WinDev Forum
I currently am able to open and display PDF files inside my WebDev 25 app. I load them into an iFrame - this works well as I get a nice toolbar with rotate, zoom etc. I am now experimenting with fillable/editable PDF forms. They display fine and I can edit them no problem. But I have no way to save the edited PDF back to my server. Any ideas? Is there a better way to load, display, saby MediOffice - WinDev Forum
Has anybody got experience with hosting their development machine on a remote server. I use Webdev on my laptop - I travel constantly between two countries. I'm the only developer and I'm getting increasingly uncomfortable with the risk of my laptop getting damaged or stolen and the hassle of getting up and running again. Of course my code is backed up every day. I would very muchby MediOffice - WinDev Forum
I am aware that there is a WX conference planned in the USA next May. Anyone interested?by MediOffice - WinDev Forum
Thanks Piet, that makes an even bigger improvement and everything works really well now! Using much less memory. The only thing I would really like to tidy up is what happens when the user presses the browser back key. Is there any way I can intercept this within my page and either simply ignore it or popup a message - but importantly keep on the same page?by MediOffice - WinDev Forum
Thanks Pao. My pages are setup with back button forbidden. However if they press the back button then they get a session error and the session is closed. I can configure the error - but it's not very elegant. Is there a better way to trap and handle this? I have inserted ContextClose(PreviousPage()) as the first line now of all my pages. I do have a few areas where this is a probleby MediOffice - WinDev Forum
Thanks Pao! That made a huge difference. I put ContextClose(PreviousPage()) as the first line of several of my pages that I'm using for the test and it reduced the memory growth considerably!!! That's really good!by MediOffice - WinDev Forum
Yes, I've just put HFreeQuery statements after the query results have been copied to the array - also made no difference.by MediOffice - WinDev Forum
Using WB25. Quite a large app. I'm finding as I use the application the memory usage for the session on the server keeps increasing - starts at about 20MB and over time exceeds 100MB. A typical example: I use classes to load the data from a sql query into a class data array. I create an instance of the class on a page and call the load method and display the data in a looper linked toby MediOffice - WinDev Forum
I found the problem. This was checked in my button which is executing non-ajax code. Thing is the user is NOT actually pressing the Back button at all. But obviously non-ajax code execution is triggering this.by MediOffice - WinDev Forum
I wonder if anyone else is experiencing this problem. This only happens since the last update to iOS a few weeks ago. Before that everything was fine. I have a WB25 app - session mode. If I have a button that executes some code and I have this code in non-ajax mode (which is needed for some functions - like FileDisplay) then it causes a French error message to popup saying the page is outby MediOffice - WinDev Forum
Using WB25. Anyone know how I can present the user with a sound recorder and the ability to save the sound as a file?by MediOffice - WinDev Forum
Super! Thank you very much Paoby MediOffice - WinDev Forum
Anyone got any experience or examples of using WebDev to create, update, delete calendar entries in Office 365 or Google Calendars? Thanks Gavinby MediOffice - WinDev Forum
Thank you. Yes, I have done something similar before doing exactly that using a Looper. It does work but it's a lot of work to make it really polished. I had one in Clarion some years ago that was very sophisticated. It created sentences of responses (generated letters) and you could have conditional questions. There are some very nice ones out there that I would rather integrate with.by MediOffice - WinDev Forum
I'm using WB25 and I want to integrate with some sort of Forms designer. My application is a medical one and it would be nice for the doctor to be able to create their own forms for patients to complete online e.g. past medical history. I need to be able to email out links for these forms and get the responses back in some way. Something like Google Forms. Anyone have any ideas or done aby MediOffice - WinDev Forum
WB25 - how do I edit the page that displays when the connection is lost - currently it's a French messageby MediOffice - WinDev Forum
Anybody implemented drag/drop for re-ordering records in a webdev looper?by MediOffice - WinDev Forum
I have a document which is created using an HTML editor (CKEditor). I'm displaying this using an HTML control on a page. It works fine. However, if the document has CSS which sets the margins of the document then it applies these margins to my whole page - the effect is that my web app has margins! How can I stop the HTML/CSS inside the control affecting the overall page? This is an exaby MediOffice - WinDev Forum
Thanks Pao, I sent you a private messageby MediOffice - WinDev Forum
I'm using WebDev 25. My application is for doctors and so security is hugely important. I have had a consultant perform penetration testing on my app, server and database. I don't understand most of what he has come up with so we are discussing it next week. But it got me thinking.....is there any guidance on best practice for WebDev from a security perspective? Can anyone share anby MediOffice - WinDev Forum