473,569 Members | 2,782 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

Snapshot Viewer Control in Continuous Form

I have a Snapshot Control in a continuous form and I want the source
for the control to be different for each instance of the continuous
data (based on one of the fields in the recrod source for the form).
For example, if there is a field with a unique numeric value in the
recrod source for the form, the report that should be displayed in the
Snapshot Control would be CurrentUniqueVa lue.snp. Anyoen know if this
is possibel and if so how I might be able to do it?
Thanks.

Nov 13 '05 #1
3 2573

DavidB wrote:
I have a Snapshot Control in a continuous form and I want the source
for the control to be different for each instance of the continuous
data (based on one of the fields in the recrod source for the form).
For example, if there is a field with a unique numeric value in the
recrod source for the form, the report that should be displayed in the
Snapshot Control would be CurrentUniqueVa lue.snp. Anyoen know if this
is possibel and if so how I might be able to do it?
Thanks.

OK I got that part figured out. I was actually making things MUCH
harder than they needed to be! OK now on to the next questions...

The snapshot object I am using is set to trhe exact width of the report
which it calls. However in each instance of the report (remember that
on this continuous form it calls a different 'clone' of the report for
each record and the each report contains different data.), the report
has a different numebr of lines of data. How do I makle the snaphot
grow/shrink to fit the data contained on the source report?

Thanks,
DB

Nov 13 '05 #2
What does the "Zoom" property of the "SnapShotViewer " control do, especially
the "Fill" option!

"DavidB" <je***@yahoo.co m> wrote in message
news:11******** **************@ g47g2000cwa.goo glegroups.com.. .

DavidB wrote:
I have a Snapshot Control in a continuous form and I want the source
for the control to be different for each instance of the continuous
data (based on one of the fields in the recrod source for the form).
For example, if there is a field with a unique numeric value in the
recrod source for the form, the report that should be displayed in the
Snapshot Control would be CurrentUniqueVa lue.snp. Anyoen know if this
is possibel and if so how I might be able to do it?
Thanks.

OK I got that part figured out. I was actually making things MUCH
harder than they needed to be! OK now on to the next questions...

The snapshot object I am using is set to trhe exact width of the report
which it calls. However in each instance of the report (remember that
on this continuous form it calls a different 'clone' of the report for
each record and the each report contains different data.), the report
has a different numebr of lines of data. How do I makle the snaphot
grow/shrink to fit the data contained on the source report?

Thanks,
DB
Nov 13 '05 #3
In article <vY************ ********@rogers .com>,
ba************* ****@NOSPAMroge rs.com says...
What does the "Zoom" property of the "SnapShotViewer " control do, especially
the "Fill" option!

"DavidB" <je***@yahoo.co m> wrote in message
news:11******** **************@ g47g2000cwa.goo glegroups.com.. .

DavidB wrote:
I have a Snapshot Control in a continuous form and I want the source
for the control to be different for each instance of the continuous
data (based on one of the fields in the recrod source for the form).
For example, if there is a field with a unique numeric value in the
recrod source for the form, the report that should be displayed in the
Snapshot Control would be CurrentUniqueVa lue.snp. Anyoen know if this
is possibel and if so how I might be able to do it?
Thanks.

OK I got that part figured out. I was actually making things MUCH
harder than they needed to be! OK now on to the next questions...

The snapshot object I am using is set to trhe exact width of the report
which it calls. However in each instance of the report (remember that
on this continuous form it calls a different 'clone' of the report for
each record and the each report contains different data.), the report
has a different numebr of lines of data. How do I makle the snaphot
grow/shrink to fit the data contained on the source report?

Thanks,
DB


The same this the ZOOM does when you use the snapshot viewer stand
alone.

Nov 13 '05 #4

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

1
5422
by: Louis Eastwood | last post by:
I am getting this error when trying to create a Snapshot report in Access 97 on Win98 machine: "Microsoft Access can't complete the Output operation. The Visual Basic code you entered contains a syntax error or the Ouput procedures are not available....." This occurs using either the menu send command or VBA SendObject and OutputTo...
1
4868
by: Rick Brown | last post by:
I'm trying to find a way to output a Access97 report to a file without losing any of the formatting. The Microsoft Snapshot Viewer does this perfectly but the person opening the file needs the viewer loaded on their PC. What follows are the ramblings of a network novice. Currently my company has two types of PC's in the shop. The PCs at each...
0
1593
by: Soly | last post by:
I would like to use automation to print a snapshot file from an snapshot viewer ActiveX control using the PrintSnapshot method. The argument for this method is True/False to show/hide the Print dialog box. When i hide the dialog box (False), the snapshot is always printed in Portrait, because that is the default settings for my printer,...
5
3458
by: tom | last post by:
Hey All- I've exported a report to Access's "snapshot" format and want to put it on a website for users to view. However, when I click on the link to the snapshot file, I notice that my browser (IE6) attempts to open it as if it were a regular html page, thereby displaying a bunch of gobbledygook. Any ideas on what has to be tweeked (in...
9
2801
by: bluedolphin | last post by:
Hello All: I have been brought onboard to help on a project that had some performance problems last year. I have taken some steps to address the issues in question, but a huge question mark remains. Last year, all of the tables and reports were stored in Access. The database was put online so that end users could access the reports...
4
2596
by: Salad | last post by:
Hi: I have the following line: DoCmd.SendObject acSendReport, "TestReport", _ "SnapshotFormat (*.snp)", _ "joeblow@nowhere.com", , , "Report Test", _ "Does it open correctly?", True I have a report called TestReport. I dropped an image control in the report, and imported a .BMP file into it as the report's background, and sent it to...
3
2045
by: Steven Thomas | last post by:
I am working on a ASP.NET application using VB.NET. I have a function that creates a snapshot file on a separate server and passes a path back to the webpage. Now I want to display the snapshot. If I cut and paste the path into the browser it opens snapshot viewer. Exactly what I want. However, if I response.redirect to the path, I get a...
4
1360
by: Stanislaw Tristan | last post by:
Problem: I created a custom exception that inherits from Exception and added a some of new properties. All new properties filled in the constructors. When I throwing this custom exception and go to the snapshot viewer the last shows only properties of Exceptions, the new properties are not shown. Question: How to show new properties of...
8
5469
by: grant | last post by:
Hi I've copied Stephens code into my db, and can get it to work, but only on "plain Jane" reports with no images. Most of my reports has an unbound image obluect in them that I set to an external image file using on_open code I've searched through this group and there are a few comments about snapshots not working with embedded images,...
0
8118
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven tapestry of website design and digital marketing. It's not merely about having a website; it's about crafting an immersive digital experience that...
1
7665
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows Update option using the Control Panel or Settings app; it automatically checks for updates and installs any it finds, whether you like it or not. For...
0
7962
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each protocol has its own unique characteristics and advantages, but as a user who is planning to build a smart home system, I am a bit confused by the...
1
5501
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new presenter, Adolph Dupré who will be discussing some powerful techniques for using class modules. He will explain when you may want to use classes...
0
5217
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and then checking html paragraph one by one. At the time of converting from word file to html my equations which are in the word document file was convert...
0
3651
by: TSSRALBI | last post by:
Hello I'm a network technician in training and I need your help. I am currently learning how to create and manage the different types of VPNs and I have a question about LAN-to-LAN VPNs. The last exercise I practiced was to create a LAN-to-LAN VPN between two Pfsense firewalls, by using IPSEC protocols. I succeeded, with both firewalls in...
1
2105
by: 6302768590 | last post by:
Hai team i want code for transfer the data from one system to another through IP address by using C# our system has to for every 5mins then we have to update the data what the data is updated we have to send another system
1
1207
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.
0
933
bsmnconsultancy
by: bsmnconsultancy | last post by:
In today's digital era, a well-designed website is crucial for businesses looking to succeed. Whether you're a small business owner or a large corporation in Toronto, having a strong online presence can significantly impact your brand's success. BSMN Consultancy, a leader in Website Development in Toronto offers valuable insights into creating...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.