support.activereports2.stdedition

Started by webadmin@datadynamics.com at 08-27-2003 12:00 AM. Topic has 5 replies.

Print Search
Sort Posts:    
   08-27-2003, 12:00 AM
webadmin@datadynamics.com is not online. Last active: 12/13/2005 3:53:57 AM webadmin@datadynamics.com

Not Ranked
Joined on 12-12-2005
Posts 0
An answer to this question?
Originally Posted By: cf<c.fressynet@genietelecom.fr>

Hello,

This is an old message ...

"Since moving from AR1 to AR2 all our date formats have moved to US format
(mm/dd/yy) as opposed to (dd/mm/yy).

Have checked and AR2 now behaves differently to AR1, the formats in the
designer show as US format, it no longer seems to read the machine locale.

Have managed to work round this by setting the hidden ActiveReport.LocaleID
to 2057 in the Initialise of each report, but the design environment still
has a US feel.

Any ideas?"

Thanks

cf



   Report 
   08-27-2003, 12:00 AM
webadmin@datadynamics.com is not online. Last active: 12/13/2005 3:53:57 AM webadmin@datadynamics.com

Not Ranked
Joined on 12-12-2005
Posts 0
Re: An answer to this question?
Originally Posted By: Trent Snow - DD<ActiveReports.Support@DataDynamics.com>

Hello--

Can you provide more details on this?

I know that the Output format is based on the regional setting, are you
using the Output format?

"cf" wrote in message
news:v6yfgiGbDHA.2012@dynaweb.datadynamics.com...
> Hello,
>
> This is an old message ...
>
> "Since moving from AR1 to AR2 all our date formats have moved to US format
> (mm/dd/yy) as opposed to (dd/mm/yy).
>
> Have checked and AR2 now behaves differently to AR1, the formats in the
> designer show as US format, it no longer seems to read the machine locale.
>
> Have managed to work round this by setting the hidden
ActiveReport.LocaleID
> to 2057 in the Initialise of each report, but the design environment still
> has a US feel.
>
> Any ideas?"
>
> Thanks
>
> cf
>
>



   Report 
   08-28-2003, 12:00 AM
webadmin@datadynamics.com is not online. Last active: 12/13/2005 3:53:57 AM webadmin@datadynamics.com

Not Ranked
Joined on 12-12-2005
Posts 0
Re: An answer to this question?
Originally Posted By: cf<c.fressynet@genietelecom.fr>

No, I don't use Output format because date is a result of a query (SQL).


"Trent Snow - DD" a écrit dans le
message de news:l%2394kjMbDHA.1892@dynaweb.datadynamics.com...
> Hello--
>
> Can you provide more details on this?
>
> I know that the Output format is based on the regional setting, are you
> using the Output format?
>
> "cf" wrote in message
> news:v6yfgiGbDHA.2012@dynaweb.datadynamics.com...
> > Hello,
> >
> > This is an old message ...
> >
> > "Since moving from AR1 to AR2 all our date formats have moved to US
format
> > (mm/dd/yy) as opposed to (dd/mm/yy).
> >
> > Have checked and AR2 now behaves differently to AR1, the formats in the
> > designer show as US format, it no longer seems to read the machine
locale.
> >
> > Have managed to work round this by setting the hidden
> ActiveReport.LocaleID
> > to 2057 in the Initialise of each report, but the design environment
still
> > has a US feel.
> >
> > Any ideas?"
> >
> > Thanks
> >
> > cf
> >
> >
>
>



   Report 
   08-28-2003, 12:00 AM
webadmin@datadynamics.com is not online. Last active: 12/13/2005 3:53:57 AM webadmin@datadynamics.com

Not Ranked
Joined on 12-12-2005
Posts 0
Re: An answer to this question?
Originally Posted By: Trent Snow - DD<ActiveReports.Support@DataDynamics.com>

When the date is returned by the query what format is the date in? (e.g.
mm/dd/yy, dd/mm/yy and etc.)

Are you saying that in AR1 the format that the query returned is different
than in AR2 or is the format of the date in the query the same it is just
that the date is rendered to the report differently in AR2 than AR1?

"cf" wrote in message
news:597sqPTbDHA.1076@dynaweb.datadynamics.com...
> No, I don't use Output format because date is a result of a query (SQL).
>
>
> "Trent Snow - DD" a écrit dans le
> message de news:l%2394kjMbDHA.1892@dynaweb.datadynamics.com...
> > Hello--
> >
> > Can you provide more details on this?
> >
> > I know that the Output format is based on the regional setting, are you
> > using the Output format?
> >
> > "cf" wrote in message
> > news:v6yfgiGbDHA.2012@dynaweb.datadynamics.com...
> > > Hello,
> > >
> > > This is an old message ...
> > >
> > > "Since moving from AR1 to AR2 all our date formats have moved to US
> format
> > > (mm/dd/yy) as opposed to (dd/mm/yy).
> > >
> > > Have checked and AR2 now behaves differently to AR1, the formats in
the
> > > designer show as US format, it no longer seems to read the machine
> locale.
> > >
> > > Have managed to work round this by setting the hidden
> > ActiveReport.LocaleID
> > > to 2057 in the Initialise of each report, but the design environment
> still
> > > has a US feel.
> > >
> > > Any ideas?"
> > >
> > > Thanks
> > >
> > > cf
> > >
> > >
> >
> >
>
>



   Report 
   08-28-2003, 12:00 AM
webadmin@datadynamics.com is not online. Last active: 12/13/2005 3:53:57 AM webadmin@datadynamics.com

Not Ranked
Joined on 12-12-2005
Posts 0
Re: An answer to this question?
Originally Posted By: cf<c.fressynet@genietelecom.fr>

The date format returned by the query is : dd/mm/yy
and the format of the date in the query is the same with AR1 and AR2.
But, the date is rendered to the report differently in AR2 than AR1:
with AR1 : dd/mm/yy
with AR2 : mm/dd/yy

Thanks ...

"Trent Snow - DD" a écrit dans le
message de news:6alrxnWbDHA.1908@dynaweb.datadynamics.com...
> When the date is returned by the query what format is the date in? (e.g.
> mm/dd/yy, dd/mm/yy and etc.)
>
> Are you saying that in AR1 the format that the query returned is different
> than in AR2 or is the format of the date in the query the same it is just
> that the date is rendered to the report differently in AR2 than AR1?
>
> "cf" wrote in message
> news:597sqPTbDHA.1076@dynaweb.datadynamics.com...
> > No, I don't use Output format because date is a result of a query (SQL).
> >
> >
> > "Trent Snow - DD" a écrit dans
le
> > message de news:l%2394kjMbDHA.1892@dynaweb.datadynamics.com...
> > > Hello--
> > >
> > > Can you provide more details on this?
> > >
> > > I know that the Output format is based on the regional setting, are
you
> > > using the Output format?
> > >
> > > "cf" wrote in message
> > > news:v6yfgiGbDHA.2012@dynaweb.datadynamics.com...
> > > > Hello,
> > > >
> > > > This is an old message ...
> > > >
> > > > "Since moving from AR1 to AR2 all our date formats have moved to US
> > format
> > > > (mm/dd/yy) as opposed to (dd/mm/yy).
> > > >
> > > > Have checked and AR2 now behaves differently to AR1, the formats in
> the
> > > > designer show as US format, it no longer seems to read the machine
> > locale.
> > > >
> > > > Have managed to work round this by setting the hidden
> > > ActiveReport.LocaleID
> > > > to 2057 in the Initialise of each report, but the design environment
> > still
> > > > has a US feel.
> > > >
> > > > Any ideas?"
> > > >
> > > > Thanks
> > > >
> > > > cf
> > > >
> > > >
> > >
> > >
> >
> >
>
>



   Report 
   08-29-2003, 12:00 AM
webadmin@datadynamics.com is not online. Last active: 12/13/2005 3:53:57 AM webadmin@datadynamics.com

Not Ranked
Joined on 12-12-2005
Posts 0
Re: An answer to this question?
Originally Posted By: Trent Snow - DD<ActiveReports.Support@DataDynamics.com>

Hello--

The date format returned by my query is: dd/mm/yy and it came into AR2 as
mm/dd/yy and I thought I reproduced the issue. I then tried this in AR1 and
the same thing happened it came in as mm/dd/yy. I opened my regional
settings and my short date format was in fact set up for mm/dd/yy so I
changed it to dd/mm/yy and it came in dd/mm/yy in both AR2 and AR1. What
build are you running of AR2?

"cf" wrote in message
news:Lopuj2WbDHA.1076@dynaweb.datadynamics.com...
> The date format returned by the query is : dd/mm/yy
> and the format of the date in the query is the same with AR1 and AR2.
> But, the date is rendered to the report differently in AR2 than AR1:
> with AR1 : dd/mm/yy
> with AR2 : mm/dd/yy
>
> Thanks ...
>
> "Trent Snow - DD" a écrit dans le
> message de news:6alrxnWbDHA.1908@dynaweb.datadynamics.com...
> > When the date is returned by the query what format is the date in? (e.g.
> > mm/dd/yy, dd/mm/yy and etc.)
> >
> > Are you saying that in AR1 the format that the query returned is
different
> > than in AR2 or is the format of the date in the query the same it is
just
> > that the date is rendered to the report differently in AR2 than AR1?
> >
> > "cf" wrote in message
> > news:597sqPTbDHA.1076@dynaweb.datadynamics.com...
> > > No, I don't use Output format because date is a result of a query
(SQL).
> > >
> > >
> > > "Trent Snow - DD" a écrit
dans
> le
> > > message de news:l%2394kjMbDHA.1892@dynaweb.datadynamics.com...
> > > > Hello--
> > > >
> > > > Can you provide more details on this?
> > > >
> > > > I know that the Output format is based on the regional setting, are
> you
> > > > using the Output format?
> > > >
> > > > "cf" wrote in message
> > > > news:v6yfgiGbDHA.2012@dynaweb.datadynamics.com...
> > > > > Hello,
> > > > >
> > > > > This is an old message ...
> > > > >
> > > > > "Since moving from AR1 to AR2 all our date formats have moved to
US
> > > format
> > > > > (mm/dd/yy) as opposed to (dd/mm/yy).
> > > > >
> > > > > Have checked and AR2 now behaves differently to AR1, the formats
in
> > the
> > > > > designer show as US format, it no longer seems to read the machine
> > > locale.
> > > > >
> > > > > Have managed to work round this by setting the hidden
> > > > ActiveReport.LocaleID
> > > > > to 2057 in the Initialise of each report, but the design
environment
> > > still
> > > > > has a US feel.
> > > > >
> > > > > Any ideas?"
> > > > >
> > > > > Thanks
> > > > >
> > > > > cf
> > > > >
> > > > >
> > > >
> > > >
> > >
> > >
> >
> >
>
>



   Report 
GrapeCity » Forum Archives » support.activer... » Re: An answer to this question?

Privacy Policy | Copyright © 1997-2012 — GrapeCity, inc.
All trademarks mentioned are the property of their respective owners.