Arpeggio Parameters Problem
Posted: Tue Jun 25, 2002 6:47 pm
I am developing a Visual FoxPro 7 application using the Arpeggio OCX. This seems to work well most of the time. However, I have noticed that passing data to a report via the Parameters array sometimes produces odd results. For example:____THISFORM.ArpeggioControl.Parameters(0)="pName=John Smith"____will often be received by the report as "John Smith $#^" (a sting containing "John Smith" plus garbage.____Also, occasionally a message appears when running a report that the RSW32.OCX may be be corrupt. This message may be ignored and the report will continue.____________