Newbies ptsii Posted July 6, 2010 Newbies Posted July 6, 2010 We have a database that is accessible online. People can search for records in our database and display them, e.g., as a table. In this format, the records are listed one per row, with fields as columns. We'd like the web users to be able to copy and paste these data tables into, e.g., an excel file, or text tile of some kind. This is possible, but the pasted text does not include any tab delimiters between columns. Each column is separated by a carriage return, and there isn't any special marker between records. This means the data appears as a single column, which is very user-unfriendly. Is there any way for the web user (as guest) to download the table in a useful format? I can't see any obvious options for this, and copying and pasting (which should be a no-brainer) is crippled by not including tab spaces between columns. thanks for any suggestions, and my apologies if this is in the wrong place.
JesseSFR Posted July 6, 2010 Posted July 6, 2010 Unfortunately what you are really trying to do is effect the behavior of the browser that they are using. The default behavior when text is selected is just to copy the test and ignore the html that is used to show the data as columns which is not what you really want in this case. My suggestion would be to use some javascript actually put the data in the clipboard of the user. There is no way to do this in filemaker directly so you will have to unfortunately edit the page that this table is displayed upon and add some javascript. Sorry it's not easier!
Recommended Posts
This topic is 5245 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