Formula Question

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)”)

Subject: Formula Question

Why are you opening an .ntf file?

Subject: RE: Formula Question

Lemens point well taken (I didn’t catch it, read right over it)- in addition, if the server is a unix server, casing in important- so make sure that the file name is cased the way it is on the server. (Windows, it doesn’t matter.)

Subject: RE: Formula Question

Gents,

Thank you. I made a mistake with the typing. It is a .nsf. and I was not putting the full colon in after the server name.