Wednesday, March 21, 2012
Grab hand and magnifing glass?
report that is native to Adobe PDF viewer? It makes it much more intuitive
for the end user to grab the page to scroll up/down or click with the
magnifying glass to zoom in/out. Please don't tell me this isn't
available... Without those basic features, the report looks pretty darn
cheap.What format are you rendering? If you are rendering in PDF then the PDF
viewer is being used and those things should be available. Otherwise, the
answer is no.
Bruce Loehle-Conger
MVP SQL Server Reporting Services
"Dan" <Dan@.discussions.microsoft.com> wrote in message
news:284CE966-B4C3-451D-8C34-BBFFCAF753B3@.microsoft.com...
> Is there anyway to display the familiar grab hand and magnifying glass on
> the
> report that is native to Adobe PDF viewer? It makes it much more
> intuitive
> for the end user to grab the page to scroll up/down or click with the
> magnifying glass to zoom in/out. Please don't tell me this isn't
> available... Without those basic features, the report looks pretty darn
> cheap.
GPRS replication troubles : 28562
I get this number of errors when I'm trying to merge replicate over GPRS. It
occurs only some times:
error 80072EE7 with native 28562
error 80072EFD with native 28562
and after those errors I get 80004005 with 28557.
What about are these errors? why the database gets unstable? how can I avoid
that?
Thanks a lot
Where and how do see this errors? Can you give more context?
This posting is provided "AS IS" with no warranties, and confers no rights.
OR if you wish to include a script sample in your post please add "Use of
included script samples are subject to the terms specified at
http://www.microsoft.com/info/cpyright.htm"
"Juan" <juan@.mailinator.com> wrote in message
news:%23aF6Shg1EHA.2112@.TK2MSFTNGP15.phx.gbl...
> Hello:
> I get this number of errors when I'm trying to merge replicate over GPRS.
It
> occurs only some times:
> error 80072EE7 with native 28562
> error 80072EFD with native 28562
> and after those errors I get 80004005 with 28557.
> What about are these errors? why the database gets unstable? how can I
avoid
> that?
> Thanks a lot
>
|||I get those errors from time to time when I try to repliate over GPRS.
Normally it works fine. They happen at the begining of the synchronization.
At server side there's no message about them, the merge agent doesn't start.
I use SL Server CE 2.0 with SQL Server 2000 and SP3. The synchronization
works fine, and the URL od the agent os correct.
Thanks Viajy
"Vijay [MSFT]" <vijayts@.online.microsoft.com> escribi en el mensaje
news:e260Zfn1EHA.3596@.TK2MSFTNGP12.phx.gbl...
> Where and how do see this errors? Can you give more context?
> --
> This posting is provided "AS IS" with no warranties, and confers no
> rights.
> OR if you wish to include a script sample in your post please add "Use of
> included script samples are subject to the terms specified at
> http://www.microsoft.com/info/cpyright.htm"
> "Juan" <juan@.mailinator.com> wrote in message
> news:%23aF6Shg1EHA.2112@.TK2MSFTNGP15.phx.gbl...
> It
> avoid
>
Monday, March 12, 2012
Good starting point?
I will be developing for a console program in windows ce 5 on VS2005 if that helps, so I don't need all the windows gui code.
Thanks!
Here are a couple of links for you to explore:
http://www.codeproject.com/ce/#Database
Pocket PC Developer Network|||I'd really like to use your atl consumer templates, but I can't get your tutorial to work with VS2005. It seems a lot changed from the eVC++ version of atldbcli.h. In particular I get these errors when using your modified include:
d:\documents and settings\jhshaddix\my documents\visual studio 2005\projects\sqlport\sqlport\atldbcli_ce.h(409) : error C2065: 'atlTraceDBClient' : undeclared identifier
d:\documents and settings\jhshaddix\my documents\visual studio 2005\projects\sqlport\sqlport\atldbcli_ce.h(1738) : error C2504: 'CVirtualBuffer' : base class undefined
d:\documents and settings\jhshaddix\my documents\visual studio 2005\projects\sqlport\sqlport\atldbcli_ce.h(1795) : see reference to class template instantiation 'ATL::CArrayRowset<T,TRowset>' being compiled
d:\documents and settings\jhshaddix\my documents\visual studio 2005\projects\sqlport\sqlport\atldbcli_ce.h(1738) : error C2143: syntax error : missing ',' before '<'
Do you per chance have a working demo or article that uses VS2005? I'd very much appreciate the assistance just to get ATL working!
|||I am using the atldbcli_ce.h file om VS2005 and WM5 SDK without any problems. Interestingly, Microsoft did not publish the atldbcli.h file on this SDK so... Anyway, I'm planning to write a C++ wrapper for OLE DB so it can be used on any device and does not depend on the consumer templates.|||Hmm...well that gives me some hope! Maybe my problem is due to how the project wizard is making the stdafx.h file. I'm selecting a smart device win32 project with the STANDARDSDK_500 x86 device with a console application and the atl includes. Does that sound right, or does the project need to be set up differently for atldbcli_ce.h?