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 bkrike on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

SetTableLocation on Subreports CE8.5

Status
Not open for further replies.

RyanoUK

Programmer
May 20, 2003
22
GB
I am having difficulty getting this method to work.

According to the RAS SDK Help file you simply set the Connection Attributes and then call

Sub SetTableLocation(
SubreportName As String,
CurTable As Table,
NewTable As Table)

This does actually change a thing. Does anyone know why, and how to get around this?
 
Managed to get this working in the end. Another one of Crystal Missing lines in the SDK.

You need to use the oTable.Clone(True) call to copy the table correctly....

You learn something new everyday!
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top