Tag Archives: xojo

Xojo 2019r3.2 – Drag and Drop Custom Control Set

This is for Web platform projects. Watch the control work in the image below: Download the project here: Click this link for a direct download! What this project does is use a set of WebContainerControl controls to accept and allow … Continue reading

Posted in Commentary | Tagged , , | Leave a comment

Xojo Web Apps: 2018r3 upload code that works.

Source code for a Xojo
fileUploader control that fires from the UploadComplete method. Works with Xojo v 2018r3. Continue reading

Posted in Apps, Images, News, Programming, Programming, ScreenShots, Software, Tech News, Technology, Xojo | Tagged , , , , , , , , | Leave a comment

Xojo SQLite database access – sample code.

Here is sample web app code for a button to check to see if a SQLite database exists… [see code below] Dim fff As FolderItem Dim db As New SQLiteDatabase Dim s As String s=TextField1.Text fff=Getfolderitem(“”).Parent.child(s) If fff <> Nil … Continue reading

Posted in Databases, News, Programming, Programming, Software, Tech News, Technology, Xojo | Tagged , , , , , , , , , , , , , , , , , , , , , , , | Leave a comment

Updating your Xojo apps? 1701 Software provides some help!

If you do not want to create a series of apps iterated by version numbers, here’s a handy link to 1701 Software’s helpful article on how to use a timer to check for the existence of a file to order … Continue reading

Posted in Programming, Programming, Software, Tech News, Technology, Xojo | Tagged , , , , , , , , , , , , , , , , , , , | Leave a comment