VPME 9.1 FIX: Picklist fields

The place where ProMatrix posts coding tips and fixes. Read only.

VPME 9.1 FIX: Picklist fields

Postby JessicaLawson » Sun Jun 13, 2010 5:19 pm

VPME 9.1 FIX: An error occurs if the Picklist fields list contains the "f2reftable" alias

Applies to: VPM Enterprise 9.1

Symptoms: An error occurs if the Picklist fields list (stored in SVPMDDFP.mFields) contains the
"f2reftable" alias.

Resolution: Make the following change to the code in the Init event of the Combobox_ class in
VPMCtrls.vcx.

Change:

slcListFields = STRTRAN(slcListFields,'F2REFTABLE.','')

To:

slcListFields = STRTRAN(slcListFields,'F2REFTABLE.','',-1,-1,1)
JessicaLawson
 
Posts: 79
Joined: Sun Jun 13, 2010 1:23 pm

Return to ProMatrix Library

Who is online

Users browsing this forum: No registered users and 1 guest

cron