RE: [RBASE-L] - Using Multiselect in dialog lookup

2022-08-22 Thread Dan Goldberg
t; To: rbase-l@googlegroups.com<mailto:rbase-l@googlegroups.com> mailto:rbase-l@googlegroups.com>> Sent: Mon, Aug 22, 2022 11:25 am Subject: Re: [RBASE-L] - Using Multiselect in dialog lookup Dan, Try removing single quotes around 'TRUE' and include Karen's tip on PO

Re: [RBASE-L] - Using Multiselect in dialog lookup

2022-08-22 Thread 'Karen Tellef' via RBASE-L
22, 2022 11:25 am Subject: Re: [RBASE-L] - Using Multiselect in dialog lookup #yiv5784782385 P {margin-top:0;margin-bottom:0;}Dan, Try removing single quotes around 'TRUE' and include Karen's tip on POPUP_LIST...: My lookup with multiselect option works fine: DIALOG 'Send Em

Re: [RBASE-L] - Using Multiselect in dialog lookup

2022-08-22 Thread Doug Hamilton
, Aug 22, 2022 10:58 am Subject: Re: [RBASE-L] - Using Multiselect in dialog lookup Jan et al - to minimize irrelevant options, I tried the following: DIALOG 'Send Email To(use comma to add additional email addresses)' veemail +  whtemp 1 CAPTION .vecaption OPTION DIALOG_EDIT

Re: [RBASE-L] - Using Multiselect in dialog lookup

2022-08-22 Thread 'Karen Tellef' via RBASE-L
2 10:58 am Subject: Re: [RBASE-L] - Using Multiselect in dialog lookup Jan et al - to minimize irrelevant options, I tried the following: DIALOG 'Send Email To(use comma to add additional email addresses)' veemail +  whtemp 1 CAPTION .vecaption OPTION DIALOG_EDIT_HINT +  'D

Re: [RBASE-L] - Using Multiselect in dialog lookup

2022-08-22 Thread bcdavidson
behalf of Dan Goldberg Sent: Monday, August 22, 2022 9:18 AM To: rbase-l@googlegroups.com Subject: Re: [RBASE-L] - Using Multiselect in dialog lookup Thx all i put in a bug request to the RBTI crew. Dan Goldberg Lance Camper From: rbase-l@googlegroups.com on beha

Re: [RBASE-L] - Using Multiselect in dialog lookup

2022-08-22 Thread Dan Goldberg
> <mailto:rbase-l@googlegroups.com> Date: Mon, 22 Aug 2022 14:42:52 + Subject: RE: Re[2]: [RBASE-L] - Using Multiselect in dialog lookup Thx but it multiselect is still not working. here is my command. Maybe I am not seeing why the multiselect would not trigger. It pops up but canno

Re: [RBASE-L] - Using Multiselect in dialog lookup

2022-08-22 Thread Doug Hamilton
re pretty finicky about the order of options. Have you tried re-ordering the command? I noticed that your "multiselect" option is after your where clause. Jan From: Dan Goldberg To: "rbase-l@googlegroups.com" Date: Mon, 22 Aug 2022 14:42:52 +0000 Subject: RE:

RE: Re[2]: [RBASE-L] - Using Multiselect in dialog lookup

2022-08-22 Thread jan johansen
n, 22 Aug 2022 14:42:52 + Subject: RE: Re[2]: [RBASE-L] - Using Multiselect in dialog lookup Thx but it multiselect is still not working. here is my command. Maybe I am not seeing why the multiselect would not trigger. It pops up but cannot multi select. DIALOG 'Send Email To(use comm

RE: Re[2]: [RBASE-L] - Using Multiselect in dialog lookup

2022-08-22 Thread Dan Goldberg
OPUP_RETURN_COLUMN emailadd |POPUP_SHOW_LINES TRUE |POPUP_RETURN_TYPE + COLUMN | POPUP_LINES 20 Dan Goldberg From: 'Karen Tellef' via RBASE-L Sent: Monday, August 22, 2022 7:20 AM To: rbase-l@googlegroups.com Subject: Re: Re[2]: [RBASE-L] - Using Multiselect in dialog lookup Hey Dan, I m

Re: Re[2]: [RBASE-L] - Using Multiselect in dialog lookup

2022-08-22 Thread 'Karen Tellef' via RBASE-L
:52 am Subject: Re[2]: [RBASE-L] - Using Multiselect in dialog lookup Karen: Your code:|POPUP_WHERE ORDER BY Company + Dan's code:| POPUP_WHERE WHERE full_name IS NOT NULL + Bruce -- Original Message --From "'Karen Tellef' via RBASE-L" To "rbase-l@googlegroups.c

Re[2]: [RBASE-L] - Using Multiselect in dialog lookup

2022-08-22 Thread Bruce Chitiea
EmailAdd + |POPUP_WHERE WHERE full_name IS NOT NULL ORDER BY full_name ASC + |POPUP_RETURN_COLUMN emailadd + |POPUP_SHOW_LINES TRUE + |POPUP_RETURN_TYPE column + |MULTISELECT TRUE + |POPUP_LINES 20 -- Original Message ------ From "Dan Goldberg" To "rbase-l@googlegroups.co

RE: [RBASE-L] - Using Multiselect in dialog lookup

2022-08-22 Thread Dan Goldberg
Mine works, just the multiselect true does not work for me. Dan Goldberg From: 'Karen Tellef' via RBASE-L Sent: Monday, August 22, 2022 6:47 AM To: rbase-l@googlegroups.com Subject: Re: [RBASE-L] - Using Multiselect in dialog lookup Bruce: your code looks identical to what I use, bu

Re: [RBASE-L] - Using Multiselect in dialog lookup

2022-08-22 Thread 'Karen Tellef' via RBASE-L
LTISELECT TRUE  +|POPUP_LINES 20 -- Original Message --From "Dan Goldberg" To "rbase-l@googlegroups.com" Date 8/21/2022 6:11:53 PMSubject [RBASE-L] - Using Multiselect in dialog lookup I have the following command to bring up a popup. It works but I cannot get the multi

RE: [RBASE-L] - Using Multiselect in dialog lookup

2022-08-21 Thread Dan Goldberg
Thx Bruce but that did not fix it. strange that it worked with true… Dan Goldberg From: rbase-l@googlegroups.com On Behalf Of Bruce Chitiea Sent: Sunday, August 21, 2022 6:31 PM To: rbase-l@googlegroups.com Subject: Re: [RBASE-L] - Using Multiselect in dialog lookup FWIW: Highlighted the only

Re: [RBASE-L] - Using Multiselect in dialog lookup

2022-08-21 Thread Bruce Chitiea
URN_COLUMN emailadd + |POPUP_SHOW_LINES TRUE + |POPUP_RETURN_TYPE column + |MULTISELECT TRUE + |POPUP_LINES 20 -- Original Message -- From "Dan Goldberg" To "rbase-l@googlegroups.com" Date 8/21/2022 6:11:53 PM Subject [RBASE-L] - Using Multiselect in dialog

[RBASE-L] - Using Multiselect in dialog lookup

2022-08-21 Thread Dan Goldberg
I have the following command to bring up a popup. It works but I cannot get the multiselect to work in the popup. Anyone have any blues clues on what I am doing wrong? DIALOG 'Send Email To(use comma to add additional email addresses)' veemail + whtemp 1 CAPTION .vecaption OPTION DIALOG_EDIT_HIN