Saving .CUB file with VFP


05-03-2000, 12:00 AM
Originally Posted By: Jerrica Tan<vspg@tm.net.my>

Without invoking the visual portion of DynamiCube (from a VFP form), I need
to create a .cub file on-the-fly. What I am attempting to do is create the
.cub file from a class object, save the file, and then have a web page to
display the DynamiCube.

I'm calling FetchData to add data and QueryCompleted to save the microcube
directly from my program but often the file saved was faulty. I tried to get
DynamiCube's events to fire by calling the RefreshData method from my
program but it doesn't work. Help is much appreciated. Thanks.