I just copy the syntex from other people's post, I never used immediate window before.
I have fixed the problem by using query feature. But if you do not mind, could you please tell me what is the correct syntex to use immediate window?
Thanks!
My table gather information from a form, some users filled form with new line or tab in the "description" field, I want to remove these new lines and tab in the table, I tried using immidiate window, and typed:
DoCmd.RunSQL: "UPDATE Property SET Property.[Desc] = Replace(Desc,Chr(13) & Chr(10)...
Thanks for reply, Drexor, I checked ASPImage's official site, and could only found one sample code.I never use these features before. Could you please tell me a little more about how to specifying fill area and using template?.Or can you give me the url where I can find the helpful sample code...
Is it possible to grey out part of image(in square shape) by using ASPImage? I would appreciate if you can give me some sample code.
Thanks for any help!
Sorry, DreXor, I am in vacation now and have not checked this forum for some time. I already talked to hosting company and they fixed the problem in server side . Thanks anyway.
I wrote to serverobjects.com yesterday, but have not got response. The asp code works, but all returns dpi =1, I do not think it is correct. Do you know why? Thanks for your help.
In my script, I want to check the image's dpi using AspImage. But the result is not right.
I tested two images, both dpi=1. urls:
http://user1046822.wx15.registeredsite.com/keller/test.asp?name=107097
http://user1046822.wx15.registeredsite.com/keller/test.asp?name=1079198
My code:
<%...
I want to get the querystring part of a url. For exapmple, if url is: http://www.mydomain.com/myscript.asp?name1=value1&name2=value2, I want to use some asp functions to retrieve the string "?name1=value1&name2=value2". How can I do this? Thanks for help!
After cropping the image, I want the cropped image to overwrite the old image. I use code:
Private Function Crop(ByVal Source As Bitmap, ByVal x As Int32, ByVal y As Int32, ByVal width As Int32, ByVal height As Int32) As Bitmap
Dim Cropped As New Bitmap(width, height)...
This is another question, the users upload their pictures basically for print purpose, so I would like to check if their pictures is in good resolutions, if not, I will display a message and ask them to upload better quality pictures. The problem is how can I check a image's resolutions using...
I have pictures on the server, when user click the thumbnail of a picture, I want an image viewer application like "Image magic" to be called and "Image magic" will be loaded and show the picture instead of showing picture in browser, is it possible? How can I do? It is very Urgent.Please help.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.