Custom Caption for a Date field

To pull the custom caption for the text field into the HTML Status bar is: QSRules.CustomCaptions.FindCaption(customcaptionCustomerText1) What is it for the Date fields?

I have tried: QSRules.CustomCaptions.FindCaption(customcaptionCustomerDate1) That did not work.

Thanks Rob

Reply to
Rob
Loading thread data ...

Thanks go out to Glenn, Todd and Matt for providing the answers below.

Only the Text Field enumerations have been declared in the Status.htm file...To use the others, you would need to create constants, or just use the values directly.

The Customer Texts are 1-5 The Customer Numbers are 6-10 The Customer Dates are 11 - 15

Item Sub Descriptions are 16 - 18

Supplier Text are 19 - 23 Supplier Numbers are 24 - 28 Supplier Dates are 29 - 33

The following lines reference the CustomerDate in an .htm file for an HTML status bar that shows a date:

Const customcaptionCustomerDate1 = 11 txtCustomLabel5.innerText QSRules.CustomCaptions.FindCaption(customcaptionCustomerDate1) & ":" Custom5 = QSRules.Transaction.Customer.CustomDate1

Rob

Reply to
Rob

BeanSmart website is not affiliated with any of the manufacturers or service providers discussed here. All logos and trade names are the property of their respective owners.