This topic is locked

ASPRunner Professional 4.1 beta

9/27/2006 7:33:02 PM
ASPRunnerPro General questions
Sergey Kornilov admin

ASPRunnerPro 4.1 beta 1 (build 117) is available for download.
http://www.asprunner.com/files/asprunnerpro41.exe

http://www.asprunner.com/files/asprunnerpro41.zip
This update can be safely installed and won't break existing ASPRunnerPro 3.x-4.x functionality. Just make sure you install it to separate directory. This beta version is fully functional for 21 days. ASPRunnerPro 4.1 is able to open projects created by ASPRunnerPro 4.0.
This upgrade is free for all ASPRunnerPro customers who purchased ASPRunnerPro less than one year ago. Registration keys will be sent when final version is released. All other cutomers will be able to upgrade to the latest version for $99.
New in ASPRunnerPro 4.1:

  • WYSIWYG visual editor. Tweak visual appearance of any page with easy to use editor.
  • New Custom "View as" type. Use any ASP expression to display data the way you need it.
  • Frontpage publishing

customcode 9/28/2006

I get an error when I try running a project compiled by the beta version. It would not even let me log in

Microsoft VBScript runtime error '800a01f5'
Illegal assignment: 'i'
/orders/betafleet/mybetafleet/include/commonfunctions.asp, line 16263
I added dim i in commonfunction.asp now I can log in but some pages work and others fail, I am tring to determine why.
Function postvalue(name) '???

dim i

dim value

if parse<>1 then

if request(name)<>"" then

value=request(name)

else

postvalue = ""

exit function

end if

if request(name).Count=1 then

postvalue = value

exit function

end if

dim ret

redim ret(request(name).Count)

for i=1 to request(name).Count

ret(i-1)=refine(request(name).Item(i))

next

postvalue = ret

exit function

Sergey Kornilov admin 9/28/2006

Please send me your project file, ASP files and a sample database for investigation.

M
mikehook 9/28/2006

Beta Errors
Error Type:

Microsoft VBScript compilation (0x800A03EA)

Syntax error

/ASPRunnerPro/include/commonfunctions.asp, line 2429, column 50

strAction="Export" and instr(1,strPerm, "P")>0 or then

-------------------------------------------------^
It's a login screen too

J
Jane 9/28/2006

Mike,
thank you for pointing me to this bug.

We'll fix it in the next ASPRunnerPro update.

501272 9/28/2006

Love what I see so far. Question: Is it possible to copy the SAVE button on the edit page to the top of the page so it is in both places? THanks.

C
chris 9/29/2006

In your current 4.0 version my code works, in the beta I get: "c:\program files\asprunnerpro4.1\source\include\masterprint.asp(91) - unknown modifier - &"

when compiling my project, I click continue and it does it several more times and completes.

I go to view the project in browser and I get:

"The page cannot be displayed

There is a problem with the page you are trying to reach and it cannot be displayed.
--------------------------------------------------------------------------------
Please try the following:
Click the Refresh button, or try again later.
Open the localhost home page, and then look for links to the information you want.

HTTP 500.100 - Internal Server Error - ASP error

Internet Information Services
--------------------------------------------------------------------------------
Technical Information (for support personnel)
Error Type:

Microsoft VBScript compilation (0x800A03F2)

Expected identifier

/OBSv6R/include/commonfunctions.asp, line 11031, column 31

LookupSQL=LookupSQL & "where "."ACTIVE=1"

------------------------------^
Browser Type:

Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 1.1.4322; .NET CLR 2.0.50727; InfoPath.1)
Page:

GET /OBSv6R/login.asp
Time:

Friday, September 29, 2006, 2:18:09 AM"
The main difference between the 4.0 and 4.1 is the storage of files for browsing, I did not save them to the same location.

J
Jane 9/29/2006

Chris,
thank you for pointing me to this bug.

We'll fix it in the next ASPRunnerPro update.

Sergey Kornilov admin 9/29/2006

Updated today, September 29, Friday 6:45 PM EST.

ASPRunnerPro 4.1 beta 1 (build 117).
Fixed several bugs mentioned in this thread and some others.

B
bburden 10/1/2006

Hello All, I tested the ASPRuner 4.1 Beta version and this is the error message I am getting:
Microsoft VBScript runtime error '800a01f5'
Illegal assignment: 'format_currency'
/ASPRunnerPro5/include/locale.asp, line 159
I can fix it by removing the word Currency from View As on the formating screen - but I want my $ sign to show on my list page so that is shows up in my query that I have created in Frontpage.
I understand by it being a beta copy it still have a few bugs, this is not really a big deal but I would like to get an answer asap.
Thanks Sergy

Sergey Kornilov admin 10/2/2006

Brenda,
thanks for pointing me to this!
I'd appreciate if you can send me your files along with sample database for investigating.

M
mikehook 10/2/2006

Microsoft VBScript runtime error '800a01c2'
Wrong number of arguments or invalid property assignment: 'GetHyperlink'
/ASPRunnerPro/include/commonfunctions.asp, line 3103
When adding hyperlink in as a view of a field

501273 10/2/2006

Getting the following when opening 4.0 projects in the new beta. Can you help?
Microsoft VBScript compilation error '800a03f9'
Expected 'Then'
/tools2/printjobs_6capitol2/Mail2_list.asp, line 552
if isNumeric rs("HRCCID") then

-------------^

M
mikehook 10/2/2006

Active Server Pages, ASP 0116 (0x80004005)

The Script block lacks the close of script tag (%>).

/ASPRunnerPro/include/commonfunctions.asp, line 1
Error running program

Sergey Kornilov admin 10/3/2006

The following will be fixed in tomorrow's update. I'd like to thank everyone who pointed to those issues.

  1. if isNumeric rs("HRCCID") then
  2. format_currency
  3. GetHyperlink
    Mike,
    could you tell me The Script block lacks the close of script tag (%>). error can be reproduced?

    You can send your files to support@xlinesoft.com for investigation.

M
mikehook 10/3/2006

When running build it get this error first
c:\program files\asprunner4.1\....\commonfunction.asp(1323)-error evalulating expression 1$$' 1

Sergey Kornilov admin 10/3/2006

Mike, it doesn't help me much.
I need to see something. Your project file and a sample database will work.

M
mikehook 10/3/2006

Okay I will tohight, but I run it with the new beta and see if that fixed it first
Mike McCormick <img src='https://asprunner.com/forums/file.php?topicimage=1&fieldname=reply&id=11562&image=1&table=forumreplies' class='bbc_emoticon' alt=':blink:' />

M
mikehook 10/3/2006

Error Type:

Microsoft VBScript runtime (0x800A000D)

Type mismatch: '[string: ""]'

/ASPRunnerPro/loginid_list.asp, line 383
With new beta
Files to follow
I sent the files and did a little poking around, when i use the create a login page from the database I get the

error only. If i hardcode the username and password, it works.

I have two databases that do the same thing.

something in the create a login area