max ny Posted December 8, 2006 Posted December 8, 2006 Dear FileMaker Gurus: I have a FileMake DB, running on FileMaker 5.5 Server/Windows 2003 Server, accessed by FileMaker 6 Mac/PC clients. I got a request to copy 6 separate and unique field content to the clipboard and also insert 3 commas in between fields, such as: [FieldA],,,[FieldB],,,[FieldC],,,[FieldD],,,[FieldE],,,[FieldF] The content will be captured and managed by custom HTML Applications. I use “101Clips” shareware, which can remember up to 30 recent entries, to check on clipboard content. When I use Script Step”Copy” to copy the desired Field Content to ClipBoard, only [FieldF]’s is there. What is the best way to copy the whole thing into one single entry? Help, please! Happy Holidays! Max NY
Lee Smith Posted December 8, 2006 Posted December 8, 2006 I'm confused as to what you need, and I don't think we have enough information to provide you with a solution. First of all, you posted this in the Portal Topic? You have used the words Server, and HTML. and copy to the clipboard. You can probably do this, but it may help us to know what you are trying to have as the end result. Keep in mind, real data, fields, etc. are alway better than generic things. HTH Lee
max ny Posted December 10, 2006 Author Posted December 10, 2006 Thanks for your reply! Sorry for misplacing this posting! It is about "'ScriptStep''Copy'"! The objective: Copy and combine the following into one single string in the clipboard, for HTA, HTML Application, to grab: [FieldA Content],,,[FieldB Content],,,[FieldC Content],,,[FieldD Content],,,[FieldE Content],,,[FieldF Content] In a nutshell, inserted "3 comma's" in between 6 field's content in the clipboard. "3 comma's" is for HTA to identify and combine the content of the 6 chosen fields. Thanks! Max NY
Genx Posted December 10, 2006 Posted December 10, 2006 Set Field[ AfieldOnYourLayout ; FieldA & ",,," & FieldB & ",,," & FieldC & ... & FieldF ] Copy[ Select ; AFieldOnYourLayout ]
max ny Posted December 11, 2006 Author Posted December 11, 2006 Dear Genx: Thanks for your reply! Could you please elaborate: "AfieldOnYourLayout"??? Happy Holidays! Max NY
Lee Smith Posted December 11, 2006 Posted December 11, 2006 (edited) This is the reason I suggested that you post your real field names (layouts etc.), instead of the Generic names like you did. It helps us custom the responses, which makes it less confusing to you. If you don't provide the details, than we will use Generic names for things such as layouts, field names, etc. In order to copy a field, it has to be on the current layout. Substitute your layout name for the "AfieldOnYourLayout" in Genx's calculation. Lee Edited December 11, 2006 by Guest
Genx Posted December 11, 2006 Posted December 11, 2006 (edited) Just to make this a bit clearer, "AFieldOnYourLayout" is essentially a field that is physically placed somewhere on your layout -- as Lee mentions, this is required for the copy step to work. So it might be TableOne::TempField for example as long as temp field is on a layout based on the "TableOne" table occurance. Edited December 11, 2006 by Guest
max ny Posted December 11, 2006 Author Posted December 11, 2006 Thanks! All of the Good Pro Folks! Happy Holidays! Max NY
Recommended Posts
This topic is 6559 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