Re: [RBASE-L] - Date Chooser Dialog?

2018-04-20 Thread karentellef via RBASE-L

Kayza:  I copy/pasted Razzak's simple example and ran it in both 9.5 and X 
without an error

I know this is a stupid suggestion, but if you did a copy/paste to the R> 
prompt, make sure you remove the continuation + characters

Karen

 

 

 

-Original Message-
From: A. Razzak Memon <raz...@rbase.com>
To: rbase-l <rbase-l@googlegroups.com>
Sent: Fri, Apr 20, 2018 3:10 am
Subject: RE: RE: [RBASE-L] - Date Chooser Dialog?

If your connected database QUOTES settings are single quotes, and you 
cannot run the sample
DIALOG command below, there is something else going on.

-- Dialog with Popup as Date
 CLEAR VAR vDate,vEndKey
 SET VAR vDate DATE = NULL
 DIALOG 'Enter Date (mm/dd/) or Double-Click for Calendar' +
   vDate=34 vEndKey 1 +
 CAPTION 'DIALOG with Date Pop-up' ICON WINDOWS +
OPTION POPUP_ENABLED TRUE +
 |POPUP_DIALOG_TYPE DATE
 RETURN

Please contact R:BASE Technologies' Support Team with a sample of 
your database for further
help.

Very Best R:egards,

Razzak


At 12:06 AM 4/20/2018, Kayza Kleinman wrote:

>-ERROR- Syntax is incorrect for the command DIALOG (2045)
>
>That's what I get - I'm using Copy / paste to avoid typos.
>
>Kayza Kleinman





-- 
For group guidelines, visit 
http://www.rbase.com/support/usersgroup_guidelines.php
--- 
You received this message because you are subscribed to the Google Groups 
"RBASE-L" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to rbase-l+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


-- 
For group guidelines, visit 
http://www.rbase.com/support/usersgroup_guidelines.php
--- 
You received this message because you are subscribed to the Google Groups 
"RBASE-L" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to rbase-l+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


RE: RE: [RBASE-L] - Date Chooser Dialog?

2018-04-20 Thread A. Razzak Memon
If your connected database QUOTES settings are single quotes, and you 
cannot run the sample

DIALOG command below, there is something else going on.

-- Dialog with Popup as Date
CLEAR VAR vDate,vEndKey
SET VAR vDate DATE = NULL
DIALOG 'Enter Date (mm/dd/) or Double-Click for Calendar' +
vDate=34 vEndKey 1 +
CAPTION 'DIALOG with Date Pop-up' ICON WINDOWS +
OPTION POPUP_ENABLED TRUE +
|POPUP_DIALOG_TYPE DATE
RETURN

Please contact R:BASE Technologies' Support Team with a sample of 
your database for further

help.

Very Best R:egards,

Razzak


At 12:06 AM 4/20/2018, Kayza Kleinman wrote:


-ERROR- Syntax is incorrect for the command DIALOG (2045)

That's what I get - I'm using Copy / paste to avoid typos.

Kayza Kleinman






--
For group guidelines, visit 
http://www.rbase.com/support/usersgroup_guidelines.php
--- 
You received this message because you are subscribed to the Google Groups "RBASE-L" group.

To unsubscribe from this group and stop receiving emails from it, send an email 
to rbase-l+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


RE: RE: [RBASE-L] - Date Chooser Dialog?

2018-04-19 Thread Kayza Kleinman
-ERROR- Syntax is incorrect for the command DIALOG (2045)

That's what I get - I'm using Copy / paste to avoid typos.

Kayza Kleinman
Director of the Nonprofit Helpdesk 
CIO
Jewish Community Council of Greater Coney Island, Inc
www.jccgci.org
www.nphd.org

-Original Message-
From: rbase-l@googlegroups.com [mailto:rbase-l@googlegroups.com] On Behalf Of 
A. Razzak Memon
Sent: Thursday, April 19, 2018 11:44 PM
To: rbase-l@googlegroups.com
Subject: RE: RE: [RBASE-L] - Date Chooser Dialog?

Try this very simple example and see what you get ...

-- Dialog with Popup as Date
CLEAR VAR vDate,vEndKey
SET VAR vDate DATE = NULL
SET VAR vDate DATE = NULL
DIALOG 'Enter Date (mm/dd/) or Double-Click for Calendar' +
vDate=34 vEndKey 1 +
CAPTION 'DIALOG with Date Pop-up' ICON WINDOWS +
OPTION POPUP_ENABLED TRUE +
|POPUP_DIALOG_TYPE DATE
RETURN

Have fun!

Razzak


At 11:31 PM 4/19/2018, Kayza Kleinman wrote:

>I just checked the quotes. Still not working.
>
>
>Kayza Kleinman
>Director of the Nonprofit Helpdesk
>CIO
>Jewish Community Council of Greater Coney Island, Inc www.jccgci.org 
>www.nphd.org
>
>-Original Message-
>From: rbase-l@googlegroups.com
>[mailto:rbase-l@googlegroups.com] On Behalf Of A. Razzak Memon
>Sent: Wednesday, April 18, 2018 11:43 PM
>To: rbase-l@googlegroups.com
>Subject: RE: RE: [RBASE-L] - Date Chooser Dialog?
>
>Match the example QUOTE settings to yours.
>
>If you are using double quotes, correct the example QUOTE settings 
>accordingly.
>
>Razzak
>
>At 11:36 PM 4/18/2018, Ken Shapiro wrote:
>
> >Paste the command into an empty rbase editor window. Add return at 
> >the end, and then use r:style to check the syntax.
> >
> >Ken
> >
> >From: rbase-l@googlegroups.com
> >[mailto:rbase-l@googlegroups.com] On Behalf Of Kayza Kleinman
> >Sent: Wednesday, April 18, 2018 11:28 PM
> >To: rbase-l@googlegroups.com
> >Subject: RE: RE: [RBASE-L] - Date Chooser Dialog?
> >
> >It looks great, but I keep on getting “syntax errorÃr†. I have 
> >RDocs, and tried using the template that it gave me and I’™m 
> >still getting a syntax error. That̢۪s the whole message.
>.
> >
> >
> >Kayza Kleinman
> >Director of the Nonprofit Helpdesk
> >CIO
> >Jewish Community Council of Greater Coney Island, Inc 
> ><http://www.jccgci.org/>www.jccgci.org
> >www.nphd.org
> >
> >From: 'James Bentley' via RBASE-L [mailto:rbase-l@googlegroups.com]
> >Sent: Wednesday, April 18, 2018 10:18 AM
> >To: rbase-l@googlegroups.com
> >Subject: Re: RE: [RBASE-L] - Date Chooser Dialog?
> >
> >Also, consider the use of DIALOG command. Here is example from RBase help.
> >
> >DIALOG 'Enter Date to Browse:' vBrowseDate=26 vEndKey 1 +
> >
> >CAPTION 'Enter Date' +
> >
> >ICON APP +
> >
> >OPTION DIALOG_EDIT_HINT 'Double-Click for Calendar' +
> >
> >|POPUP_ENABLED TRUE +
> >
> >|POPUP_DIALOG_TYPE DATE +
> >
> >|POPUP_CALENDAR_BACK_COLOR SILVER +
> >
> >|POPUP_CALENDAR_DAYS_COLOR RED +
> >
> >|POPUP_CALENDAR_FILLDAYS_COLOR NAVY +
> >
> >|POPUP_CALENDAR_DAYSOFWEEK_COLOR  +
> >
> >|POPUP_CALENDAR_LINES_COLOR BLACK +
> >
> >|POPUP_CALENDAR_SELBACK_COLOR NAVY +
> >
> >|POPUP_CALENDAR_SELFORE_COLOR WHITE +
> >
> >|POPUP_CALENDAR_TODAYFRAME_COLOR RED
> >
> >
> >
> >Jim Bentley, American Celiac Society 1-504-305-2968
> >
> >
> >On Tuesday, April 17, 2018, 11:19:09 PM CDT, Kayza Kleinman 
> ><<mailto:kklein...@jccgci.org>kklein...@jccgci.org> wrote:
> >
> >
> >
> >Thanks!
> >
> >
> >
> >This is perfect.
> >
> >
> >
> >
> >
> >Kayza Kleinman
> >
> >Director of the Nonprofit Helpdesk
> >
> >CIO
> >
> >Jewish Community Council of Greater Coney Island, Inc
> >
> ><http://www.jccgci.org/>www.jccgci.org
> >
> >www.nphd.org
> >
> >
> >
> >From: karentellef via RBASE-L
> >[<mailto:rbase-l@googlegroups.com>mailto:rbase-l@googlegroups.com]
> >Sent: Tuesday, April 17, 2018 9:34 AM
> >To: <mailto:rbase-l@googlegroups.com>rbase-l@googlegroups.com
> >Subject: Re: [RBASE-L] - Date Chooser Dialog?
> >
> >
> >
> >If you want a calendar, do this:
> >
> >set var vdate = (getdate('title here'))
> >
> >Karen
> >
> >
> >
> >
> >
> >
> >
> >-Original Message-
> >From: Kayza Kleinman 
> ><<mailto:kklein...@jccgci.o

RE: RE: [RBASE-L] - Date Chooser Dialog?

2018-04-19 Thread A. Razzak Memon

Try this very simple example and see what you get ...

-- Dialog with Popup as Date
   CLEAR VAR vDate,vEndKey
   SET VAR vDate DATE = NULL
   SET VAR vDate DATE = NULL
   DIALOG 'Enter Date (mm/dd/) or Double-Click for Calendar' +
   vDate=34 vEndKey 1 +
   CAPTION 'DIALOG with Date Pop-up' ICON WINDOWS +
   OPTION POPUP_ENABLED TRUE +
   |POPUP_DIALOG_TYPE DATE
   RETURN

Have fun!

Razzak


At 11:31 PM 4/19/2018, Kayza Kleinman wrote:


I just checked the quotes. Still not working.


Kayza Kleinman
Director of the Nonprofit Helpdesk
CIO
Jewish Community Council of Greater Coney Island, Inc
www.jccgci.org
www.nphd.org

-Original Message-
From: rbase-l@googlegroups.com 
[mailto:rbase-l@googlegroups.com] On Behalf Of A. Razzak Memon

Sent: Wednesday, April 18, 2018 11:43 PM
To: rbase-l@googlegroups.com
Subject: RE: RE: [RBASE-L] - Date Chooser Dialog?

Match the example QUOTE settings to yours.

If you are using double quotes, correct the 
example QUOTE settings accordingly.


Razzak

At 11:36 PM 4/18/2018, Ken Shapiro wrote:

>Paste the command into an empty rbase editor window. Add return at the
>end, and then use r:style to check the syntax.
>
>Ken
>
>From: rbase-l@googlegroups.com
>[mailto:rbase-l@googlegroups.com] On Behalf Of Kayza Kleinman
>Sent: Wednesday, April 18, 2018 11:28 PM
>To: rbase-l@googlegroups.com
>Subject: RE: RE: [RBASE-L] - Date Chooser Dialog?
>
>It looks great, but I keep on getting “syntax errorÃr†. I have RDocs,
>and tried using the template that it gave me and I’™m still getting a
>syntax error. That̢۪s the whole message.
.
>
>
>Kayza Kleinman
>Director of the Nonprofit Helpdesk
>CIO
>Jewish Community Council of Greater Coney Island, Inc
><http://www.jccgci.org/>www.jccgci.org
>www.nphd.org
>
>From: 'James Bentley' via RBASE-L [mailto:rbase-l@googlegroups.com]
>Sent: Wednesday, April 18, 2018 10:18 AM
>To: rbase-l@googlegroups.com
>Subject: Re: RE: [RBASE-L] - Date Chooser Dialog?
>
>Also, consider the use of DIALOG command. Here is example from RBase help.
>
>DIALOG 'Enter Date to Browse:' vBrowseDate=26 vEndKey 1 +
>
>CAPTION 'Enter Date' +
>
>ICON APP +
>
>OPTION DIALOG_EDIT_HINT 'Double-Click for Calendar' +
>
>|POPUP_ENABLED TRUE +
>
>|POPUP_DIALOG_TYPE DATE +
>
>|POPUP_CALENDAR_BACK_COLOR SILVER +
>
>|POPUP_CALENDAR_DAYS_COLOR RED +
>
>|POPUP_CALENDAR_FILLDAYS_COLOR NAVY +
>
>|POPUP_CALENDAR_DAYSOFWEEK_COLOR  +
>
>|POPUP_CALENDAR_LINES_COLOR BLACK +
>
>|POPUP_CALENDAR_SELBACK_COLOR NAVY +
>
>|POPUP_CALENDAR_SELFORE_COLOR WHITE +
>
>|POPUP_CALENDAR_TODAYFRAME_COLOR RED
>
>
>
>Jim Bentley, American Celiac Society 1-504-305-2968
>
>
>On Tuesday, April 17, 2018, 11:19:09 PM CDT,
>Kayza Kleinman <<mailto:kklein...@jccgci.org>kklein...@jccgci.org> wrote:
>
>
>
>Thanks!
>
>
>
>This is perfect.
>
>
>
>
>
>Kayza Kleinman
>
>Director of the Nonprofit Helpdesk
>
>CIO
>
>Jewish Community Council of Greater Coney Island, Inc
>
><http://www.jccgci.org/>www.jccgci.org
>
>www.nphd.org
>
>
>
>From: karentellef via RBASE-L
>[<mailto:rbase-l@googlegroups.com>mailto:rbase-l@googlegroups.com]
>Sent: Tuesday, April 17, 2018 9:34 AM
>To: <mailto:rbase-l@googlegroups.com>rbase-l@googlegroups.com
>Subject: Re: [RBASE-L] - Date Chooser Dialog?
>
>
>
>If you want a calendar, do this:
>
>set var vdate = (getdate('title here'))
>
>Karen
>
>
>
>
>
>
>
>-Original Message-
>From: Kayza Kleinman <<mailto:kklein...@jccgci.org>kklein...@jccgci.org>
>To: 'rbase-l@googlegroups.com'
><<mailto:rbase-l@googlegroups.com>rbase-l@googlegroups.com>
>Sent: Tue, Apr 17, 2018 12:26 am
>Subject: [RBASE-L] - Date Chooser Dialog?
>
>I often need to get dates from users before I
>run a report or form. Is there a way to build a
>dialog that gives a date chooser similar to what
>you can do in a form, without  having to create a form for it?
>
>Thanks!
>
>
>
>
>
>Kayza Kleinman
>
>Director of the Nonprofit Helpdesk
>
>CIO
>
>Jewish Community Council of Greater Coney Island, Inc
>
>3001 West 37th Street
>
>Brooklyn NY 11224
>
>718 449-5000 x 2266
>
>fax 347-946-6390
>
><http://www.jccgci.org>www.jccgci.org
>
>www.nphd.org
>
>
>
>
>
>--
>For group guidelines, visit
><http://www.rbase.com/support/usersgroup_guidel 
ines.php>http://www.rbase.com/support/usersgroup_guidelines.php

>---
>You received this message because you are
>subscribed to the Google Groups "RBASE-L" group.
>To unsubscribe from this group and stop
>receiving emails f

RE: RE: [RBASE-L] - Date Chooser Dialog?

2018-04-19 Thread Kayza Kleinman
I just checked the quotes. Still not working.


Kayza Kleinman
Director of the Nonprofit Helpdesk 
CIO
Jewish Community Council of Greater Coney Island, Inc
www.jccgci.org
www.nphd.org

-Original Message-
From: rbase-l@googlegroups.com [mailto:rbase-l@googlegroups.com] On Behalf Of 
A. Razzak Memon
Sent: Wednesday, April 18, 2018 11:43 PM
To: rbase-l@googlegroups.com
Subject: RE: RE: [RBASE-L] - Date Chooser Dialog?

Match the example QUOTE settings to yours.

If you are using double quotes, correct the example QUOTE settings accordingly.

Razzak

At 11:36 PM 4/18/2018, Ken Shapiro wrote:

>Paste the command into an empty rbase editor window. Add return at the 
>end, and then use r:style to check the syntax.
>
>Ken
>
>From: rbase-l@googlegroups.com
>[mailto:rbase-l@googlegroups.com] On Behalf Of Kayza Kleinman
>Sent: Wednesday, April 18, 2018 11:28 PM
>To: rbase-l@googlegroups.com
>Subject: RE: RE: [RBASE-L] - Date Chooser Dialog?
>
>It looks great, but I keep on getting “syntax error†. I have RDocs, 
>and tried using the template that it gave me and I’m still getting a 
>syntax error. That’s the whole message.
>
>
>Kayza Kleinman
>Director of the Nonprofit Helpdesk
>CIO
>Jewish Community Council of Greater Coney Island, Inc
><http://www.jccgci.org/>www.jccgci.org
>www.nphd.org
>
>From: 'James Bentley' via RBASE-L [mailto:rbase-l@googlegroups.com]
>Sent: Wednesday, April 18, 2018 10:18 AM
>To: rbase-l@googlegroups.com
>Subject: Re: RE: [RBASE-L] - Date Chooser Dialog?
>
>Also, consider the use of DIALOG command. Here is example from RBase help.
>
>DIALOG 'Enter Date to Browse:' vBrowseDate=26 vEndKey 1 +
>
>CAPTION 'Enter Date' +
>
>ICON APP +
>
>OPTION DIALOG_EDIT_HINT 'Double-Click for Calendar' +
>
>|POPUP_ENABLED TRUE +
>
>|POPUP_DIALOG_TYPE DATE +
>
>|POPUP_CALENDAR_BACK_COLOR SILVER +
>
>|POPUP_CALENDAR_DAYS_COLOR RED +
>
>|POPUP_CALENDAR_FILLDAYS_COLOR NAVY +
>
>|POPUP_CALENDAR_DAYSOFWEEK_COLOR  +
>
>|POPUP_CALENDAR_LINES_COLOR BLACK +
>
>|POPUP_CALENDAR_SELBACK_COLOR NAVY +
>
>|POPUP_CALENDAR_SELFORE_COLOR WHITE +
>
>|POPUP_CALENDAR_TODAYFRAME_COLOR RED
>
>
>
>Jim Bentley, American Celiac Society 1-504-305-2968
>
>
>On Tuesday, April 17, 2018, 11:19:09 PM CDT, 
>Kayza Kleinman <<mailto:kklein...@jccgci.org>kklein...@jccgci.org> wrote:
>
>
>
>Thanks!
>
>
>
>This is perfect.
>
>
>
>
>
>Kayza Kleinman
>
>Director of the Nonprofit Helpdesk
>
>CIO
>
>Jewish Community Council of Greater Coney Island, Inc
>
><http://www.jccgci.org/>www.jccgci.org
>
>www.nphd.org
>
>
>
>From: karentellef via RBASE-L 
>[<mailto:rbase-l@googlegroups.com>mailto:rbase-l@googlegroups.com]
>Sent: Tuesday, April 17, 2018 9:34 AM
>To: <mailto:rbase-l@googlegroups.com>rbase-l@googlegroups.com
>Subject: Re: [RBASE-L] - Date Chooser Dialog?
>
>
>
>If you want a calendar, do this:
>
>set var vdate = (getdate('title here'))
>
>Karen
>
>
>
>
>
>
>
>-Original Message-
>From: Kayza Kleinman <<mailto:kklein...@jccgci.org>kklein...@jccgci.org>
>To: 'rbase-l@googlegroups.com' 
><<mailto:rbase-l@googlegroups.com>rbase-l@googlegroups.com>
>Sent: Tue, Apr 17, 2018 12:26 am
>Subject: [RBASE-L] - Date Chooser Dialog?
>
>I often need to get dates from users before I 
>run a report or form. Is there a way to build a 
>dialog that gives a date chooser similar to what 
>you can do in a form, without  having to create a form for it?
>
>Thanks!
>
>
>
>
>
>Kayza Kleinman
>
>Director of the Nonprofit Helpdesk
>
>CIO
>
>Jewish Community Council of Greater Coney Island, Inc
>
>3001 West 37th Street
>
>Brooklyn NY 11224
>
>718 449-5000 x 2266
>
>fax 347-946-6390
>
><http://www.jccgci.org>www.jccgci.org
>
>www.nphd.org
>
>
>
>
>
>--
>For group guidelines, visit 
><http://www.rbase.com/support/usersgroup_guidelines.php>http://www.rbase.com/support/usersgroup_guidelines.php
>---
>You received this message because you are 
>subscribed to the Google Groups "RBASE-L" group.
>To unsubscribe from this group and stop 
>receiving emails from it, send an email to 
><mailto:rbase-l+unsubscr...@googlegroups.com>rbase-l+unsubscr...@googlegroups.com.
>For more options, visit 
><https://groups.google.com/d/optout>https://groups.google.com/d/optout.
>
>--
>For group guidelines, visit 
><http://www.rbase.com/support/usersgroup_guidelines.php>http://www.rbase.com/support/usersgroup_guidelines.php
>---
>You received this message because you are 
>

RE: RE: [RBASE-L] - Date Chooser Dialog?

2018-04-18 Thread A. Razzak Memon

Match the example QUOTE settings to yours.

If you are using double quotes, correct the example QUOTE settings accordingly.

Razzak

At 11:36 PM 4/18/2018, Ken Shapiro wrote:

Paste the command into an empty rbase editor 
window. Add return at the end, and then use r:style to check the syntax.


Ken

From: rbase-l@googlegroups.com 
[mailto:rbase-l@googlegroups.com] On Behalf Of Kayza Kleinman

Sent: Wednesday, April 18, 2018 11:28 PM
To: rbase-l@googlegroups.com
Subject: RE: RE: [RBASE-L] - Date Chooser Dialog?

It looks great, but I keep on getting “syntax 
error†. I have RDocs, and tried using the 
template that it gave me and I’m still getting 
a syntax error. That’s the whole message.



Kayza Kleinman
Director of the Nonprofit Helpdesk
CIO
Jewish Community Council of Greater Coney Island, Inc
<http://www.jccgci.org/>www.jccgci.org
www.nphd.org

From: 'James Bentley' via RBASE-L [mailto:rbase-l@googlegroups.com]
Sent: Wednesday, April 18, 2018 10:18 AM
To: rbase-l@googlegroups.com
Subject: Re: RE: [RBASE-L] - Date Chooser Dialog?

Also, consider the use of DIALOG command. Here is example from RBase help.

DIALOG 'Enter Date to Browse:' vBrowseDate=26 vEndKey 1 +

CAPTION 'Enter Date' +

ICON APP +

OPTION DIALOG_EDIT_HINT 'Double-Click for Calendar' +

|POPUP_ENABLED TRUE +

|POPUP_DIALOG_TYPE DATE +

|POPUP_CALENDAR_BACK_COLOR SILVER +

|POPUP_CALENDAR_DAYS_COLOR RED +

|POPUP_CALENDAR_FILLDAYS_COLOR NAVY +

|POPUP_CALENDAR_DAYSOFWEEK_COLOR  +

|POPUP_CALENDAR_LINES_COLOR BLACK +

|POPUP_CALENDAR_SELBACK_COLOR NAVY +

|POPUP_CALENDAR_SELFORE_COLOR WHITE +

|POPUP_CALENDAR_TODAYFRAME_COLOR RED



Jim Bentley, American Celiac Society 1-504-305-2968


On Tuesday, April 17, 2018, 11:19:09 PM CDT, 
Kayza Kleinman <<mailto:kklein...@jccgci.org>kklein...@jccgci.org> wrote:




Thanks!



This is perfect.





Kayza Kleinman

Director of the Nonprofit Helpdesk

CIO

Jewish Community Council of Greater Coney Island, Inc

<http://www.jccgci.org/>www.jccgci.org

www.nphd.org



From: karentellef via RBASE-L 
[<mailto:rbase-l@googlegroups.com>mailto:rbase-l@googlegroups.com]

Sent: Tuesday, April 17, 2018 9:34 AM
To: <mailto:rbase-l@googlegroups.com>rbase-l@googlegroups.com
Subject: Re: [RBASE-L] - Date Chooser Dialog?



If you want a calendar, do this:

set var vdate = (getdate('title here'))

Karen







-Original Message-
From: Kayza Kleinman <<mailto:kklein...@jccgci.org>kklein...@jccgci.org>
To: 'rbase-l@googlegroups.com' 
<<mailto:rbase-l@googlegroups.com>rbase-l@googlegroups.com>

Sent: Tue, Apr 17, 2018 12:26 am
Subject: [RBASE-L] - Date Chooser Dialog?

I often need to get dates from users before I 
run a report or form. Is there a way to build a 
dialog that gives a date chooser similar to what 
you can do in a form, without  having to create a form for it?


Thanks!





Kayza Kleinman

Director of the Nonprofit Helpdesk

CIO

Jewish Community Council of Greater Coney Island, Inc

3001 West 37th Street

Brooklyn NY 11224

718 449-5000 x 2266

fax 347-946-6390

<http://www.jccgci.org>www.jccgci.org

www.nphd.org





--
For group guidelines, visit 
<http://www.rbase.com/support/usersgroup_guidelines.php>http://www.rbase.com/support/usersgroup_guidelines.php

---
You received this message because you are 
subscribed to the Google Groups "RBASE-L" group.
To unsubscribe from this group and stop 
receiving emails from it, send an email to 
<mailto:rbase-l+unsubscr...@googlegroups.com>rbase-l+unsubscr...@googlegroups.com.
For more options, visit 
<https://groups.google.com/d/optout>https://groups.google.com/d/optout.


--
For group guidelines, visit 
<http://www.rbase.com/support/usersgroup_guidelines.php>http://www.rbase.com/support/usersgroup_guidelines.php

---
You received this message because you are 
subscribed to the Google Groups "RBASE-L" group.
To unsubscribe from this group and stop 
receiving emails from it, send an email to 
<mailto:rbase-l+unsubscr...@googlegroups.com>rbase-l+unsubscr...@googlegroups.com.
For more options, visit 
<https://groups.google.com/d/optout>https://groups.google.com/d/optout.

--
For group guidelines, visit 
<http://www.rbase.com/support/usersgroup_guidelines.php>http://www.rbase.com/support/usersgroup_guidelines.php

---
You received this message because you are 
subscribed to the Google Groups "RBASE-L" group.
To unsubscribe from this group and stop 
receiving emails from it, send an email to 
<mailto:rbase-l+unsubscr...@googlegroups.com>rbase-l+unsubscr...@googlegroups.com.
For more options, visit 
<https://groups.google.com/d/optout>https://groups.google.com/d/optout.

--
For group guidelines, visit 
<http://www.rbase.com/support/usersgroup_guidelines.php>http://www.rbase.com/support/usersgroup_guidelines.php

---
You received this message because you are 
subscribed to the Google Group

RE: RE: [RBASE-L] - Date Chooser Dialog?

2018-04-18 Thread Ken Shapiro
Paste the command into an empty rbase editor window. Add ‘return’ at the end, 
and then use r:style to check the syntax.

 

Ken

 

From: rbase-l@googlegroups.com [mailto:rbase-l@googlegroups.com] On Behalf Of 
Kayza Kleinman
Sent: Wednesday, April 18, 2018 11:28 PM
To: rbase-l@googlegroups.com
Subject: RE: RE: [RBASE-L] - Date Chooser Dialog?

 

It looks great, but I keep on getting “syntax error”. I have RDocs, and tried 
using the template that it gave me and I’m still getting a syntax error. That’s 
the whole message.

 

 

Kayza Kleinman

Director of the Nonprofit Helpdesk 

CIO

Jewish Community Council of Greater Coney Island, Inc

www.jccgci.org <http://www.jccgci.org/> 

www.nphd.org <http://www.nphd.org/> 

 

From: 'James Bentley' via RBASE-L [mailto:rbase-l@googlegroups.com] 
Sent: Wednesday, April 18, 2018 10:18 AM
To: rbase-l@googlegroups.com
Subject: Re: RE: [RBASE-L] - Date Chooser Dialog?

 

Also, consider the use of DIALOG command. Here is example from RBase help.

DIALOG 'Enter Date to Browse:' vBrowseDate=26 vEndKey 1 +

CAPTION 'Enter Date' +

ICON APP +

OPTION DIALOG_EDIT_HINT 'Double-Click for Calendar' +

|POPUP_ENABLED TRUE +

|POPUP_DIALOG_TYPE DATE +

|POPUP_CALENDAR_BACK_COLOR SILVER +

|POPUP_CALENDAR_DAYS_COLOR RED +

|POPUP_CALENDAR_FILLDAYS_COLOR NAVY +

|POPUP_CALENDAR_DAYSOFWEEK_COLOR  +

|POPUP_CALENDAR_LINES_COLOR BLACK +

|POPUP_CALENDAR_SELBACK_COLOR NAVY +

|POPUP_CALENDAR_SELFORE_COLOR WHITE +

|POPUP_CALENDAR_TODAYFRAME_COLOR RED

 

 

 

Jim Bentley, American Celiac Society 1-504-305-2968

 

 

On Tuesday, April 17, 2018, 11:19:09 PM CDT, Kayza Kleinman 
<kklein...@jccgci.org> wrote: 

 

 

Thanks!

 

This is perfect.

 

 

Kayza Kleinman

Director of the Nonprofit Helpdesk 

CIO

Jewish Community Council of Greater Coney Island, Inc

www.jccgci.org <http://www.jccgci.org/> 

www.nphd.org <http://www.nphd.org/> 

 

From: karentellef via RBASE-L [mailto:rbase-l@googlegroups.com] 
Sent: Tuesday, April 17, 2018 9:34 AM
To: rbase-l@googlegroups.com
Subject: Re: [RBASE-L] - Date Chooser Dialog?

 

If you want a calendar, do this:

set var vdate = (getdate('title here'))

Karen

 

 

 

-Original Message-
From: Kayza Kleinman <kklein...@jccgci.org>
To: 'rbase-l@googlegroups.com' <rbase-l@googlegroups.com>
Sent: Tue, Apr 17, 2018 12:26 am
Subject: [RBASE-L] - Date Chooser Dialog?

I often need to get dates from users before I run a report or form. Is there a 
way to build a dialog that gives a date chooser similar to what you can do in a 
form, without  having to create a form for it?

Thanks!

 

 

Kayza Kleinman

Director of the Nonprofit Helpdesk 

CIO

Jewish Community Council of Greater Coney Island, Inc

3001 West 37th Street

Brooklyn NY 11224

718 449-5000 x 2266

fax 347-946-6390 

 <http://www.jccgci.org> www.jccgci.org

 <http://www.nphd.org> www.nphd.org

 

 

-- 
For group guidelines, visit  
<http://www.rbase.com/support/usersgroup_guidelines.php> 
http://www.rbase.com/support/usersgroup_guidelines.php
--- 
You received this message because you are subscribed to the Google Groups 
"RBASE-L" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to  <mailto:rbase-l+unsubscr...@googlegroups.com> 
rbase-l+unsubscr...@googlegroups.com.
For more options, visit  <https://groups.google.com/d/optout> 
https://groups.google.com/d/optout.

-- 
For group guidelines, visit 
http://www.rbase.com/support/usersgroup_guidelines.php
--- 
You received this message because you are subscribed to the Google Groups 
"RBASE-L" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to rbase-l+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

-- 
For group guidelines, visit 
http://www.rbase.com/support/usersgroup_guidelines.php
--- 
You received this message because you are subscribed to the Google Groups 
"RBASE-L" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to rbase-l+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

-- 
For group guidelines, visit 
http://www.rbase.com/support/usersgroup_guidelines.php
--- 
You received this message because you are subscribed to the Google Groups 
"RBASE-L" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to rbase-l+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

-- 
For group guidelines, visit 
http://www.rbase.com/support/usersgroup_guidelines.php
--- 
You received this message because you are subscribed to the Google Groups 
"RBASE-L" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to rbase-l+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

-- 
For 

RE: RE: [RBASE-L] - Date Chooser Dialog?

2018-04-18 Thread Kayza Kleinman
It looks great, but I keep on getting “syntax error”. I have RDocs, and tried 
using the template that it gave me and I’m still getting a syntax error. That’s 
the whole message.


Kayza Kleinman
Director of the Nonprofit Helpdesk
CIO
Jewish Community Council of Greater Coney Island, Inc
www.jccgci.org<http://www.jccgci.org/>
www.nphd.org<http://www.nphd.org/>

From: 'James Bentley' via RBASE-L [mailto:rbase-l@googlegroups.com]
Sent: Wednesday, April 18, 2018 10:18 AM
To: rbase-l@googlegroups.com
Subject: Re: RE: [RBASE-L] - Date Chooser Dialog?

Also, consider the use of DIALOG command. Here is example from RBase help.

DIALOG 'Enter Date to Browse:' vBrowseDate=26 vEndKey 1 +

CAPTION 'Enter Date' +

ICON APP +

OPTION DIALOG_EDIT_HINT 'Double-Click for Calendar' +

|POPUP_ENABLED TRUE +

|POPUP_DIALOG_TYPE DATE +

|POPUP_CALENDAR_BACK_COLOR SILVER +

|POPUP_CALENDAR_DAYS_COLOR RED +

|POPUP_CALENDAR_FILLDAYS_COLOR NAVY +

|POPUP_CALENDAR_DAYSOFWEEK_COLOR  +

|POPUP_CALENDAR_LINES_COLOR BLACK +

|POPUP_CALENDAR_SELBACK_COLOR NAVY +

|POPUP_CALENDAR_SELFORE_COLOR WHITE +

|POPUP_CALENDAR_TODAYFRAME_COLOR RED



Jim Bentley, American Celiac Society 1-504-305-2968


On Tuesday, April 17, 2018, 11:19:09 PM CDT, Kayza Kleinman 
<kklein...@jccgci.org<mailto:kklein...@jccgci.org>> wrote:



Thanks!



This is perfect.





Kayza Kleinman

Director of the Nonprofit Helpdesk

CIO

Jewish Community Council of Greater Coney Island, Inc

www.jccgci.org<http://www.jccgci.org/>

www.nphd.org<http://www.nphd.org/>



From: karentellef via RBASE-L [mailto:rbase-l@googlegroups.com]
Sent: Tuesday, April 17, 2018 9:34 AM
To: rbase-l@googlegroups.com<mailto:rbase-l@googlegroups.com>
Subject: Re: [RBASE-L] - Date Chooser Dialog?



If you want a calendar, do this:

set var vdate = (getdate('title here'))

Karen







-Original Message-
From: Kayza Kleinman <kklein...@jccgci.org<mailto:kklein...@jccgci.org>>
To: 'rbase-l@googlegroups.com' 
<rbase-l@googlegroups.com<mailto:rbase-l@googlegroups.com>>
Sent: Tue, Apr 17, 2018 12:26 am
Subject: [RBASE-L] - Date Chooser Dialog?

I often need to get dates from users before I run a report or form. Is there a 
way to build a dialog that gives a date chooser similar to what you can do in a 
form, without  having to create a form for it?

Thanks!





Kayza Kleinman

Director of the Nonprofit Helpdesk

CIO

Jewish Community Council of Greater Coney Island, Inc

3001 West 37th Street

Brooklyn NY 11224

718 449-5000 x 2266

fax 347-946-6390

www.jccgci.org<http://www.jccgci.org>

www.nphd.org<http://www.nphd.org>





--
For group guidelines, visit 
http://www.rbase.com/support/usersgroup_guidelines.php
---
You received this message because you are subscribed to the Google Groups 
"RBASE-L" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to 
rbase-l+unsubscr...@googlegroups.com<mailto:rbase-l+unsubscr...@googlegroups.com>.
For more options, visit https://groups.google.com/d/optout.

--
For group guidelines, visit 
http://www.rbase.com/support/usersgroup_guidelines.php
---
You received this message because you are subscribed to the Google Groups 
"RBASE-L" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to 
rbase-l+unsubscr...@googlegroups.com<mailto:rbase-l+unsubscr...@googlegroups.com>.
For more options, visit https://groups.google.com/d/optout.
--
For group guidelines, visit 
http://www.rbase.com/support/usersgroup_guidelines.php
---
You received this message because you are subscribed to the Google Groups 
"RBASE-L" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to 
rbase-l+unsubscr...@googlegroups.com<mailto:rbase-l+unsubscr...@googlegroups.com>.
For more options, visit https://groups.google.com/d/optout.
--
For group guidelines, visit 
http://www.rbase.com/support/usersgroup_guidelines.php
---
You received this message because you are subscribed to the Google Groups 
"RBASE-L" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to 
rbase-l+unsubscr...@googlegroups.com<mailto:rbase-l+unsubscr...@googlegroups.com>.
For more options, visit https://groups.google.com/d/optout.

-- 
For group guidelines, visit 
http://www.rbase.com/support/usersgroup_guidelines.php
--- 
You received this message because you are subscribed to the Google Groups 
"RBASE-L" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to rbase-l+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: RE: [RBASE-L] - Date Chooser Dialog?

2018-04-18 Thread 'James Bentley' via RBASE-L
Also, consider the use of DIALOG command. Here is example from RBase help.
DIALOG 'Enter Date to Browse:' vBrowseDate=26 vEndKey 1 +

CAPTION 'Enter Date' +

ICON APP +

OPTION DIALOG_EDIT_HINT 'Double-Click for Calendar' +

|POPUP_ENABLED TRUE +

|POPUP_DIALOG_TYPE DATE +

|POPUP_CALENDAR_BACK_COLOR SILVER +

|POPUP_CALENDAR_DAYS_COLOR RED +

|POPUP_CALENDAR_FILLDAYS_COLOR NAVY +

|POPUP_CALENDAR_DAYSOFWEEK_COLOR  +

|POPUP_CALENDAR_LINES_COLOR BLACK +

|POPUP_CALENDAR_SELBACK_COLOR NAVY +

|POPUP_CALENDAR_SELFORE_COLOR WHITE +

|POPUP_CALENDAR_TODAYFRAME_COLOR RED



Jim Bentley, American Celiac Society 1-504-305-2968 

On Tuesday, April 17, 2018, 11:19:09 PM CDT, Kayza Kleinman 
<kklein...@jccgci.org> wrote:  
 
 
Thanks!
 
  
 
This is perfect.
 
  
 
  
 
Kayza Kleinman
 
Director of the Nonprofit Helpdesk
 
CIO
 
Jewish Community Council of Greater Coney Island, Inc
 
www.jccgci.org
 
www.nphd.org
 
  
 
From: karentellef via RBASE-L [mailto:rbase-l@googlegroups.com]
Sent: Tuesday, April 17, 2018 9:34 AM
To: rbase-l@googlegroups.com
Subject: Re: [RBASE-L] - Date Chooser Dialog?
 
  
 
If you want a calendar, do this:

set var vdate = (getdate('title here'))

Karen
 
  
 
  
 
  
 
-Original Message-
From: Kayza Kleinman <kklein...@jccgci.org>
To: 'rbase-l@googlegroups.com' <rbase-l@googlegroups.com>
Sent: Tue, Apr 17, 2018 12:26 am
Subject: [RBASE-L] - Date Chooser Dialog?
 
I often need to get dates from users before I run a report or form. Is there a 
way to build a dialog that gives a date chooser similar to what you can do in a 
form, without  having to create a form for it?
 
Thanks!
 
 
 
 
 
Kayza Kleinman
 
Director of the Nonprofit Helpdesk
 
CIO
 
Jewish Community Council of Greater Coney Island, Inc
 
3001 West 37th Street
 
Brooklyn NY 11224
 
718 449-5000 x 2266
 
fax 347-946-6390
 
www.jccgci.org
 
www.nphd.org
 
 
 
 
 
--
For group guidelines, visit 
http://www.rbase.com/support/usersgroup_guidelines.php
--- 
You received this message because you are subscribed to the Google Groups 
"RBASE-L" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
torbase-l+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
 
-- 
For group guidelines, visit 
http://www.rbase.com/support/usersgroup_guidelines.php
--- 
You received this message because you are subscribed to the Google Groups 
"RBASE-L" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
torbase-l+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
 

-- 
For group guidelines, visit 
http://www.rbase.com/support/usersgroup_guidelines.php
--- 
You received this message because you are subscribed to the Google Groups 
"RBASE-L" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to rbase-l+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
  

-- 
For group guidelines, visit 
http://www.rbase.com/support/usersgroup_guidelines.php
--- 
You received this message because you are subscribed to the Google Groups 
"RBASE-L" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to rbase-l+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


RE: [RBASE-L] - Date Chooser Dialog?

2018-04-17 Thread Kayza Kleinman
Thanks!

This is perfect.


Kayza Kleinman
Director of the Nonprofit Helpdesk
CIO
Jewish Community Council of Greater Coney Island, Inc
www.jccgci.org<http://www.jccgci.org/>
www.nphd.org<http://www.nphd.org/>

From: karentellef via RBASE-L [mailto:rbase-l@googlegroups.com]
Sent: Tuesday, April 17, 2018 9:34 AM
To: rbase-l@googlegroups.com
Subject: Re: [RBASE-L] - Date Chooser Dialog?

If you want a calendar, do this:

set var vdate = (getdate('title here'))

Karen



-Original Message-
From: Kayza Kleinman <kklein...@jccgci.org<mailto:kklein...@jccgci.org>>
To: 'rbase-l@googlegroups.com' 
<rbase-l@googlegroups.com<mailto:rbase-l@googlegroups.com>>
Sent: Tue, Apr 17, 2018 12:26 am
Subject: [RBASE-L] - Date Chooser Dialog?
I often need to get dates from users before I run a report or form. Is there a 
way to build a dialog that gives a date chooser similar to what you can do in a 
form, without  having to create a form for it?
Thanks!


Kayza Kleinman
Director of the Nonprofit Helpdesk
CIO
Jewish Community Council of Greater Coney Island, Inc
3001 West 37th Street
Brooklyn NY 11224
718 449-5000 x 2266
fax 347-946-6390
www.jccgci.org<http://www.jccgci.org>
www.nphd.org<http://www.nphd.org>


--
For group guidelines, visit 
http://www.rbase.com/support/usersgroup_guidelines.php
---
You received this message because you are subscribed to the Google Groups 
"RBASE-L" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to 
rbase-l+unsubscr...@googlegroups.com<mailto:rbase-l+unsubscr...@googlegroups.com>.
For more options, visit https://groups.google.com/d/optout.
--
For group guidelines, visit 
http://www.rbase.com/support/usersgroup_guidelines.php
---
You received this message because you are subscribed to the Google Groups 
"RBASE-L" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to 
rbase-l+unsubscr...@googlegroups.com<mailto:rbase-l+unsubscr...@googlegroups.com>.
For more options, visit https://groups.google.com/d/optout.

-- 
For group guidelines, visit 
http://www.rbase.com/support/usersgroup_guidelines.php
--- 
You received this message because you are subscribed to the Google Groups 
"RBASE-L" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to rbase-l+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: [RBASE-L] - Date Chooser Dialog?

2018-04-17 Thread karentellef via RBASE-L
If you want a calendar, do this:

set var vdate = (getdate('title here'))

Karen

 

 

 

-Original Message-
From: Kayza Kleinman <kklein...@jccgci.org>
To: 'rbase-l@googlegroups.com' <rbase-l@googlegroups.com>
Sent: Tue, Apr 17, 2018 12:26 am
Subject: [RBASE-L] - Date Chooser Dialog?



I often need to get dates from users before I run a report or form. Is there a 
way to build a dialog that gives a date chooser similar to what you can do in a 
form, without  having to create a form for it?


Thanks!
 
 
Kayza Kleinman
Director of the Nonprofit Helpdesk
CIO
Jewish Community Council of Greater Coney Island, Inc
3001 West 37th Street
Brooklyn NY 11224
718 449-5000 x 2266
fax347-946-6390
www.jccgci.org
www.nphd.org
 
 

-- 
For group guidelines, visit 
http://www.rbase.com/support/usersgroup_guidelines.php
--- 
You received this message because you are subscribed to the Google Groups 
"RBASE-L" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to rbase-l+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


-- 
For group guidelines, visit 
http://www.rbase.com/support/usersgroup_guidelines.php
--- 
You received this message because you are subscribed to the Google Groups 
"RBASE-L" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to rbase-l+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: [RBASE-L] - Date Chooser Dialog?

2018-04-17 Thread Albert Berry
Not in 9.5, but it is an option in X. It is really quite simple to make a 
variable form with the date popup. 
Albert

> On Apr 16, 2018, at 11:20 PM, Kayza Kleinman  wrote:
> 
> I often need to get dates from users before I run a report or form. Is there 
> a way to build a dialog that gives a date chooser similar to what you can do 
> in a form, without  having to create a form for it?
> 
> Thanks!
>  
>  
> Kayza Kleinman
> Director of the Nonprofit Helpdesk
> CIO
> Jewish Community Council of Greater Coney Island, Inc
> 3001 West 37th Street
> Brooklyn NY 11224
> 718 449-5000 x 2266
> fax 347-946-6390
> www.jccgci.org 
> www.nphd.org 
>  
>  
> 
> -- 
> For group guidelines, visit 
> http://www.rbase.com/support/usersgroup_guidelines.php 
> 
> --- 
> You received this message because you are subscribed to the Google Groups 
> "RBASE-L" group.
> To unsubscribe from this group and stop receiving emails from it, send an 
> email to rbase-l+unsubscr...@googlegroups.com 
> .
> For more options, visit https://groups.google.com/d/optout 
> .

-- 
For group guidelines, visit 
http://www.rbase.com/support/usersgroup_guidelines.php
--- 
You received this message because you are subscribed to the Google Groups 
"RBASE-L" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to rbase-l+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[RBASE-L] - Date Chooser Dialog?

2018-04-16 Thread Kayza Kleinman
I often need to get dates from users before I run a report or form. Is there a 
way to build a dialog that gives a date chooser similar to what you can do in a 
form, without  having to create a form for it?

Thanks!


Kayza Kleinman
Director of the Nonprofit Helpdesk
CIO
Jewish Community Council of Greater Coney Island, Inc
3001 West 37th Street
Brooklyn NY 11224
718 449-5000 x 2266
fax 347-946-6390
www.jccgci.org
www.nphd.org


-- 
For group guidelines, visit 
http://www.rbase.com/support/usersgroup_guidelines.php
--- 
You received this message because you are subscribed to the Google Groups 
"RBASE-L" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to rbase-l+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.