Viewing 15 posts - 1,516 through 1,530 (of 4,820 total)
April 16, 2018 at 6:56 am
April 16, 2018 at 6:44 am
First, I really appreciate everyone's time spent on my question....
April 13, 2018 at 12:26 pm
Bert-701015 - Friday, April 13, 2018 9:59 AMWill this work?
exec ('select ' + @Formula);
Not within a function. You can't use...
April 13, 2018 at 11:58 am
I'm not sure your expected results are correct. Please take a look at the following code and let me know where I may have messed up. I had to make...
April 13, 2018 at 11:44 am
Thanks for the responses everyone! So I got the go ahead from the parent company...
April 13, 2018 at 9:50 am
SELECT
...
April 13, 2018 at 9:41 am
April 13, 2018 at 9:37 am
April 13, 2018 at 8:51 am
April 12, 2018 at 8:36 am
April 12, 2018 at 8:26 am
VFP isn't going to provide any other alternative for tables under its auspices. What you have is pretty much the only easy way.....
April 12, 2018 at 8:19 am
The only alternative to Phil's suggestion is to learn how to code in either VBA or VBScript, and use the Excel object model to get programmatic access to each cell. ...
April 12, 2018 at 8:03 am
Viewing 15 posts - 1,516 through 1,530 (of 4,820 total)