Babycat
Member
- Local time
 - Today, 10:18
 
- Joined
 - Mar 31, 2020
 
- Messages
 - 291
 
Hi Everyone.
I am using unbound image (linked type) to display a product photo.
To display, I set it to photo path such as:
	
	
	
		
But when I try to read the path back:
	
	
	
		
I always get result: Pathstr = "(none)"
How can I get the correct photo path?
 I am using unbound image (linked type) to display a product photo.
To display, I set it to photo path such as:
		Code:
	
	
	Image.Picture = "C:\Users\Admin\Desktop\1.jpg"
	But when I try to read the path back:
		Code:
	
	
	Pathstr = Image.Picture
	How can I get the correct photo path?