Hi!
This is a simplified part of my program.. when I run this code using Door.dll it puts an extra row into the table which when clicked says 'Null'....is this correct and if so what's it for?
The table edits ok but this 'Null' causes an error in my code.
Sub Globals
'Declare the global variables here.
End Sub
Sub App_Start
Form1.Show
Table1.AddCol(cNumber,"Col 1",80,false)
objTable1.New1(false)
objTable1.FromControl("Table1")
objTable1.SetProperty("ReadOnly",false)
Table1.AddRow(1234)
End Sub
I've search the Forum but nothing turned up...any help...thanks Dave:sign0085:
This is a simplified part of my program.. when I run this code using Door.dll it puts an extra row into the table which when clicked says 'Null'....is this correct and if so what's it for?
The table edits ok but this 'Null' causes an error in my code.
Sub Globals
'Declare the global variables here.
End Sub
Sub App_Start
Form1.Show
Table1.AddCol(cNumber,"Col 1",80,false)
objTable1.New1(false)
objTable1.FromControl("Table1")
objTable1.SetProperty("ReadOnly",false)
Table1.AddRow(1234)
End Sub
I've search the Forum but nothing turned up...any help...thanks Dave:sign0085: