Newbies pius222 Posted April 23, 2004 Newbies Posted April 23, 2004 Computer: eMac OS: Panther 10.3 IP: Static I downloaded Business Tracker from Filemaker website, and enabled Instant Web Publishing. But when I go to my other PC and launched it from IE, all the buttons and functions are screwed up, It's unusable. At the time I thought it was a Windows issue, but when I went home and tried to use it at home with my G4, same problems. Following are some of the problems: - Home page is the catalog page instead of the main home page. - "Return to Products" button disappears. - Can't log out, log out creates red "x"s and sometimes crashes network. - All buttons on the top that should read "Home, Companies, Contacts, Invoices, Products, Reports, Preferences" becomes all "Home". - Can't create new entries. FileMaker Version: 7 Platform: Mac OS X Panther
murtje Posted April 25, 2004 Posted April 25, 2004 Home page is the catalog page instead of the main home page. In the startup script there is a part that detects that you are a web user that brings you to another part of the application: If[PatternCount ( Get(ApplicationVersion) ; "Web" )] ... "Return to Products" button disappears The same here: these script goes only to the return to products if it is not on the web: not PatternCount ( Get(ApplicationVersion) ; "Web" ). The button is an unstored: Case(not PatternCount ( Get(ApplicationVersion) ; "Web" ); gGraphics[10]) Koen
Recommended Posts
This topic is 7778 days old. Please don't post here. Open a new topic instead.
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now