-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/yyyy) 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 from it, 
> >send an email to <mailto:rbase-l+unsubscr...@googlegroups.com>rb
> ase-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_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 from it, 
> >send an email to <mailto:rbase-l+unsubscr...@googlegroups.com>rb
> ase-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_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 from it, 
> >send an email to <mailto:rbase-l+unsubscr...@googlegroups.com>rb
> ase-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_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 from it, 
> >send an email to <mailto:rbase-l+unsubscr...@googlegroups.com>rb
> ase-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_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 from it, 
> >send an email to <mailto:rbase-l+unsubscr...@googlegroups.com>rb
> ase-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_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 from it, 
> >send an email to <mailto:rbase-l+unsubscr...@googlegroups.com>rb
> ase-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.

Reply via email to