VPME 9.1 FIX: Cannot remove tag of view or cursoradapter

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

VPME 9.1 FIX: Cannot remove tag of view or cursoradapter

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

VPME 9.1 FIX: Cannot remove tag of view or cursoradapter

Applies to: VPM Enterprise 9.1, VPM Enterprise 9.1.01, VPM Enterprise 9.1.02

Symptoms: In the Data Builder, an index tag cannot be removed for a view or cursoradapter.

Resolution: Make the following change to the Click event of the Remove button in the DataManager
class
in VPMDD.vcx.

Replace:

IF ThisForm.oVPMDataHandler.DeleteRecord('ddit_v',,,.T.,,.T.) = 0

With:

sgcDeleteFor1 = ddit_v.cPK
IF ThisForm.oVPMDataHandler.DeleteFor('ddit_v','cPK = sgcDeleteFor1')
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 2 guests

cron