Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
CusSQLthermo questions
Message
 
To
Mike Yearwood
Toronto, Ontario, Canada
General information
Forum:
Visual FoxPro
Category:
Object Oriented Programming
Title:
CusSQLthermo questions
Environment versions
Visual FoxPro:
VFP 7 SP1
OS:
Windows 2000 SP4
Database:
Visual FoxPro
Miscellaneous
Thread ID:
01095034
Message ID:
01095034
Views:
61
Hello Mike,

On your blog, http://www.foxridgesoftware.com/Blogs/tabid/84/EntryID/2/Default.aspx
you posted a nifty class, cussqlthermo, that will be useful to me.

DEFINE CLASS cussqlthermo AS custom

Q1: In the list of added properties:
    *-- Holds SET TALK setting at initialization.
    PROTECTED icoldsettalk
    icoldsettalk = ""
    *-- Holds SET NOTIFY setting at initialization.
    icoldsetnotify = ""
    *-- Holds the output window at initialization.
    PROTECTED icoldoutputwindow
    icoldoutputwindow = ""
    *-- Holds the name of the temporary output window.
    PROTECTED icnewoutputwindow
    icnewoutputwindow = ""
    Name = "cussqlthermo"
should icOldSetNotify also be protected?

Q2: In the Init method the window for output is defined off-screen:
    DEFINE WINDOW &lcNewOutputWindow. FROM -1000,-1000 TO -500,-500
I take it I'm free to move this so the user can actually see it, right?

Thanks,
Randy Bosma
VFP - Because life is too short to code in something else...
Next
Reply
Map
View

Click here to load this message in the networking platform