Jump to content

Scott Loeb

Members
  • Posts

    23
  • Joined

  • Last visited

Recent Profile Visitors

The recent visitors block is disabled and is not being shown to other users.

Scott Loeb's Achievements

Explorer

Explorer (4/14)

  • First Post
  • Collaborator
  • Conversation Starter
  • Week One Done
  • One Month Later

Recent Badges

0

Reputation

  1. THe company I am doing work for has a server. So Unlimited would be the best? for web page and server?
  2. Thank you, that sounds a lot more helpful.
  3. I just have the basic Filemaker Program? I need to make a web page, and need the server, is their an all in one program?
  4. I reduced the enclosed part also. What is the space betweem fields based on? What determines the size. I will show you the size of the space below: Field 1: XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX Field 2: XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
  5. The outline I'm doing is 20 pages long. Each field is a page a piece. When I slide/printing it in its own print layout it leaves a large space. Is their a way to get the space smaller. "I tried pulling the body up as closed to the bottom field as possible."
  6. The address line isn't what I'm looking for because I'm not doing a name and address. The outline is 20 pages long. Each field is a page a piece. When I slide/printing it leaves messy space, some little some large. HELP ME!!!
  7. Hopefully someone can help me! I'm creating a Business Plan. It's an outline setup that can be filled in the fields. I put each part of the outline in a different layout. To print I put the fields all together in one layout and used slide/printing to get rid of spaces. (Because aparently there is no other way) When I preview what the printing will look like, the space is to big between fields. Is their a way to choose how big the spaces between are. Or does someone know another way to do this?
  8. Their is no other way? Like in Word when you type, whatever is below pushes down.
  9. I making an outline with text fields where users can fill in the text fields. Their are many text fields in this outline. If I only allow a certain amount of space for writing in each field, is it possible for filemaker to show more space or less space if not a lot is written. That way their is not a huge gap between fields. Is this possible? Scott Example: I. Summary ------------------------------------- _ TEXT FIELD _ _____________________________________
  10. Not knowing much about programming< Is there a way to make a database I make separate from Filemaker, for example like a program someone created. I know you can lock things so people can't can't change anything, but is their a way so all you see is the database and know menu's? Scott
  11. Thank you very much for taking the time Ray, the last one worked fine Scott
  12. Are there any other ways. My thing is, A due date is manually entered, and when the task is completed, the complete button is clicked. The I have a relationship in another file for only the head person to see the due date and the completed date. The date calculation is: if (due date < complete date) then another field says "Late", or else says "on time". Probably real simple, but I don't understand the {Case(not YourField = "complete", Date(LeftWords(YourField, 1), MiddleWords(YourField, 2, 1), RightWords(YourField, 1)) ] I'm not that advanced yet. I hope that makes more sense, Scott
  13. Ok I'm terrible at explaining my question, here's what I want to do? I have a button that says complete. When the user clicks complete I want the word complete to dissapear and the current date to show up. I could easily do an if statement. But, I need to do a date calculation, so if its a text field the date calc won't work, and if its a date field, the word "complete" won't show. So my question is: can I have a button in front that says "complete", and a field behind. When complete is clicked, the field with the current date covers the complete button permanently? Thanks
  14. Freeze Window Go to Field [YourFieldName] Refresh Window [bring to front] i tried this, but it did not work. All i want is a text word to be shown, and if clicked, the field behind it comes forward permanently.
  15. THanks for the help, I don't know what I'm talking about just learning
×
×
  • Create New...

Important Information

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