12-08-2023, 05:52 PM
LitDev,
I am still trying to simplify the code to show what I am seeing.This isn't exactly it, but it runs in regular mode, but doesn't even start in debug. Why? The little o by txtSelect is a breakpoint.
JR
LoadDB()
TextWindow.WriteLine(ext)
while "True"
Program.Delay(20)
EndWhile
Sub LoadDB 'Load existing database
ext = "db" 'Filename extension for databases
o txtSelect = "Please open an existing database"
select = "open"
EndSub 'OpenDatabase
I am still trying to simplify the code to show what I am seeing.This isn't exactly it, but it runs in regular mode, but doesn't even start in debug. Why? The little o by txtSelect is a breakpoint.
JR
LoadDB()
TextWindow.WriteLine(ext)
while "True"
Program.Delay(20)
EndWhile
Sub LoadDB 'Load existing database
ext = "db" 'Filename extension for databases
o txtSelect = "Please open an existing database"
select = "open"
EndSub 'OpenDatabase