@Bob Keeney I am trying to use Argen program and I am running into an error when trying to make the changes in XOJO.
Error falls under Method OpenDB
break 'Go to GetDatabaseFile() and set db name and path
I have tried changing Method GetDatabaseFile
dim f as FolderItem = SpecialFolder.Desktop.child("peopledb.db")
Return f
as well as tried it like this
dim f as FolderItem = GetFolderItem("peopledb.db")
Return f
I get the following Error Message: Please let me know what I am doing wrong on this.