Expand my Community achievements bar.

SOLVED

Comb formatting

Avatar

Level 2

Hi all,

I'm new to LC, so this may be a dumb question...but is there any way I can have combs that are formatted differently than the default?

What I really want is a comb that has an open top, and preferably even has shorter teeth between elements - so for example a date comb collecting a date in the formation dd/mmm/yyyy would have full height teeth at either end and between day/month and month/year, but the separator between the three characters making up the month, (or 2 for day, or 4 for year) would have half-height teeth.

Hope that makes sense, I've attached a word doc showing what I have now, and what I want - hopefully that will clarify!

Looking forward to hearing from you.

1 Accepted Solution

Avatar

Correct answer by
Former Community Member

Combs are generally used for print forms and not for interactive forms. If it is a print form you are designing then you can use a series of lines and boxes to accomplish the same thing. If it is an interactive form then I see no way to do it.

Paul

View solution in original post

5 Replies

Avatar

Level 2

I realize the font size will be proportional to the combs, but can't you add vertical lines in the tall size that you want where you want?

Avatar

Level 10

I think the only way to do it would be draw your own combs and lay a comb field on top with the outline set to 0 (Object Palette -> Field tab, Appearance -> Custom).

Avatar

Correct answer by
Former Community Member

Combs are generally used for print forms and not for interactive forms. If it is a print form you are designing then you can use a series of lines and boxes to accomplish the same thing. If it is an interactive form then I see no way to do it.

Paul

Avatar

Level 2

Thank you everyone for your responses. I can live with the comb formatting for interactive forms and will just have to get drawing for paper copies!

Thanks again...greatly appreciated.

The following has evaluated to null or missing: ==> liqladmin("SELECT id, value FROM metrics WHERE id = 'net_accepted_solutions' and user.id = '${acceptedAnswer.author.id}'").data.items [in template "analytics-container" at line 83, column 41] ---- Tip: It's the step after the last dot that caused this error, not those before it. ---- Tip: If the failing expression is known to be legally refer to something that's sometimes null or missing, either specify a default value like myOptionalVar!myDefault, or use <#if myOptionalVar??>when-present<#else>when-missing. (These only cover the last step of the expression; to cover the whole expression, use parenthesis: (myOptionalVar.foo)!myDefault, (myOptionalVar.foo)?? ---- ---- FTL stack trace ("~" means nesting-related): - Failed at: #assign answerAuthorNetSolutions = li... [in template "analytics-container" at line 83, column 5] ----