Home > Archive > Programming with dBASE > October 2005 > Data type mismatch - expecting logical









You are viewing an archived Text-only version of the thread. To view this thread in it's original format and/or if you want to reply to this thread please [click here]

 

Author Data type mismatch - expecting logical
news.dbase.com

2005-10-31, 8:23 pm

Here's the code around the error line - it's the top of a WFM file.

05...parameter bModal
06...local f
07...f = new JOURNALFORM()
08...if (bModal)
09... f.mdi = .F. && ensure not MDI
10... f.ReadModal()
11...else
12... f.Open()
13...endif

The error line reads "Data type mismatch. Expecting: Logical" on line 12.

This is the same as my other WFM files and I haven't made a change to the
WFM file in question. Any ideas?

Regards
Derek


Sponsored Links





Also available: Server administration forum archive | Web Design forum archive | Software forum archive | Hardware reviews archive | Programming forum archive

Copyright 2008 droptable.com