CodeCharge Studio
search Register Login  

Visual PHP Web Development

Visually Create Internationalized Web Applications, Web Reports, Calendars, and more.
CodeCharge.com

YesSoftware Forums -> Archive -> GotoCode Archive

 Having Global Problems CodeCharge

Print topic Send  topic

Author Message
spaceclown
Posted: 04/19/2002, 11:55 AM

I am trying to make a online user status display for my header but I am having trouble. My global.asa is written in VB script and I have a .asp page i created in notepad that writes:
<%
response.write "There " & Application("WhosOn") & " members online."
%>

So when published it works but I can't get it working in CC. I think this would make a good cc example and I will publish it.

I have put the global.asa content in modules->global funtions /lang asp and tried vb

I have put the .asp part in custom show, header about everywhere. The best I get is when the page loads you briefly see it, if you refresh over and over you can see it. Any ideas?
Andrew B
Posted: 04/19/2002, 4:12 PM

Go into your cc page that you want it to show on, and make a 'menu' form.

Add 1 row to this form, and name it something like 'UsersOnline' in it's properties.

In that form's before-show event, place the code you have, but modify it to this :
fldUsersOnline = "There " & Application("WhosOn") & " members online."

That is one way to get it to show up, though I know that there are others.

   


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

MS Access to Web

Convert MS Access to Web.
Join thousands of Web developers who build Web applications with minimal coding.

CodeCharge.com

Home   |    Search   |    Members   |    Register   |    Login


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