473,406 Members | 2,956 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,406 software developers and data experts.

Image display problem

283 100+
Hello,

I am having a problem where some of the images I have displaying on my forms are not showing up right.

All of my images are linked and I am using vba to manipulate the image after its loaded, but from some reason its only on my computer (in a networked environment) they are not displaying correctly, to me it looks like Access is not reading the code. So im wondering if I turned something off like an Active X control by mistake. If i log in to another computer everything works fine, so its got me scratching my head. Whats also odd is it was working fine just 2 days ago.

Any help would be awesome :D

here is an example of the vba I have running to manipulate the images on load.

Its does not seem to be reading the code acOLESizeClip and PictureAlignment, instead it seems to either be stretching or zooming in on the image.

Expand|Select|Wrap|Line Numbers
  1.         Me.Image1_1.Picture = strFullPath & IconImage(0)
  2.         Me.Image1_1.SizeMode = acOLESizeClip 
  3.         Me.Image1_1.PictureAlignment = 3
  4.  
  5.         Me.Image1_2.Picture = strFullPath & IconImage(1)
  6.         Me.Image1_2.SizeMode = acOLESizeClip
  7.         Me.Image1_2.PictureAlignment = 2
  8.  
  9.         Me.Image1_3.Picture = strFullPath & IconImage(2)
  10.         Me.Image1_3.SizeMode = acOLESizeClip
  11.  
  12.         Me.Image1_4.Picture = strFullPath & IconImage(3)
  13.         Me.Image1_4.SizeMode = acOLESizeClip
  14.  
May 8 '11 #1
2 2063
nico5038
3,080 Expert 2GB
Hard to diagnose, but some things come to mind:
1) Handling the images requires a filter to be installed, perhaps this is (got) missing on the network computer.
2) The database might got corrupted, try the Compact & Repair option or (better) create a new database and import all objects.

Nic;o)
May 9 '11 #2
slenish
283 100+
Hi Nic,

I appreciate the response. Well I tried to compact and repair and even tried to move everything to a new DB and still no luck.

The filter that you mentioned, is that a file? If so do you know what it might be called so i could search and see if its missing?

Thanks again for the help :D
May 11 '11 #3

Sign in to post your reply or Sign up for a free account.

Similar topics

2
by: Tyrone Slothrop | last post by:
I am coding a site which involves uploading images. All of the PHP and display is OK but the client wants to be able to display the image thumbnail on the upload page and show the full image on...
1
by: Fahad Aijaz | last post by:
Hi, I am trying to display a Png image via ASP .NET. I get the image from the stream, creates the Bitmap, set the content type to Image/Png, but it give an error. If I set the content type to...
3
by: Mark Szlazak | last post by:
The following page simulates a pool cue and cue ball: http://members.aol.com/myscript/cue.html Mouse cursor position around the cue ball determines where a roll-over of 179 pool cue images is...
0
by: Crystal | last post by:
I have created a small program that prints out an organization chart in PHP using the GD lib's imagecreate, imageline and imagestring functions. Basically, a user selects an employee from a...
9
by: tshad | last post by:
This was posted before but the message got messed up (all NLs were stripped out for some reason). I have 2 labels that hold the name of different images on my .aspx page. <asp:Label ID="Logo"...
0
by: adubra | last post by:
Hi there, I am using a device context (DC) and a buffer to successfully draw to screen. However, when I update the DC at very high frame rate and drag the frame containing the image very quickly...
1
by: shotokan99 | last post by:
i have this issue: showpic.php ================================================ $ch = curl_init(); $timeout = 0; curl_setopt ($ch, CURLOPT_URL, $xmyurl); curl_setopt ($ch,...
5
by: peacemaker2008 | last post by:
Hi all the problem i am facing is different, i am trying to display images form database,i m giving code that i wrote $sql = "select * from upload "; ...
0
by: MATTXtwo | last post by:
guys I have this problem related to image editor.. I 'm developing a project that can resize,add text,move rectangle for crop an image also scroll for bigger image.. the problem is I don't know...
4
by: viji chandran | last post by:
Hi... I am developing an application in .Net 2005 which has a DataGridView, like Microsoft outlook. I want to mark read and unread for each mail. I am trying to put one image for...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
0
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
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...
0
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...
0
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing,...
0
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...

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.