How do I make the computer beep in a program using VFP 6? Back in FoxPro for Windows 2.6 days I was able to use ??chr(7) but that doesn't work anymore. There must still be a way of doing this in VFP6. Thanks.
I have written the below codes in order to a objects to a form. I have create a table tblObjects and store in it the controlsource name and coordinates ( Top and Left). When I run this code, only the first textbox is added, what happens with the other objects.