Re: Listbox multiple select

2018-11-09 Thread vagelis fallias via 4D_Tech
 
To clarify, I want to have the same behaviour as most lists have, click, drag 
the mouse pointer down and select the rows as you go past them. The same result 
as Shift and Click but by dragging. 
ThanksΣτις Παρασκευή, 9 Νοεμβρίου 2018, 10:10:02 π.μ. GMT-5, ο χρήστης Chip 
Scheide <4d_o...@pghrepository.org> έγραψε:  
 
 Click on one line/row.
Then (platform dependent)
- Shift click on the end of the selection you desire for a contiguous 
selection
- Command (Mac), or Control (windows) click on discontiguous rows.

Note:
Option/Alt click on a previously selected row and drag to move/drag 
multiple rows from a listbox to other object.
Chip

 
On Fri, 9 Nov 2018 13:54:31 + (UTC), vagelis fallias via 4D_Tech 
wrote:
> Hello all,
> how do I make a multiple selection in a listbox using the mouse? 
> Using Click and drag, is there a setting I m missing? or it doesn't 
> do it?
> 
> Thanks
> **
> 4D Internet Users Group (4D iNUG)
> Archive:  http://lists.4d.com/archives.html
> Options: https://lists.4d.com/mailman/options/4d_tech
> Unsub:  mailto:4d_tech-unsubscr...@lists.4d.com
> **
---
Gas is for washing parts
Alcohol is for drinkin'
Nitromethane is for racing 
  
**
4D Internet Users Group (4D iNUG)
Archive:  http://lists.4d.com/archives.html
Options: https://lists.4d.com/mailman/options/4d_tech
Unsub:  mailto:4d_tech-unsubscr...@lists.4d.com
**

Listbox multiple select

2018-11-09 Thread vagelis fallias via 4D_Tech
Hello all,
how do I make a multiple selection in a listbox using the mouse? Using Click 
and drag, is there a setting I m missing? or it doesn't do it?

Thanks
**
4D Internet Users Group (4D iNUG)
Archive:  http://lists.4d.com/archives.html
Options: https://lists.4d.com/mailman/options/4d_tech
Unsub:  mailto:4d_tech-unsubscr...@lists.4d.com
**

Re: SQL Convert problem

2018-10-30 Thread vagelis fallias via 4D_Tech
 It worked , Thank you
Στις Δευτέρα, 29 Οκτωβρίου 2018, 1:51:45 μ.μ. GMT-4, ο χρήστης Charles 
Miller  έγραψε:  
 
 Try cast.
Chuck 
On Mon, Oct 29, 2018 at 12:37 PM vagelis fallias via 4D_Tech 
<4d_tech@lists.4d.com> wrote:

Hello,
I have the following statement from an external application to 4D via ODBC
   var_SelectQuery = "select workorder, convert(prodstartdate,SQL_VARCHAR), 
prodstarttime, planstarttime from workorders  where workorder > 278000"
this used to work in v 6.8 but not in v16, it crashes. The problem is with the 
convert, any ideas as to what the problem might be, what changed?

Thanks
Van Fallias
**
4D Internet Users Group (4D iNUG)
Archive:  http://lists.4d.com/archives.html
Options: https://lists.4d.com/mailman/options/4d_tech
Unsub:  mailto:4d_tech-unsubscr...@lists.4d.com
**
-- 
-
 Chuck Miller Voice: (617) 739-0306 Fax: (617) 232-1064 Informed Solutions, 
Inc.         Brookline, MA 02446 USA Registered 4D Developer                    
   Providers of 4D, Sybase & SQL Server connectivity          
http://www.informed-solutions.com  
-
This message and any attached documents contain information which may be 
confidential, subject to privilege or exempt from disclosure under applicable 
law.  These materials are intended only for the use of the intended recipient. 
If you are not the intended recipient of this transmission, you are hereby 
notified that any distribution, disclosure, printing, copying, storage, 
modification or the taking of any action in reliance upon this transmission is 
strictly prohibited.  Delivery of this message to any person other than the 
intended recipient shall not compromise or waive such confidentiality, 
privilege or exemption from disclosure as to this communication.   
**
4D Internet Users Group (4D iNUG)
Archive:  http://lists.4d.com/archives.html
Options: https://lists.4d.com/mailman/options/4d_tech
Unsub:  mailto:4d_tech-unsubscr...@lists.4d.com
**

SQL Convert problem

2018-10-29 Thread vagelis fallias via 4D_Tech
Hello,
I have the following statement from an external application to 4D via ODBC
   var_SelectQuery = "select workorder, convert(prodstartdate,SQL_VARCHAR), 
prodstarttime, planstarttime from workorders  where workorder > 278000"
this used to work in v 6.8 but not in v16, it crashes. The problem is with the 
convert, any ideas as to what the problem might be, what changed?

Thanks
Van Fallias
**
4D Internet Users Group (4D iNUG)
Archive:  http://lists.4d.com/archives.html
Options: https://lists.4d.com/mailman/options/4d_tech
Unsub:  mailto:4d_tech-unsubscr...@lists.4d.com
**