Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations TouchToneTommy on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by actuate5

  1. actuate5

    How I can control the DataCursor?

    In Actuate help read the section for Memory Buffer. Also, there is an example under the Examples directory called ReuseQuery. Hope this helps.
  2. actuate5

    I need to check if a row is null

    Hi Folks Gazolba is right, I am posting a very simple code for so anyone can get help in future. Function Fetch () Dim row as AcDataRow Set row = Super::Fetch( ) If row Is Nothing Then Exit Function End If MyGlobalVariable1 = row.Variable1 MyGlobalVariable2 = row.Variable2 Set Fetch =...
  3. actuate5

    Phantom components -- can't delete them!

    Hi Brad, please see my response in parenthesis. Many times I will delete a component on the report, but somehow a phantom version of it stays inside the report somehow. [If you click on I View---->Project Variables you will find those phantom objects that you had deleted earlier. They will...

Part and Inventory Search

Back
Top