
alta_flyer
Members-
Posts
29 -
Joined
-
Last visited
Everything posted by alta_flyer
-
I have 2 users who handle data input on a database file but upwards of 100 Clients who require search only capability, but only 1 or 2 would access the information simultaneously. I don't believe I need to Host the Database via webdirect but could I export the data via XML or HTML and use a web based App to create the Website with the data search capability. Such as WordPress?
-
Thanks, this solved the problem for me as well.
-
Sorry I did not receive any response to the first post so renamed and posted again. The problem did not happen on client's computer but did reoccur when file transferred to my laptop running Windows 7 and FMP 18.
-
The validation is set to allow specific values from a value list and not empty.. No, there is a script running which advises of the error after the alert appears, When you click OK, the screen returns to the entry box but then freezes and does not allow further action. All functions are frozen.
-
When a field validation fails, alert is displayed then when clicking OK program freezes
-
Field Validation causes Freeze
alta_flyer replied to alta_flyer's topic in FileMaker Pro 18 Advanced
I am using FMP 18 Advanced and Windows 8.1. Client on Windows 10 does not seem to have the problem -
I have a field which has validation selected to only known values from a value list (populated from a separate field{Names} ) When I enter an invalid value or leave it blank, I get the alert dialog box from the field definition but then the program freezes and I cannot proceed. Valid values seem to work fine.
-
Filemaker 18 now has a popup requesting delimiter information when importing records. I have created a database which has been used for 5 years by my clients, It has an import record script which the user could just run and everything populated properly, after choosing the required file. Now there are shown a new popup and asked to choose delimiters. They now have to know which to choose and it is an extra step which is frustrating for the user. Is there any way to use a default delimiter as it is always the same type of file (tab delimited .txt) imported.
-
Thank you very much. It appears that the overlay marker script can be modified to my purposes. I will have to review the scripts to determine exactly how it works.
-
I have a layout with an imported picture(container field) and want the USER to be able to add an object on top of the picture at the position they click with the mouse. i.e. Place a Cross or X at the mouse position. I believe I can create the script activated by a script trigger, but can't seem to find how to determine the position of the mouse when clicked ?
-
I know I have done this in the past but can't find my notes. Is there a simple method of displaying the running count of records grouped by category and resetting each time category changes. i.e. DVD's grouped and sorted by category and title. Want the count to reset to 1 each time a new Category is displayed. I realize I can create a Script to run each time I use the report and create a field which is updated with the appropriate number but wonder is there an easier way. The option of using "Restart Summary for each Sorted Group" on the Summary field does not seem to be available.
-
DUUHHH ! Thanks that did it ! : P.S. Didn't mean to shout was using caps lock earlier !
-
: FOR SOME REASON THE SCROLL BARS ARE NOT VISIBLE WHEN A PORTAL IS CREATED AND MORE RECORDS ARE AVAILABLE TO VIEW. IF YOU SELECT THE AREA TO THE RIGHT OF THE PORTAL THE RECORDS SCROLL BUT THE SCROLL ARROWS DO NOT APPEAR. I HAVE CHECKED FONTS AND BACKGROUND COLORS ETC... BUT NO JOY ! ANYONE ELSE WITH THIS PROBLEM ? THE SHOW VERTICAL SCROLL BAR IS CHECKED !!!
-
I currently have 5 Macs accessing One database Host and for some reason two of the Computers occasionally have the following error show up "Communication with the Host was interrupted & could not be re-established..." They cannot determine what actions cause the error. At times they are not even accessing the Host..
-
Thanks for the Info. I noticed some of this same behaviour on some of my other scripts ! I was wondering re: the program shutdown when "REMOTE" import from one table into another. If using the "COMMIT RECORD" step would have any effect on this problem. Unfortunately my client is in another city and I don't have access to a local network right now to test my theory ?
-
Hi Lwlgeorge, I am having the exact same problem with trying to use a "HOST" computer and 5 remote computers for data entry and have installed the 7.0v2 patch. I tried about 20 different relationships and nothing worked. Can you briefly describe the relationship/looping procedure you refer to ?
-
Remote entries don't Change info on Master
alta_flyer replied to alta_flyer's topic in FileMaker Pro v7 – v9
If I understand the literature properly I only have to move to another field in order to "Committ" the record, and I have done this. I have also tried changing layouts then returning. -
Remote entries don't Change info on Master
alta_flyer replied to alta_flyer's topic in FileMaker Pro v7 – v9
P.S. I forgot to mention The Database being used is a multi-file database converted from a version FM 6 and adjusted as required. As an interim measure until I can create a single File Multi-Table Database. -
Remote entries don't Change info on Master
alta_flyer replied to alta_flyer's topic in FileMaker Pro v7 – v9
Yes, I am Turning on the Network Sharing then Opening Filemaker on the remote machine then opening the desired file using "remote". I have a Serial Number Field on the Layout and when I update it remotely it does not update on the Original or if I modify a related field on a layout it shows the new information on the remote screen but does not change the Original (related) record ? -
I have 4 computers each with their own version of Filemaker 7, sharing a file from a Remote (ethernet link) computer. Making changes to a field remotely, does not show up on the Main File. This is happening either when making changes manually or using a "Script". The File has a relationship which looks for the IP address of the "Original" File. I thought the purpose of remote files was to allow changes over a Network? Making a new record remotely seems to work fine ? ALL Access privileges required for the action have been authorized via a "Priviledge Set"
-
I Finally found out the problem here. It is in the built in "HELP" File. There is a small note which states that when importing into a File with multiple tables, a layout with the fields into which you wish to import must be chosen first!! You would think Filemaker would Highlight a major change like that in their index and in the differences section !
-
I have just Converted and Migrated a fairly complex Filemaker Version 6 solution and have the following problem in the Version 7 Database. When I try to import a Found Set of records from one Table into another, it imports the entire Tables records (Not the "Found Set"). Also when performing the same action on a Table in which there are several Backups of the Database in seperate folders, the "Import" now imports "ALL" records from all the Tables with the Same name on the Hard Drive. ??
-
I am having a little bit of the same problem when I import from another fp.7 file. The import does not go smoothly. It appears to be a question of the "Related Files" issue in the "Define Database" action. If you find anything good let me Know.
-
Can an existing solution become a FMP7 table?
alta_flyer replied to stann's topic in Upgrading & Migration
I Converted a fairly Complex Series of Files from a Version 6 Database Using the recommended method in the PDF. The Transition appeared to go smoothly but problems have come up with the "Related Files" function of Version 7. The biggest problem is in how The new Database Imports records. I tried importing a "Found Set" of 1900 records and the Table Imported all 53,000 records from the "Source Table". -
I have a repeating field with 12 values. Does anyone have a simple way to delete all the values in a repeating field in a found set of records. I was hoping a function to move to the next repetition in a field was available. But I can't find one. My solution currently contains 12 steps i.e. using the Replace["field rep 1",value] Version: v5.x Platform: Windows XP