Showing posts with label browser. Show all posts
Showing posts with label browser. Show all posts

Friday, February 17, 2012

Empty temp shopping cart database

After a user adds items to the cart he doesn't checkout but leaves the site.

The next user on the same computer then opens another browser and sees the same items in the cart.

How do I Empty temp shopping cart database after leaving the site just like if I were using cookies.

Thx.when you create a record for the user you can have a timestamp column and xpire records older than 20 mins (or whatever time you decide to ) or you can empty out the temp tables before you start a new process.

hth

Wednesday, February 15, 2012

Empty pages occured when export to tif/PDF format

Hi,
my report looks great in MS VS preview and diploy to browser, however when i
export to pdf or tif format, empty pages will occur after every actual pages.
Please give me some advice.
ThanksCheck the size of margins and report body width also size of header & footer
and your rpt body heigth..it must be
Report width >= margins + body width
Report height >= header+footer+body height
something must be running out of range...
Sunny
"SL" wrote:
> Hi,
> my report looks great in MS VS preview and diploy to browser, however when i
> export to pdf or tif format, empty pages will occur after every actual pages.
> Please give me some advice.
> Thank|||Perhaps the report is slightly too wide for your page width. Try to reduce
your margins and/or the width of your report.
--
Alain Quesnel
alainsanspam@.logiquel.com
www.logiquel.com
"SL" <SL@.discussions.microsoft.com> wrote in message
news:04429481-BDEF-46C4-B0A9-F6CE69792C5F@.microsoft.com...
> Hi,
> my report looks great in MS VS preview and diploy to browser, however when
> i
> export to pdf or tif format, empty pages will occur after every actual
> pages.
> Please give me some advice.
> Thanks|||Thanks Sunny & Alain~ i goti it. Thanks
"Alain Quesnel" wrote:
> Perhaps the report is slightly too wide for your page width. Try to reduce
> your margins and/or the width of your report.
> --
> Alain Quesnel
> alainsanspam@.logiquel.com
> www.logiquel.com
>
> "SL" <SL@.discussions.microsoft.com> wrote in message
> news:04429481-BDEF-46C4-B0A9-F6CE69792C5F@.microsoft.com...
> > Hi,
> > my report looks great in MS VS preview and diploy to browser, however when
> > i
> > export to pdf or tif format, empty pages will occur after every actual
> > pages.
> > Please give me some advice.
> > Thanks
>
>|||Great! Thanks a lot! No more obscure empty pages are displayed!
Thanks again!
"Sunny" wrote:
> Check the size of margins and report body width also size of header & footer
> and your rpt body heigth..it must be
> Report width >= margins + body width
> Report height >= header+footer+body height
> something must be running out of range...
> Sunny
> "SL" wrote:
> > Hi,
> > my report looks great in MS VS preview and diploy to browser, however when i
> > export to pdf or tif format, empty pages will occur after every actual pages.
> > Please give me some advice.
> > Thank