Quantcast
Channel: New board topics in SmartBear Community
Viewing all articles
Browse latest Browse all 21061

How can I use clickcolumnheader for my TDBGrid?

$
0
0

I can see the oprion of clickcolumnheader with my object

 

Dim dlgABILLity
Set aBILLity = Aliases.aBILLity
Set frmChargegroups = aBILLity.MasterForm.MdiClient.frmChargegroups
Set TDBGrid = frmChargegroups.TDBGrid
'TDBGrid.ClickColumnHeader("Destination")
call TDBgrid.ClickColumnHeader("Destination")

 

but if I run the same it show the error "An error occured"

 

 

Dim dlgABILLity
Set aBILLity = Aliases.aBILLity
Set frmChargegroups = aBILLity.MasterForm.MdiClient.frmChargegroups
Set TDBGrid = frmChargegroups.TDBGrid
'TDBGrid.ClickColumnHeader("Destination")
call TDBgrid.ClickColumnHeader("Destination")

 

I am using Testcomplete 11.

 

Thanks

Darshana


Viewing all articles
Browse latest Browse all 21061

Trending Articles