Jump to content

drdigital9

Members
  • Posts

    32
  • Joined

  • Last visited

drdigital9's Achievements

Contributor

Contributor (5/14)

  • First Post
  • Collaborator
  • Week One Done
  • One Month Later
  • One Year In

Recent Badges

0

Reputation

  1. I am currently trying the following fix from another post Released on 10/24/03, FileMaker Web Companion 6.0v2 ftp://ftp.apple.com/filemaker/Updaters/MacOSX/wc_60v2_osx_update.sit
  2. Hello, I am running FMPU 6.0v4 (Educational) on Mac OS X 10.2.8 (the last one) / 733 G4 Quicksilver / 1.25 Gigs ram Over the last month I have noticed what I thought were increasing crashes, however after looking at 'top' when these things occur, FileMaker is actually just taking up 96-98% of the CPU. Normally FMP only takes up about 10-12% and spikes to 20% during heavy periods of traffic. So this is not a crash situation as the system still runs, no crash dialog boxes come up, it's just using too much of the CPU to serve any more pages. After reading other posts here about the many problems with FM crashing, I wanted to see if this may actually be the problem most are having.
  3. I am having trouble with Filemaker Pro Unlimited 5.0v3 running in Classic on Mac OS X Server 10.1.3. The application hangs at the splash page, and I have to force quit. I have set Filemaker to run on port 8080. Is it even possible to run such a config? Or should I stick with my trusty beige G3 to run my online Filemaker Pro stuff? I would like to run both on this OS X server without having to drop another grand in another FMP upgrade. Thanks for your thoughts
  4. I guess I wasn't too clear with my description. Basically I need the ability for the page admin. to be able to toggle any record on or off, and back again if need be. So this should have read "Say there are 10 records, and the person would like to have 1, 3, 5 & 9 visible and the rest invisible on the web." Then on another day, maybe 2,4 & 6 are visible Thanks for all the help, I'm still unsure as to how to go about this.......
  5. I tried searching for "show" like Anatoli said, but came up empty. What am I really trying to do here? Portals, Javascript?
  6. This seems like it should be an easy thing to do, but I have been searching and have come up empty. How can I limit a database to accept 50 records and then stop. In effect the database is full at that point? An explanation, or some keywords to search this forum would be very helpful. I have tried: Full, Limit, Restrict
  7. How can I go about using a check or radio box, that will make a record visible or invisible on the web? Say there are 10 records, and the person would like to have 1-5 visible and the rest invisible on the web. They would just check a box for each of the first 5 records and they would then show up on the results page. Kinda like an on/off switch for each record via the web/CDML page.
  8. Found it! -skip, all Sorry for the post.
  9. This seems like it should be easy (and it probably is) but... How do you have your resulting CDML page only show the most current record in the database? By most current, I mean (ex. 1 of 33), record 33 would be shown. The next day it would be 34 and so on. My database has a new entry per day, and only the newest needs to be viewable on the web. Thanks in advance....
  10. Greetings.... In Filemaker I have a "Text" field named "graphic" The text inside that field is this: <img src="http://www.website.com/images/sun.gif"> In my CDML page, to call the above field I have this: [FMP-image: graphic] My resulting page shows the graphic successfully, however it also shows this code with the graphic: FMPro?-db=wx.fp5&key= Any ideas would be very helpful. Kerry
  11. I haven't tried this yet, but..... What happens if you delete a record? I tend to believe there would be a "hole" in that space after deletion. So if you delete record 22 of 30, 22 would be gone and result in an error if searched for? Correct? Any thoughts?
  12. Great Solution! Thanks
  13. This seems like a simple thing. On my CDML page, I would like to allow the user to enter a number in a Form Field Box, hit submit, and it takes them to that record number. As our data base grows, this will make a handy way to navigate. Any ideas?
  14. garrycl, This link is the page on the Filemaker site that I got the original code, so it has nothing to do with my problem. http://tidb.filemaker.com/TI/FMPro?-db=ti.fp5&-lay=list&-sortfield=datemod&-sortorder=descend&article=record%20navigation%20&-token.0=record%20navigation%20&-token.1=13&-find=&-for mat=detail.html&-recid=33033 ************** And I did have that code wrapped inside Record tags at the time of testing. Thank you though
  15. Does anyone know how to manipulate this CDML from the Filemaker web-site to reflect the following? My results page only shows 1 record at a time, this one is set up for 25 per page. I have tried changing all the numbers to one, then 1, 2, 3 etc. However no luck. <--From the Filemaker web site--> The CDML that creates this on your web page is this: <P><B><</B>[FMP-IF: Rangestart .gt. 1] [FMP-LINKPREVIOUS] Previous [/FMP-LINKPREVIOUS][FMP-ELSE] <FONT COLOR="#666666">Previous</FONT> [/FMP-IF] [FMP-IF: CurrentFoundCount .gt. 0] | <A HREF="[FMP-Link: k]&-skip=0">1</A> [/FMP-IF] [FMP-IF: CurrentFoundCount .gt. 25] | <A HREF="[FMP-Link: k]&-skip=25">2</A> [/FMP-IF] [FMP-IF: CurrentFoundCount .gt. 50] | <A HREF="[FMP-Link: k]&-skip=50">3</A> [/FMP-IF] [FMP-IF: CurrentFoundCount .gt. 75] | <A HREF="[FMP-Link: k]&-skip=75">4</A> [/FMP-IF] [FMP-IF: CurrentFoundCount .gt. 100] | <A HREF="[FMP-Link: k]&-skip=100">5</A> [/FMP-IF] [FMP-IF: CurrentFoundCount .gt. 125] | <A HREF="[FMP-Link: k]&-skip=125">6</A> [/FMP-IF] [FMP-IF: CurrentFoundCount .gt. 150] | <A HREF="[FMP-Link: k]&-skip=150">7</A> [/FMP-IF] [FMP-IF: CurrentFoundCount .gt. 175] | <A HREF="[FMP-Link: k]&-skip=175">8</A> [/FMP-IF] [FMP-IF: CurrentFoundCount .gt. 200] | <A HREF="[FMP-Link: k]&-skip=200">9</A> [/FMP-IF] | [FMP-LINKNEXT] Next [/FMP-LINKNEXT]<B> ></B></P> <--Filemaker Code Ends Here--> <--Link to page in question--> http://tidb.filemaker.com/TI/FMPro?-db=ti.fp5&-lay=list&-sortfield=datemod&-sortorder=descend&article=record%20navigation%20&-token.0=record%20navigation%20&-token.1=13&-find=&-for mat=detail.html&-recid=33033
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.