Customize Data
Hi,
I have label templates in which data fields are popup from database fields.
But user needs to have ability to override those default values and print.
Is there any possibility of customizing the default data.
Your help is appreciated.
0
-
In a data source, you can run an OnProcessData VB script to modify the value under certain conditions. For example:
If value = "Blue" Then
value = "Sky"
End If
0
Bitte melden Sie sich an, um einen Kommentar zu hinterlassen.
Kommentare
1 Kommentar