![]() | |
![]() |
| | Thread Tools | Display Modes |
#11
| |||
| |||
|
|
Jeanette wrote: The have a table - CashFlow that has setGenFilter on ContractNo. I have a form with a table frame of CashFlow that has a formula using the StreetCode column on a form. I added another column named StreetSort that has the same data as StreetCode - however the code below does not sort the table Why??? cashTbl.attach("CashFlow.DB") sort cashTbl on "ContractNo", "StreetSort" endSort Try testing the attach with if not cashTbl.attach("CashFlow.DB") then msginfo("I","oops") endif. "This method fails if the value of tableName is not valid (for example: the table name doesn't match the table type, or conflicts with the database name)." Also, your Arrive built in method placement for the code may conflict with the tableframe built in Open method. Open may have opened your tableframe and the table got locked somehow. |
#12
| |||
| |||
|
![]() |
| Thread Tools | |
| Display Modes | |
| |