Simple question that is driving me crazy. I have a button that does nothing more than open a view so people can register for class from a document link in an email. I always get an error saying the file does not exist. I’ve read over the help file on FileDatabaseOpen numerous times.
I’m sure the answer is very simple. Can someone please take a look:
Key := ClassName + @Text(ClassDateTime);
@PostedCommand([FileCloseWindow]);
@PostedCommand([FileOpenDatabase]; “ASICORP02”: “ClassSch.ntf” ; “ClassesAvailable” ; Key ; “” ; “” );
@PostedCommand([ToolsRunMacro];“(CheckStatus)”)