On Saturday 20 January 2007 20:02, Ed Leafe wrote:
> daboide Commit
> Revision 756
> Date: 2007-01-20 20:02:56 -0800 (Sat, 20 Jan 2007)
> Author: Ed
>
> Changed:
> U   trunk/wizards/QuickLayoutWizard.py
>
> Log:
> Committed at the request of Joe Brown, as our wedding gift to him.  ;-)
>
>
> Diff:
> Modified: trunk/wizards/QuickLayoutWizard.py
> ===================================================================
> --- trunk/wizards/QuickLayoutWizard.py        2007-01-18 16:15:58 UTC (rev 
> 755)
> +++ trunk/wizards/QuickLayoutWizard.py        2007-01-21 04:02:56 UTC (rev 
> 756)
> @@ -169,7 +169,7 @@
>               flds.sort()
>               pktext={True:"X", False:""}
>               typeText = {"C": "char", "I": "int", "M": "text", "D": "date", 
> "L":
> "blob", -                             "T": "datetime", "B": "bool", "N": 
> "float", "E": "enum"}
> +                             "T": "datetime", "B": "bool", "N": "float", 
> "E": "enum", "?":
> "unknown"} fldInfo = [ (pktext[fldDict[p]["pk"]],
> typeText[fldDict[p]["type"]], p ) for p in flds]
> self.lstFields.appendRows(fldInfo)
>
>
>
>
>
> _______________________________________________
> Post Messages to: [email protected]
> Subscription Maintenance: http://leafe.com/mailman/listinfo/dabo-dev

Just to be clear this change does not work on my system.  All I have to do is 
add  a 'regoperator' data type and it stops QLW from working.
-- 
John Fabiani

_______________________________________________
Post Messages to: [email protected]
Subscription Maintenance: http://leafe.com/mailman/listinfo/dabo-dev

Reply via email to