Hi,
I'm restarting my journey with cursor adapters that I have not yet mastered after 7 months being pulled away to deal with the cleanup of the 1000-year flood that hit us here in eastern KY on July 28 of last year. We were at ground zero. My last post on Tek-Tips was just a few days before.
Having paying customers using our software has provided us an income that allowed us to deal with this crisis on a full-time basis. We have had to pace ourselves in the recovery efforts, as the shear expense of replacing items that were destroyed or washed away is staggering. Imagine trying to immediately replace all your vehicles, furniture, clothes, household items, servers, inventory, tooling that took years to accumulate. Impossible for most of us...
Many lessons learned, and having paying customers for our software is near the top, as we lost almost everything, home and business furnishings and figuring out what we should do next, software dev is at the top of the list.
Another lesson learned was all SSDs in workstations and servers survived after being submerged in 8 feet of muddy flood water for 2 days. I washed and dried them and was able to recover 100% of all data on all SSD units, whereas we lost 100% of all the hard drives. They could have been recovered if we could have acted faster, as the first month was dealing with shelter. I was able to recover 40+ years of data from backups. The flood got to our production equipment as well as our backup servers. The servers were all in one fireproof area. Since then, they and the switch room have all been statistically relocated to safeguard against both fire and flooding. Talk about being close, six more inches and we would have lost all of our backups (tapes and hard drives).
Sorry for getting so far off topic, so back to some questions...
I'm using VFP9sp2 and this is all about remote MSSQL and forms. I have looked high and low and cannot find any form examples of using a cursoradapter within a form, and not to mention doing remote lookus for combobox populations.
1. Do I have to use the form's DE to be able to drag & drop fields onto the form.
2. Instantiating a cursoradapter class in the form's load or init events does NOT allow for selecting control data sources? We lose the RAD features?
3. If both 1 and 2 above are true, then should all forms be built with cursoradapters as part of the form's DE?
3. How is the best way to do remote data lookups? By including a cursoradapter for the lookup inside the DE, or instantiate a cursoradapter class that was prebuilt and outside the DE, as a stand-alone cursoradapter class?
4. I've looked at all docs from Doug, Whil, Tamar to find such an example, with none found. I also looked at Drew Speedie's Visual MaxFrame framework for an example and he had none as VFP8 was just released. Can someone provide an example or point me to one that deals with lookups, relations and navigation? I am willing to pay...
Thanks,
Stanley
I'm restarting my journey with cursor adapters that I have not yet mastered after 7 months being pulled away to deal with the cleanup of the 1000-year flood that hit us here in eastern KY on July 28 of last year. We were at ground zero. My last post on Tek-Tips was just a few days before.
Having paying customers using our software has provided us an income that allowed us to deal with this crisis on a full-time basis. We have had to pace ourselves in the recovery efforts, as the shear expense of replacing items that were destroyed or washed away is staggering. Imagine trying to immediately replace all your vehicles, furniture, clothes, household items, servers, inventory, tooling that took years to accumulate. Impossible for most of us...
Many lessons learned, and having paying customers for our software is near the top, as we lost almost everything, home and business furnishings and figuring out what we should do next, software dev is at the top of the list.
Another lesson learned was all SSDs in workstations and servers survived after being submerged in 8 feet of muddy flood water for 2 days. I washed and dried them and was able to recover 100% of all data on all SSD units, whereas we lost 100% of all the hard drives. They could have been recovered if we could have acted faster, as the first month was dealing with shelter. I was able to recover 40+ years of data from backups. The flood got to our production equipment as well as our backup servers. The servers were all in one fireproof area. Since then, they and the switch room have all been statistically relocated to safeguard against both fire and flooding. Talk about being close, six more inches and we would have lost all of our backups (tapes and hard drives).
Sorry for getting so far off topic, so back to some questions...
I'm using VFP9sp2 and this is all about remote MSSQL and forms. I have looked high and low and cannot find any form examples of using a cursoradapter within a form, and not to mention doing remote lookus for combobox populations.
1. Do I have to use the form's DE to be able to drag & drop fields onto the form.
2. Instantiating a cursoradapter class in the form's load or init events does NOT allow for selecting control data sources? We lose the RAD features?
3. If both 1 and 2 above are true, then should all forms be built with cursoradapters as part of the form's DE?
3. How is the best way to do remote data lookups? By including a cursoradapter for the lookup inside the DE, or instantiate a cursoradapter class that was prebuilt and outside the DE, as a stand-alone cursoradapter class?
4. I've looked at all docs from Doug, Whil, Tamar to find such an example, with none found. I also looked at Drew Speedie's Visual MaxFrame framework for an example and he had none as VFP8 was just released. Can someone provide an example or point me to one that deals with lookups, relations and navigation? I am willing to pay...
Thanks,
Stanley