I have a dataset that I am trying to assign a value to, it goes past
the line and sets the dataset to the value, but when I have a look at
what value the dataset it, it's still null. I have been playing with
it on and off for 2 days, I hope it's something simple, any help is
muchly appreciated.
The lines of code are:
ManForm->frvdFrame->frxdsV->DataSet = ManForm->frvdFrame->qrFRVT;
ManForm->frvdFrame->frxdsV->DataSet->SQL = GetSQL();
ManForm->frvdFrame->frxdsV->DataSet->Prepare();
If it's any help it's for Fast Reports 3.
Thanks
the line and sets the dataset to the value, but when I have a look at
what value the dataset it, it's still null. I have been playing with
it on and off for 2 days, I hope it's something simple, any help is
muchly appreciated.
The lines of code are:
ManForm->frvdFrame->frxdsV->DataSet = ManForm->frvdFrame->qrFRVT;
ManForm->frvdFrame->frxdsV->DataSet->SQL = GetSQL();
ManForm->frvdFrame->frxdsV->DataSet->Prepare();
If it's any help it's for Fast Reports 3.
Thanks
Comment