Jump to content

bucko

Newbies
  • Posts

    2
  • Joined

  • Last visited

Everything posted by bucko

  1. This looks like an excellent technique but I can't seem to get it to work. I'm using FMP18. I have followed the instructions above but the response I get is; <html> <head><title>302 Found</title></head> <body bgcolor="white"> <center><h1>302 Moved Temporarily</h1></center> <hr><center>Umbrella Cloud Security Gateway</center> </body> </html> Is there something wrong with my Bot?! Apologies for my lack of expertise and thanks in anticipation for your help.
  2. I have the same problem. A table with about 100 fields, only some of which contain data for each record. I want to print the data I have with field labels but not 3 pages of fields and labels, half of which are empty. I don't want an extra label calculation field for every field because that will slow down my database. I have decided to use a temporary text field ( or maybe two, one for labels and one for the data). I will use a printing script that: 1) runs through the fields and copies non-blank fields with their labels into the temporary field. 2) goes to a dedicated layout that shows the temporary text field 3) prints the record 4) returns to the original record. That way there is no additional burden on the database and the script should run reasonably fast. The downside is that it will take awhile to write the script with so many fields but I only have to do that once. Also, fields with multiple lines may cause grief if i use a separate field for the labels. If I use one field for both then tab control may be tricky. so that the fields line up vertically. I'll let you know how I get on.
×
×
  • Create New...

Important Information

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