Jump to content

This topic is 7536 days old. Please don't post here. Open a new topic instead.

Recommended Posts

Posted

Hi, I need a field to have more than one item in it.

I have a basic record as one long line but at times some lines need to be broken up as separate boxes still in a records line. Much like an HTML Table and table rows and such.

Can file maker do this dynamicly with tab delimented files?

tablebreak.zip

Posted

What exactly do you mean, "separate boxes?" Like <html> tags </html>? What type of "breaks" are you looking for within this field? Text fields can use returns, tabs, and several other types of characters that could be considered breaks.

Posted

You can import your text into one holding field and then use script to either split the text to multilines within one field in each record or split the text easily into separate fields or even create related records. What you can not do is import one text field directly into separate fields.

You must import - then use script through the imported found set to manipulate the data.

Posted

those two ideas sound good.

But I am not to adap with script yet.

Would it be something like,

If

new record has tabs

make new break at each tab

else do nothing

repeat till end of line

end if

Something like that ??

This topic is 7536 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 account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...

Important Information

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