Arpeggio Parameters Problem

Meeting place for R&R customers and clients to share tips and ideas. Post your questions, messages or problems here.
Post Reply
Doug_Kimzey_(Guest)
Posts: 1
Joined: Tue Oct 10, 2017 12:44 pm

Arpeggio Parameters Problem

Post by Doug_Kimzey_(Guest) » 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.____________

kfleming
Posts: 5795
Joined: Tue Oct 10, 2017 12:44 pm

=> RE: Arpeggio Parameters Problem

Post by kfleming » Wed Jun 26, 2002 8:11 am

What if you use the parameterstring property instead?____Kathleen__R&R Support

Post Reply