CodeCharge Studio
search Register Login  

Web Reporting

Visually create Web Reports in PHP, ASP, .NET, Java, Perl and ColdFusion.
CodeCharge.com

YesSoftware Forums -> CodeCharge Studio -> General/Other

 Blank Published Page

Print topic Send  topic

Author Message
hbycer

Posts: 24
Posted: 03/29/2004, 7:29 AM

Folks,

While building my first CodeCharge app, I have successfully connected to my MS Access database and built a simple Grid. When reviwing the page properties, the data is quieried successfully.

I have installed the ASP.NET framework and I have VB 6.0 on my pc

However, when the page/project is published, Please help me!!

Thanks..

Howard
View profile  Send private message
DonB
Posted: 03/29/2004, 8:17 AM

Explain "blank". A completely empty browser window? View the page source
in the browser. If you see HTML there, then you've probably hosed the
<HEAD> or <BODY> some way - such as having incomplete tag begin/end pairings
or something more obscure like two <TITLE> blocks.

--
DonB

http://www.gotodon.com/ccbth


"hbycer" <hbycer@forum.codecharge> wrote in message
news:2406840ce489ad@news.codecharge.com...
> Folks,
>
> While building my first CodeCharge app, I have successfully connected to
my MS Access database and built a simple Grid. When reviwing the page
properties, the data is quieried successfully.
>
> I have installed the ASP.NET framework and I have VB 6.0 on my pc
>
> However, when the page/project is published, Please help me!!
>
> Thanks..
>
> Howard
> ---------------------------------------
> Sent from YesSoftware forum
> http://forums.codecharge.com/
>

hbycer

Posts: 24
Posted: 03/29/2004, 8:45 AM

Thanks for getting back so soon... The code looks good (see below).

My definition of a "blank page" is this: After Publish of the Page or Project or Live Page...I am presented with a ABSOLUTELY BLANK page no headings .... no grid lines... no filter selection dropdown boxes... no sort arrows ... no data, etc ...etc. Not even the colors from my selected theme!!!. All looks fine in design view and the data connection is fine

Here is the code which is generated. This looks fine also....

<html>
<head>
<title>NewPage1</title>
<link rel="stylesheet" type="text/css" href="Themes/FoggyDay/Style.css">
</head>
<body bgcolor="#ffffff" text="#000000" link="#000000" vlink="#000000" alink="#ff0000" background="Themes/FoggyDay/Background.gif" class="FoggyDayPageBODY">
<p>
<!-- BEGIN Grid TMPRIOR_PRJ --><font class="FoggyDayFormHeaderFont">List of
TMPRIOR PRJ </font>
<table class="FoggyDayFormTABLE" cellspacing="3" cellpadding="3" border="0">
<tr>
<td class="FoggyDayColumnTD" nowrap>PRJ EPN ID </td>
<td class="FoggyDayColumnTD" nowrap>PRJ NM </td>
</tr>
<!-- BEGIN Row -->
<tr>
<td class="FoggyDayDataTD">{PRJ_EPN_ID} </td>
<td class="FoggyDayDataTD">{PRJ_NM} </td>
</tr>
<!-- END Row -->
<!-- BEGIN NoRecords -->
<tr>
<td class="FoggyDayDataTD" colspan="2">No records </td>
</tr>
<!-- END NoRecords -->
<tr>
<td class="FoggyDayFooterTD" nowrap colspan="2">
<!-- BEGIN Navigator Navigator -->
<!-- BEGIN First_On --><a class="FoggyDayNavigatorLink" href="{First_URL}">First</a> <!-- END First_On -->
<!-- BEGIN First_Off -->First <!-- END First_Off -->
<!-- BEGIN Prev_On --><a class="FoggyDayNavigatorLink" href="{Prev_URL}">Prev</a> <!-- END Prev_On -->
<!-- BEGIN Prev_Off -->Prev <!-- END Prev_Off --> 
<!-- BEGIN Pages -->
<!-- BEGIN Page_On --><a class="FoggyDayNavigatorLink" href="{Page_URL}">{Page_Number}</a> <!-- END Page_On -->
<!-- BEGIN Page_Off -->{Page_Number} <!-- END Page_Off --><!-- END Pages -->of
{Total_Pages} 
<!-- BEGIN Next_On --><a class="FoggyDayNavigatorLink" href="{Next_URL}">Next</a> <!-- END Next_On -->
<!-- BEGIN Next_Off -->Next <!-- END Next_Off -->
<!-- BEGIN Last_On --><a class="FoggyDayNavigatorLink" href="{Last_URL}">Last</a> <!-- END Last_On -->
<!-- BEGIN Last_Off -->Last <!-- END Last_Off --><!-- END Navigator Navigator -->  </td>
</tr>
</table>
<!-- END Grid TMPRIOR_PRJ --></p>
</body>
</html>
View profile  Send private message
DonB
Posted: 03/29/2004, 10:20 AM

Hmmm, this HTML displays fine, so it must be the web server. You need to
look at the html source your browser receives, not the html file content (as
shown below). Either it's sending something out of the ordinary which your
browser can't render, or the web server simply is not able to process the
page.

I assume you are navigating to the .asp or .php (or whatever) and NOT the
html page, and that you have the webserver designated correctly (with
respect to where you wanted publish the files).

--
DonB

http://www.gotodon.com/ccbth


"hbycer" <hbycer@forum.codecharge> wrote in message
news:2406852b76376c@news.codecharge.com...
> Thanks for getting back so soon... The code looks good (see below).
>
> My definition of a "blank page" is this: After Publish of the Page or
Project or Live Page...I am presented with a ABSOLUTELY BLANK page no
headings .... no grid lines... no filter selection dropdown boxes... no sort
arrows ... no data, etc ...etc. Not even the colors from my selected
theme!!!. All looks fine in design view and the data connection is fine
>

hbycer

Posts: 24
Posted: 03/29/2004, 11:04 AM

I am running this on my localhost
View profile  Send private message
hbycer

Posts: 24
Posted: 03/29/2004, 11:13 AM

By the way....EXACTLY what is the file name I should look for on the localhost?

Thanks again11
View profile  Send private message
peterr


Posts: 5971
Posted: 03/29/2004, 11:41 AM

Wehn you click on "Live Page" tab in CCS then the correct page should be opened automatically. It should have the extension .aspx , for example: http://localhost/FolderName/Default.aspx

BTW, please post .NET questions to our .NET forum.
_________________
Peter R.
YesSoftware Forums Moderator
For product support please visit http://support.yessoftware.com
View profile  Send private message
hbycer

Posts: 24
Posted: 03/29/2004, 1:02 PM

Peter

Thanks again

I found vbc.exe in the directory identified as my Server Path:

C:\Inetpub\wwwroot\Planning

I did a virus scan this morning before my first forum post. Not only that...but I also ran Norton System Works and cleaned up my pc. I didn't see anything suspicious.

Howard
View profile  Send private message
hbycer

Posts: 24
Posted: 03/30/2004, 9:16 AM

More research...

Google esearch tells us that Windows XP Home does not come with any type of web server at all (IIS or otherwise). One must download/purchase and install a third party web server such as Apache to run under WP Home. If you want to use the Microsoft webserver (IIS) you must upgrade from XP Home to XP Pro or Windows 2000 etc.

It appears that CodeCharge does NOT support the 'localhost' server in the Windows XP Home edition

Howard
717-302-2357
View profile  Send private message
DonB
Posted: 03/30/2004, 10:41 AM

Oh, you have XP Home? Yes you are correct there is no IIS or PWS included.
It is not correct to say CCS doesn't support the localhost server, when in
fact there is no localhost server - or at least not one that can process asp
or aspx pages. I have never touched XP Home so I don't know - it might be
able to handle plain html pages.

--
DonB

http://www.gotodon.com/ccbth


"hbycer" <hbycer@forum.codecharge> wrote in message
news:24069ab7bcb2e0@news.codecharge.com...
> More research...
>
> Google esearch tells us that Windows XP Home does not come with any type
of web server at all (IIS or otherwise). One must download/purchase and
install a third party web server such as Apache to run under WP Home. If
you want to use the Microsoft webserver (IIS) you must upgrade from XP Home
to XP Pro or Windows 2000 etc.
>
> It appears that CodeCharge does NOT support the 'localhost' server in the
Windows XP Home edition
>
> Howard
> 717-302-2357
> ---------------------------------------
> Sent from YesSoftware forum
> http://forums.codecharge.com/
>

peterr


Posts: 5971
Posted: 03/30/2004, 1:41 PM

Quote :
It appears that CodeCharge does NOT support the 'localhost' server in the Windows XP Home edition

Agree that this is wrong. CodeCharge supports localhost server in the Windows XP Home edition. But you don't have localhost and Mixrosoft doesn't support it.
CodeCharge generates the standard .NET applications and they will work wherever you can run any .NET applications.
_________________
Peter R.
YesSoftware Forums Moderator
For product support please visit http://support.yessoftware.com
View profile  Send private message

Add new topic Subscribe to topic   


These are Community Forums for users to exchange information.
If you would like to obtain technical product help please visit http://support.yessoftware.com.

PHP Reports

Visually create Web Reports in PHP, ASP, .NET, Java, Perl and ColdFusion.
CodeCharge.com

Home   |    Search   |    Members   |    Register   |    Login


Powered by UltraApps Forum created with CodeCharge Studio
Copyright © 2003-2004 by UltraApps.com  and YesSoftware, Inc.