Rick Watson (1/25/2011)
whenever I create custom field properties on the bo, are these visible in the designers or how do they get referenced.
Yes, you need to rebuild the BO's project so you can see the Custom Field Property (CFP). For more detail, take a look at the "Adding Custom Field Properties" topic in the help file, also there are plenty of samples in the forum on how to use these.
As anything else there are Pros and Conts on using CFP, but for the most part they will make your life easier as a developer and will help get the most out of StrataFrame.
I also came from a VFP background and if you read some of my early posts you will see how amaze I was when figuring out how to handle something with StrataFrame. Some of my applications handle complicated calculations and the use of the SF Business Object in comparison with VFP cursors or temporary table is just great, much easier and with total control of the data by the developer.