PDA

View Full Version : Tableattributesdialog


Unregistered
October 29, 2002, 05:27:07
For some reason I can load all of the other dialogs associated with txtextcontrol1 such as txtextcontrol1.tabdialog, styledialog, except txtextcontrol1.tableattrdialog.

I would appreciate some assistance and code for VB6 , TX9, SP 5.


This message was originally posted by Lee Sorensen in the old TX Text Control Support Forum.

Meik Dankleff
October 29, 2002, 15:12:34
There isn't much you can do wrong here. Simply call the method and the dialog pops up. But as you are trying that already, I assume it does not pop up. Are you perhaps using a resource DLL?


This message was originally posted by Meik Dankleff in the old TX Text Control Support Forum.

Unregistered
October 29, 2002, 15:36:35
I probably did not state what I was doing correctly. I do not highlight the table. I just put the curser in the table and call the method. I come up with error 20074 no table selected or more than one table selected. I am trying to select the table in the program because I intend to create the table and fill it with data without operator intervention.

I do not have a resource DLL

Thanks for your help


This message was originally posted by Lee Sorensen in the old TX Text Control Support Forum.

Meik Dankleff
October 29, 2002, 15:55:44
Actually, that shouldn't be a problem either. You can use the TableAtInputPos property to determine if the cursor currently resides in a table. If this property returns 0, you are not able to call the dialog because either more than 1 or no table is selected.


This message was originally posted by Meik Dankleff in the old TX Text Control Support Forum.