January 7, 200719 yr It would really help to be able to evaluate expressions directly within labels like you can do in access. It would save a lot of unecessary field creation. The simplest example: =Get(RecordNumber) & " of " & Get(FoundCount)
January 9, 200719 yr Author Just a label that can evaluate an expression directly on a layout. E.g. if you type =Left(MyField ; 1) It will display "A" where my field contains "Apple"... or =If(Length(MyField)> 4 ; Left(MyField ; 4) & "..." ; MyField) -- Something you might use often on a report which requires an entirely new field to be defined.. As opposed to having to define a calculation field. A very large portion of the fields in my database are calculation fields designed specifically for appearance, it would be easier if i didn't have to create them in the first place.
January 9, 200719 yr Maybe the Evaluate() function in a calc would suit you. You'd need one text field and the calc, but they could be reused for different purposes.
January 9, 200719 yr I had the same thoughts as Mike, Investigate this template ...alright it uses one field - but behaves accoding to which layout it's called from! By stuffing it in a CF is it pretty portable! --sd pling.zip
January 9, 200719 yr Author You know what, i was only JUST thinking about using evaluate right before i clicked the link to come in here : . It's better i guess but... Still have to create multiple fields if i want to evaluate within multiple labels on the same layout... BUT it's better than nothing i guess. So you guys don't think it would be useful?
January 9, 200719 yr The best thing, I think, would be to be able to type "$$variable" on the layout and have it evaluated. The engine for this is already there somewhere (e.g. Data Viewer).
Create an account or sign in to comment