string=dbGetProducer()
The function gives back the text that was placed in the pattern plus the values of each items of the database, that was inserted in the pattern in the <#fieldName> shape. If we place the final text to text cast member, the format html or rtf must be in accordance with the format that is used in Macromedia Director or Macromedia Authorware.

Parameters
There are no parametres in this function.

Example - Director
global mdb
member("temp").text=mdb.dbGetProducer()
or
member("temp").html=mdb.dbGetProducer()
or
member("temp").rtf=mdb.dbGetProducer()