Search found 7 matches

by stanleytberry
Mon Apr 16, 2007 11:26 am
Forum: GFL SDK
Topic: help requested with GflAx.LoadBitmap
Replies: 9
Views: 5059

For some reason my image.asp code was truncated in my previous append. If anyone really wants to see it all, please append here and I'll try again.

Sorry,
by stanleytberry
Sat Apr 14, 2007 3:54 pm
Forum: GFL SDK
Topic: help requested with GflAx.LoadBitmap
Replies: 9
Views: 5059

There wasn't as much danger as I originally thought. After following the instructions in the knowledge base article, clearing the history on the test machine, and modifying my image.asp to

On Error Resume Next
Set GflAx = Server.CreateObject("GflAx.GflAx")
If Err <> 0 Then
Response.Write ...
by stanleytberry
Sat Apr 14, 2007 11:21 am
Forum: GFL SDK
Topic: help requested with GflAx.LoadBitmap
Replies: 9
Views: 5059

http://support.microsoft.com/kb/197964 may describe the cause of my problem if GflAx uses the FileSystemObject to access files. I will assume that it does.

The solution appears to be fraught with danger. It may take a few days but I will post the results of my attempt to implement it.
by stanleytberry
Fri Apr 13, 2007 4:45 pm
Forum: GFL SDK
Topic: help requested with GflAx.LoadBitmap
Replies: 9
Views: 5059

The result in my previous append should indicate that it is. That result was copied from the page returned by http://www.stan-and-jeanne.us/image.asp?pictureFile=pictures/x-mas 2006/Our Chariot/DSC_0001.JPG&displayWidth=100 which used the image.asp as in my previous append.

Further, the ...
by stanleytberry
Thu Apr 12, 2007 8:51 pm
Forum: GFL SDK
Topic: help requested with GflAx.LoadBitmap
Replies: 9
Views: 5059

I added a Server.MapPath(...) to image.asp
<LANGUAGE>
<Option>
<Response>
<%
Dim i, key, GflAx, pictureFile, pictureFilePath, actualHeight, actualWidth, displayHeight, displayWidth, displayPercent
Response.Write Request.QueryString.Count & " keywords passed." & "<br>"
For i = 1 To Request ...
by stanleytberry
Tue Apr 10, 2007 5:57 pm
Forum: GFL SDK
Topic: help requested with GflAx.LoadBitmap
Replies: 9
Views: 5059

help requested with GflAx.LoadBitmap

Help please with GflAx.LoadBitmap. What am I doing wrong?

Using this URL

http://www.myWebSite.us/image.asp?pictureFile=../pictures/x-mas%202006/Our%20Chariot/DSC_0001.JPG&displayWidth=100

results in this returned

2 keywords passed.
Key = 'pictureFile' for Item = '../pictures/x-mas 2006/Our ...