I have been working with the flex pendant. Now, I created some buttons in my application, when these buttons are clicked, numbers are returned, I want to convert these numbers to rapidatas.So this is where my problems lie. How do I do this?
on the last line I get the following errors:
1- Error 1 ‘TpsViewTestCSharp.view_test’ does not contain a definition for ‘rd’ and no extension method ‘rd’ accepting a first argument of type ‘TpsViewTestCSharp.view_test’ could be found (are you missing a using directive or an assembly reference?) D:ABBHoliday IceRobotvb2008TpsViewTestCSharpTpsViewTestCSharpview_test.cs 149 18 TpsViewTestCSharp
2 - Error 2 ‘TpsViewTestCSharp.view_test’ does not contain a definition for ‘sRecipeName’ and no extension method ‘sRecipeName’ accepting a first argument of type ‘TpsViewTestCSharp.view_test’ could be found (are you missing a using directive or an assembly reference?) D:ABBHoliday IceRobotvb2008TpsViewTestCSharpTpsViewTestCSharpview_test.cs 149 34 TpsViewTestCSharp
I don’t know what I’m doing wrong. Looks like I’m missing a reference or something, but don’t know which one.