473,382 Members | 1,749 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,382 software developers and data experts.

VB compilation error in ASP page

Hi everyone

I'm currently testing out my beta site
www.tripak.me.uk
Which has a database in the center of the page, taking you thru four pages
of my database.
On my final page listing.asp I had to create two different SQL's becuase
depending on what the user selects on the previous page, product.asp
they will want to see one, or the other of the recordsets displayed.
Now I keep getting an error when going from product.asp to listing.asp

Microsoft VBScript compilation error '800a03f9'
Expected 'Then'

/listing.asp, line 16

if blnHasTextSpec = true
------------------------^And i dont know how to fix it. I build the pages in
Dreamweaver, using ASP and VBscript.I'm learning that WSYWYG editors put
loads of useless trash in your page, so i've tried handcoding this page,
with alittle help. Besides, WSYWYG's aren't that sophisticated for the page
i needed building.Can anyone help me fix this error?Line 16 of listing.asp
reads simplyif blnHasTextSpec = trueIf someone can help, and they'd like to
see the full code of the page, then i have uploaded it,
too,http://tripak.me.uk/listing.txtThanks so muchRaphael
Jul 19 '05 #1
2 3146
Raphael Gluck wrote:
...
www.tripak.me.uk

Microsoft VBScript compilation error '800a03f9'
Expected 'Then'

/listing.asp, line 16

if blnHasTextSpec = true
------------------------^And i dont know how to fix it.
if blnHasTextSpec = true then
I build the
pages in Dreamweaver, using ASP and VBscript.I'm learning that WSYWYG
editors put loads of useless trash in your page,
they do.
so i've tried
handcoding this page, with alittle help.


Perservere - the pain is worth it for the result.

--
William Tasso - http://WilliamTasso.com
Jul 19 '05 #2
>if blnHasTextSpec = true

Should be

if blnHasTextSpec = true then

Jul 19 '05 #3

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

6
by: Joachim | last post by:
I made some project changes (which seems it doesn't help if I undo) which have created compilation error: " Server Error in '/PCSWebApp1' Application....
2
by: James Zhuo | last post by:
Hi all I've been getting the following compilation error. I should explain the background of the project that i am taking over. This is a project that has been developed by someone else a while...
3
by: Dan | last post by:
Hi, I have a problem using an aspx page with a Control on it. I get the following error message Compiler Error Message: CS1595: 'Test.Class2' is defined in multiple places; using definition...
0
by: John | last post by:
Hi, I've just rolled out a new version of an ASP.NET application. It runs fine on development and training servers, but on production get the following error when trying to access a page: ...
6
by: Plat | last post by:
I've Googled this for a while, to no avail. Hopefully someone can help me. Maybe I'm using the wrong terminology. Here's the scoop! Let's say I've got a simple *.ASPX page that has a syntax...
2
by: Annie | last post by:
hello guys, I have a header file in the form of user control (.ascx) that all my pages inherit from it. I have a textbox that i need to access it from all the pages actually i show there user...
3
by: Robert | last post by:
I have a number of web projects converted from 1.1 to 2.0 in VS2005. I am methodically seeing the error below: The element 'compilation' has invalid child element 'compilers'. List of...
0
by: Stimp | last post by:
I've created an aspx page called HistoryManage.aspx. The page works fine on my local machine but when I load it off the web I get the following strange error... Compilation Error...
5
by: Nick Gilbert | last post by:
Hi, I recently upgraded a website from ASP.NET 1.1 to 2.0. While working on the site and changing aspx or ascx files, I sometimes randomly get a compilation error after refreshing the page in...
2
by: f0zzyNUE | last post by:
hi everyone, currently we are testing the performance our application (asp.net based CMS) ... for that reason we wrote a "spider" that starts webrequests for all relevant pages which results in...
0
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 3 Apr 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 former...
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: ryjfgjl | last post by:
If we have dozens or hundreds of excel to import into the database, if we use the excel import function provided by database editors such as navicat, it will be extremely tedious and time-consuming...
0
by: ryjfgjl | last post by:
In our work, we often receive Excel tables with data in the same format. If we want to analyze these data, it can be difficult to analyze them because the data is spread across multiple Excel files...
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
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...

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.