CARVIEW |
Select Language
HTTP/2 200
date: Sat, 19 Jul 2025 17:47:19 GMT
server: Apache/2.4.41 (Ubuntu)
vary: Cookie,User-Agent,Accept-Encoding
set-cookie: MOIN_SESSION_443_ROOT_moin=7c9ec404dedfa992c953a954265a0a60f274f7a9; Expires=Sat, 19-Jul-2025 18:47:00 GMT; Max-Age=3600; Secure; Path=/
content-encoding: gzip
content-type: text/html; charset=utf-8
x-clacks-overhead: GNU Terry Pratchett
strict-transport-security: max-age=315360000; includeSubDomains; preload
MacPython/FileMakerPro/Annoyances - Python Wiki
About the Table class:
in some case, specifying the table class as class_=k.table doesn't work, use class_='cTBL' instead:
Instead of: |
do: |
fm.databases[1].count(class_=k.table) |
fm.databases[1].count(class_='cTBL') |
MacPython/FileMakerPro/Annoyances (last edited 2008-11-15 14:00:19 by localhost)
Unable to edit the page? See the FrontPage for instructions.