Re: Any way to alter the time returned by windows for DATETIME()?

2012-02-07 Thread Christof Wollenhaaupt
Most of the replacements should be fixed with an easy #define date mydate #define datetime mydatetime This wouldn't affect any dynamically created code, though. Christof ___ Post Messages to: ProFox@leafe.com Subscription Maintenance: http://leafe.com

Re: Selecting a single option from two list boxes

2012-02-15 Thread Christof Wollenhaaupt
set the ListIndex property to 0 to clear the current selection. Christof ___ Post Messages to: ProFox@leafe.com Subscription Maintenance: http://leafe.com/mailman/listinfo/profox OT-free version of this list: http://leafe.com/mailman/listinfo/profoxtech

Re: [NF] nicer looking UI for VS2012

2012-02-23 Thread Christof Wollenhaaupt
Hi Ted, > It's funny, I've been IDE-less since VFP. I use a terminal, an editor > and a browser. Occasionally a database browser, often just another tab > in a web browser. I do spend an inordinate amount of time tweaking my > colorschemes in ViM. But overall I find the undistracting simplicity >

Re: [NF] why learn how a new M$ product could be better

2012-03-03 Thread Christof Wollenhaaupt
> Tiny keyboards suck for productivity. So do keyboards that don't provide > tactile feedback that lets you know what keys you're on. And such devices > also suck for blind users. I don't know how many blind people you know personally, but I've a number of blind and almost blind friends. The iP

Re: Return Combo Value not Index

2012-03-14 Thread Christof Wollenhaaupt
> A combo box is just a draping for the data it contains. You define > the presentation as well as value. You can define what element your > value is can't you? No. Whatever you specify in the RowSource property is loaded into the List member array which is a character array. The RowSource ca