CodeCharge Studio
search Register Login  

Web Reports

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

YesSoftware Forums -> Archive -> CodeChargeStudio.Discussion

 need ideas for slow loading page

Print topic Send  topic

Author Message
Frank Rocco
Posted: 09/24/2003, 6:07 AM

Hi All,

I have a page with several list boxes that pull data from our AS/400
Each listbox has 2000 to 9000 records.
They are used to lookup values.

The page takes around 20 to 30 seconds to load.
How can I speed this up?

Is there a control available where a user can click a button and have a
popup window appear to allow selection of a value, instead of loading the
data at page load?

Any other ideas?

Thanks
Frank Rocco
St. ELizabeth Medical Center

Juan Domingo Herrera
Posted: 09/24/2003, 6:12 AM

Hi Frank,

Tipycal case ;)

You can create a lookup button then you open a window where you have all the
records to
search and then when your user clicks on a value return that value to the
opening window.
You can find a sample of this on the sample pack included with CC.

If you don't find it or need more helpe, contact me.

--
Regards,
Juan Domingo Herrera
SoftMasters - http://www.softmasters.com.ar
Buenos Aires - Argentina

"Frank Rocco" <farocco@hotmail.com> wrote in message
news:bks4tu$ami$1@news.codecharge.com...
> Hi All,
>
> I have a page with several list boxes that pull data from our AS/400
> Each listbox has 2000 to 9000 records.
> They are used to lookup values.
>
> The page takes around 20 to 30 seconds to load.
> How can I speed this up?
>
> Is there a control available where a user can click a button and have a
> popup window appear to allow selection of a value, instead of loading the
> data at page load?
>
> Any other ideas?
>
> Thanks
> Frank Rocco
> St. ELizabeth Medical Center
>
>

Frank Rocco
Posted: 09/24/2003, 10:10 AM

Does anyone have any other ideas or a easier solution?

Thanks
Frank

"Juan Domingo Herrera" <jherrera@softmasters.com.ar> wrote in message
news:bks58j$b4u$1@news.codecharge.com...
> Hi Frank,
>
> Tipycal case ;)
>
> You can create a lookup button then you open a window where you have all
the
> records to
> search and then when your user clicks on a value return that value to the
> opening window.
> You can find a sample of this on the sample pack included with CC.
>
> If you don't find it or need more helpe, contact me.
>
> --
> Regards,
> Juan Domingo Herrera
> SoftMasters - http://www.softmasters.com.ar
> Buenos Aires - Argentina
>
> "Frank Rocco" <farocco@hotmail.com> wrote in message
>news:bks4tu$ami$1@news.codecharge.com...
> > Hi All,
> >
> > I have a page with several list boxes that pull data from our AS/400
> > Each listbox has 2000 to 9000 records.
> > They are used to lookup values.
> >
> > The page takes around 20 to 30 seconds to load.
> > How can I speed this up?
> >
> > Is there a control available where a user can click a button and have a
> > popup window appear to allow selection of a value, instead of loading
the
> > data at page load?
> >
> > Any other ideas?
> >
> > Thanks
> > Frank Rocco
> > St. ELizabeth Medical Center
> >
> >
>
>

Bon733
Posted: 09/24/2003, 11:09 AM

The previous answer was probably the best answer. I also had the same
problem with drop down boxes because when the page is rendered, the entire
contents of the drop down boxes are contained in the page. I switched to the
lookup windows method and it runs very smoothly. It's a little more work but
it cuts down on large pages being sent to the browser and the user getting
mad that it's to slow.

If you find a better answer, let me know.



"Frank Rocco" <farocco@hotmail.com> wrote in message
news:bksj66$5ik$1@news.codecharge.com...
> Does anyone have any other ideas or a easier solution?
>
> Thanks
> Frank
>
> "Juan Domingo Herrera" <jherrera@softmasters.com.ar> wrote in message
>news:bks58j$b4u$1@news.codecharge.com...
> > Hi Frank,
> >
> > Tipycal case ;)
> >
> > You can create a lookup button then you open a window where you have all
> the
> > records to
> > search and then when your user clicks on a value return that value to
the
> > opening window.
> > You can find a sample of this on the sample pack included with CC.
> >
> > If you don't find it or need more helpe, contact me.
> >
> > --
> > Regards,
> > Juan Domingo Herrera
> > SoftMasters - http://www.softmasters.com.ar
> > Buenos Aires - Argentina
> >
> > "Frank Rocco" <farocco@hotmail.com> wrote in message
> >news:bks4tu$ami$1@news.codecharge.com...
> > > Hi All,
> > >
> > > I have a page with several list boxes that pull data from our AS/400
> > > Each listbox has 2000 to 9000 records.
> > > They are used to lookup values.
> > >
> > > The page takes around 20 to 30 seconds to load.
> > > How can I speed this up?
> > >
> > > Is there a control available where a user can click a button and have
a
> > > popup window appear to allow selection of a value, instead of loading
> the
> > > data at page load?
> > >
> > > Any other ideas?
> > >
> > > Thanks
> > > Frank Rocco
> > > St. ELizabeth Medical Center
> > >
> > >
> >
> >
>
>

Frank Rocco
Posted: 09/24/2003, 11:12 AM

Can you give me a little more info on how to create a lookup window?
Do you have any samples that are easier to understand than the CCS version?

Thanks
Frank
"Bon733" <bon@nospam.com> wrote in message
news:bksmkf$bb6$1@news.codecharge.com...
> The previous answer was probably the best answer. I also had the same
> problem with drop down boxes because when the page is rendered, the entire
> contents of the drop down boxes are contained in the page. I switched to
the
> lookup windows method and it runs very smoothly. It's a little more work
but
> it cuts down on large pages being sent to the browser and the user getting
> mad that it's to slow.
>
> If you find a better answer, let me know.
>
>
>
> "Frank Rocco" <farocco@hotmail.com> wrote in message
>news:bksj66$5ik$1@news.codecharge.com...
> > Does anyone have any other ideas or a easier solution?
> >
> > Thanks
> > Frank
> >
> > "Juan Domingo Herrera" <jherrera@softmasters.com.ar> wrote in message
> >news:bks58j$b4u$1@news.codecharge.com...
> > > Hi Frank,
> > >
> > > Tipycal case ;)
> > >
> > > You can create a lookup button then you open a window where you have
all
> > the
> > > records to
> > > search and then when your user clicks on a value return that value to
> the
> > > opening window.
> > > You can find a sample of this on the sample pack included with CC.
> > >
> > > If you don't find it or need more helpe, contact me.
> > >
> > > --
> > > Regards,
> > > Juan Domingo Herrera
> > > SoftMasters - http://www.softmasters.com.ar
> > > Buenos Aires - Argentina
> > >
> > > "Frank Rocco" <farocco@hotmail.com> wrote in message
> > >news:bks4tu$ami$1@news.codecharge.com...
> > > > Hi All,
> > > >
> > > > I have a page with several list boxes that pull data from our AS/400
> > > > Each listbox has 2000 to 9000 records.
> > > > They are used to lookup values.
> > > >
> > > > The page takes around 20 to 30 seconds to load.
> > > > How can I speed this up?
> > > >
> > > > Is there a control available where a user can click a button and
have
> a
> > > > popup window appear to allow selection of a value, instead of
loading
> > the
> > > > data at page load?
> > > >
> > > > Any other ideas?
> > > >
> > > > Thanks
> > > > Frank Rocco
> > > > St. ELizabeth Medical Center
> > > >
> > > >
> > >
> > >
> >
> >
>
>

Juan Domingo Herrera
Posted: 09/24/2003, 2:34 PM

Hi Frank,

Is very simple, maybe if you don't know javascript is a little bit more
complicated but no so much.

1) First of all you need to define the popup window with a link field on it
at least
2) Create a handler for the OnClick event on a button or image (the lookup
button) = OnClick="popup_window('my_popup.asp')" - function
popup_window(url){open=(url,'MyLookup')}
3) Create a handler for the onClick event on the Popup window
4) Return the selected value to the opener window (copy the code on the
example)

Believe me is time well spent.


--
Regards,
Juan Domingo Herrera
SoftMasters - http://www.softmasters.com.ar
Buenos Aires - Argentina


"Frank Rocco" <farocco@hotmail.com> wrote in message
news:bksmqq$blg$1@news.codecharge.com...
> Can you give me a little more info on how to create a lookup window?
> Do you have any samples that are easier to understand than the CCS
version?
>
> Thanks
> Frank
> "Bon733" <bon@nospam.com> wrote in message
>news:bksmkf$bb6$1@news.codecharge.com...
> > The previous answer was probably the best answer. I also had the same
> > problem with drop down boxes because when the page is rendered, the
entire
> > contents of the drop down boxes are contained in the page. I switched to
> the
> > lookup windows method and it runs very smoothly. It's a little more work
> but
> > it cuts down on large pages being sent to the browser and the user
getting
> > mad that it's to slow.
> >
> > If you find a better answer, let me know.
> >
> >
> >
> > "Frank Rocco" <farocco@hotmail.com> wrote in message
> >news:bksj66$5ik$1@news.codecharge.com...
> > > Does anyone have any other ideas or a easier solution?
> > >
> > > Thanks
> > > Frank
> > >
> > > "Juan Domingo Herrera" <jherrera@softmasters.com.ar> wrote in message
> > >news:bks58j$b4u$1@news.codecharge.com...
> > > > Hi Frank,
> > > >
> > > > Tipycal case ;)
> > > >
> > > > You can create a lookup button then you open a window where you have
> all
> > > the
> > > > records to
> > > > search and then when your user clicks on a value return that value
to
> > the
> > > > opening window.
> > > > You can find a sample of this on the sample pack included with CC.
> > > >
> > > > If you don't find it or need more helpe, contact me.
> > > >
> > > > --
> > > > Regards,
> > > > Juan Domingo Herrera
> > > > SoftMasters - http://www.softmasters.com.ar
> > > > Buenos Aires - Argentina
> > > >
> > > > "Frank Rocco" <farocco@hotmail.com> wrote in message
> > > >news:bks4tu$ami$1@news.codecharge.com...
> > > > > Hi All,
> > > > >
> > > > > I have a page with several list boxes that pull data from our
AS/400
> > > > > Each listbox has 2000 to 9000 records.
> > > > > They are used to lookup values.
> > > > >
> > > > > The page takes around 20 to 30 seconds to load.
> > > > > How can I speed this up?
> > > > >
> > > > > Is there a control available where a user can click a button and
> have
> > a
> > > > > popup window appear to allow selection of a value, instead of
> loading
> > > the
> > > > > data at page load?
> > > > >
> > > > > Any other ideas?
> > > > >
> > > > > Thanks
> > > > > Frank Rocco
> > > > > St. ELizabeth Medical Center
> > > > >
> > > > >
> > > >
> > > >
> > >
> > >
> >
> >
>
>

Frank Rocco
Posted: 09/25/2003, 4:13 AM

Hi Juan,

I almost have it working in asp.net c#,
having trouble geting the onclick event to work.

The example does not work for me if I generate it in asp.net c#.

Hoping to have this resolved sometime today.

Regards,

Frank

"Juan Domingo Herrera" <jherrera@softmasters.com.ar> wrote in message
news:bkt2ln$vui$1@news.codecharge.com...
> Hi Frank,
>
> Is very simple, maybe if you don't know javascript is a little bit more
> complicated but no so much.
>
> 1) First of all you need to define the popup window with a link field on
it
> at least
> 2) Create a handler for the OnClick event on a button or image (the lookup
> button) = OnClick="popup_window('my_popup.asp')" - function
> popup_window(url){open=(url,'MyLookup')}
> 3) Create a handler for the onClick event on the Popup window
> 4) Return the selected value to the opener window (copy the code on the
> example)
>
> Believe me is time well spent.
>
>
> --
> Regards,
> Juan Domingo Herrera
> SoftMasters - http://www.softmasters.com.ar
> Buenos Aires - Argentina
>
>
> "Frank Rocco" <farocco@hotmail.com> wrote in message
>news:bksmqq$blg$1@news.codecharge.com...
> > Can you give me a little more info on how to create a lookup window?
> > Do you have any samples that are easier to understand than the CCS
> version?
> >
> > Thanks
> > Frank
> > "Bon733" <bon@nospam.com> wrote in message
> >news:bksmkf$bb6$1@news.codecharge.com...
> > > The previous answer was probably the best answer. I also had the same
> > > problem with drop down boxes because when the page is rendered, the
> entire
> > > contents of the drop down boxes are contained in the page. I switched
to
> > the
> > > lookup windows method and it runs very smoothly. It's a little more
work
> > but
> > > it cuts down on large pages being sent to the browser and the user
> getting
> > > mad that it's to slow.
> > >
> > > If you find a better answer, let me know.
> > >
> > >
> > >
> > > "Frank Rocco" <farocco@hotmail.com> wrote in message
> > >news:bksj66$5ik$1@news.codecharge.com...
> > > > Does anyone have any other ideas or a easier solution?
> > > >
> > > > Thanks
> > > > Frank
> > > >
> > > > "Juan Domingo Herrera" <jherrera@softmasters.com.ar> wrote in
message
> > > >news:bks58j$b4u$1@news.codecharge.com...
> > > > > Hi Frank,
> > > > >
> > > > > Tipycal case ;)
> > > > >
> > > > > You can create a lookup button then you open a window where you
have
> > all
> > > > the
> > > > > records to
> > > > > search and then when your user clicks on a value return that value
> to
> > > the
> > > > > opening window.
> > > > > You can find a sample of this on the sample pack included with CC.
> > > > >
> > > > > If you don't find it or need more helpe, contact me.
> > > > >
> > > > > --
> > > > > Regards,
> > > > > Juan Domingo Herrera
> > > > > SoftMasters - http://www.softmasters.com.ar
> > > > > Buenos Aires - Argentina
> > > > >
> > > > > "Frank Rocco" <farocco@hotmail.com> wrote in message
> > > > >news:bks4tu$ami$1@news.codecharge.com...
> > > > > > Hi All,
> > > > > >
> > > > > > I have a page with several list boxes that pull data from our
> AS/400
> > > > > > Each listbox has 2000 to 9000 records.
> > > > > > They are used to lookup values.
> > > > > >
> > > > > > The page takes around 20 to 30 seconds to load.
> > > > > > How can I speed this up?
> > > > > >
> > > > > > Is there a control available where a user can click a button and
> > have
> > > a
> > > > > > popup window appear to allow selection of a value, instead of
> > loading
> > > > the
> > > > > > data at page load?
> > > > > >
> > > > > > Any other ideas?
> > > > > >
> > > > > > Thanks
> > > > > > Frank Rocco
> > > > > > St. ELizabeth Medical Center
> > > > > >
> > > > > >
> > > > >
> > > > >
> > > >
> > > >
> > >
> > >
> >
> >
>
>

guest
Posted: 09/25/2003, 4:31 AM

Frank,

It's bit late in the thread, but using the GetRows method in ADO and
clever use of arrays and join and split I had a list box with 6000
entries, the whole pages render in under 1/2 a second. Note: the SQL
server is running a QUAD Xeon 900MHZ.
Frank Rocco
Posted: 09/25/2003, 7:52 AM

Hello,

I created a parent.asp and a child.asp page
I added the code in the CCS popuplist example
The window appears, but the value is not sent back to the parent.
Can someone point out what I am doing wrong?

Thanks

Frank

Here is parent.asp:
<!-- Created: 9/25/2003 10:06:41 AM -->

<html>

<head>

<meta name="GENERATOR" Content="ASP Express 3.1">

<title>parent.asp</title>

<script language="JavaScript">

function OpenPop_UpList()

{

var FieldValue;

FieldValue = "";

var linkhref = document.getElementById("EmployeesList").href;

var win=window.open(linkhref+"?s_emp_name="+FieldValue, "EmployeesList",
"left=100,top=10,width=480,height=480,status=no,toolbar=no,menubar=no,locati
on=no,scrollbars=yes");

win.focus();

}

</script>


</head>

<body>

<form action="http://localhost/process.asp" method="post"
Name="departments">

<table>

<tr>

<td><a href="child.asp" id="EmployeesList" onclick="OpenPop_UpList();return
false;">Employees List</a></td>

<td><input name="department_manager_id_Name" value="department_manager_id"
maxlength="30" size="30"> 

<br>

Enter the full name, first name, last name or initials</td>

</tr>

</table>

<input name="Submit" type=submit value="Submit"><input name="reset"
type=reset value="Reset">

</form>

</body>

</html>

Here is child.asp:
<!-- Created: 9/25/2003 10:08:38 AM -->

<html>

<head>

<meta name="GENERATOR" Content="ASP Express 3.1">

<title>child.asp</title>

<script language="Javascript">

function SetOpenerValue(EmpName)

{

window.opener.document.departments.department_manager_id.value = EmpName;

window.opener.focus();

window.close();

}

</script>

</head>

<body>

<a href="" onclick="window.close();">Close Window</a>

<br><br>

<table>

<tr>

<td><a href="" onclick="SetOpenerValue('my value');return false;">Send value
to parent</a> </td>

</tr>

</table>

</body>

</html>

Juan Domingo Herrera
Posted: 09/25/2003, 8:02 AM

Hi Frank,

You should create a handler for the link label, on that handler call a
function passing the values you want on the lookup field, on that function
you should set
the values of the opener window like in the sample. For example.

Window A (window with values to fill) Has a form called LookupForm, and one
field to fill from the lookup called Something
Window B (popup)

on the popup window the onclick handler should have something like this:

window.opener.document.LookupForm.Something.value = ValuePassed.

Remember to check the sample at CC and look at the HTML view to see the
function to handle the onclick event as well as the call to that function as
well.

--
Regards,
Juan Domingo Herrera
SoftMasters - http://www.softmasters.com.ar
Buenos Aires - Argentina

"Frank Rocco" <farocco@hotmail.com> wrote in message
news:bkuvga$og0$1@news.codecharge.com...
> Hello,
>
> I created a parent.asp and a child.asp page
> I added the code in the CCS popuplist example
> The window appears, but the value is not sent back to the parent.
> Can someone point out what I am doing wrong?
>
> Thanks
>
> Frank
>
> Here is parent.asp:
> <!-- Created: 9/25/2003 10:06:41 AM -->
>
> <html>
>
> <head>
>
> <meta name="GENERATOR" Content="ASP Express 3.1">
>
> <title>parent.asp</title>
>
> <script language="JavaScript">
>
> function OpenPop_UpList()
>
> {
>
> var FieldValue;
>
> FieldValue = "";
>
> var linkhref = document.getElementById("EmployeesList").href;
>
> var win=window.open(linkhref+"?s_emp_name="+FieldValue, "EmployeesList",
>
"left=100,top=10,width=480,height=480,status=no,toolbar=no,menubar=no,locati
> on=no,scrollbars=yes");
>
> win.focus();
>
> }
>
> </script>
>
>
> </head>
>
> <body>
>
> <form action="http://localhost/process.asp" method="post"
> Name="departments">
>
> <table>
>
> <tr>
>
> <td><a href="child.asp" id="EmployeesList"
onclick="OpenPop_UpList();return
> false;">Employees List</a></td>
>
> <td><input name="department_manager_id_Name" value="department_manager_id"
> maxlength="30" size="30"> 
>
> <br>
>
> Enter the full name, first name, last name or initials</td>
>
> </tr>
>
> </table>
>
> <input name="Submit" type=submit value="Submit"><input name="reset"
> type=reset value="Reset">
>
> </form>
>
> </body>
>
> </html>
>
> Here is child.asp:
> <!-- Created: 9/25/2003 10:08:38 AM -->
>
> <html>
>
> <head>
>
> <meta name="GENERATOR" Content="ASP Express 3.1">
>
> <title>child.asp</title>
>
> <script language="Javascript">
>
> function SetOpenerValue(EmpName)
>
> {
>
> window.opener.document.departments.department_manager_id.value = EmpName;
>
> window.opener.focus();
>
> window.close();
>
> }
>
> </script>
>
> </head>
>
> <body>
>
> <a href="" onclick="window.close();">Close Window</a>
>
> <br><br>
>
> <table>
>
> <tr>
>
> <td><a href="" onclick="SetOpenerValue('my value');return false;">Send
value
> to parent</a> </td>
>
> </tr>
>
> </table>
>
> </body>
>
> </html>
>
>

Frank Rocco
Posted: 09/25/2003, 8:12 AM

Thanks,
I just got the example working I coded in ASP.
I had to change this <input name="department_manager_id_Name" value...
to <input name="department_manager_id_Name" id="department_manager_id"
value...

Now I need to get this working in CCS.

Regards,

Frank

Frank Rocco
Posted: 09/25/2003, 10:03 AM

I cannot get the popup window to display a link, just the name shows.
<td class="SaladDataTD"><a class="SaladDataLink"
onclick="SetOpenerValue('{Link2}');return false;"
href="{Link2_Src}">{Link2}</a></td>

any ideas?

Thanks
Frank

Juan Domingo Herrera
Posted: 09/25/2003, 10:12 AM

Hi Franck,

Did you set a field from the database on the field??
What is link2 there? It seems that this is only a normal link
not a field from your database.


--
Regards,
Juan Domingo Herrera
SoftMasters - http://www.softmasters.com.ar
Buenos Aires - Argentina

"Frank Rocco" <farocco@hotmail.com> wrote in message
news:bkv752$4qq$1@news.codecharge.com...
> I cannot get the popup window to display a link, just the name shows.
> <td class="SaladDataTD"><a class="SaladDataLink"
> onclick="SetOpenerValue('{Link2}');return false;"
> href="{Link2_Src}">{Link2}</a></td>
>
> any ideas?
>
> Thanks
> Frank
>
>

Frank Rocco
Posted: 09/25/2003, 10:50 AM

yes,

I just deleted it and added it again and got:
<td class="SaladDataTD"><a class="SaladDataLink"
href="{MRDNM_Src}">{MRDNM}</a></td>
This does not work, because the value in href is blank
After I add the onclick event, I get this:
<td class="SaladDataTD" onclick="SetOpenerValue('{MRDNM}');return false;"><a
class="SaladDataLink" href="{MRDNM_Src}">{MRDNM}</a></td>
CCS seems to be screwed up.

What can I do?

Thanks
Frank

"Juan Domingo Herrera" <jherrera@softmasters.com.ar> wrote in message
news:bkv7l3$5uh$1@news.codecharge.com...
> Hi Franck,
>
> Did you set a field from the database on the field??
> What is link2 there? It seems that this is only a normal link
> not a field from your database.
>
>
> --
> Regards,
> Juan Domingo Herrera
> SoftMasters - http://www.softmasters.com.ar
> Buenos Aires - Argentina
>
> "Frank Rocco" <farocco@hotmail.com> wrote in message
>news:bkv752$4qq$1@news.codecharge.com...
> > I cannot get the popup window to display a link, just the name shows.
> > <td class="SaladDataTD"><a class="SaladDataLink"
> > onclick="SetOpenerValue('{Link2}');return false;"
> > href="{Link2_Src}">{Link2}</a></td>
> >
> > any ideas?
> >
> > Thanks
> > Frank
> >
> >
>
>

Juan Domingo Herrera
Posted: 09/25/2003, 11:20 AM

And the problem is?
I mean, that field MRDNM is a field from the database, when the program is
running you get a value there, then the SetOpenerValue('DB_Value') from
thete the function SetOpenerValue should set the corresponding field and
close the window.
What do you have on SetOpenerValue function?


--
Regards,
Juan Domingo Herrera
SoftMasters - http://www.softmasters.com.ar
Buenos Aires - Argentina

"Frank Rocco" <farocco@hotmail.com> wrote in message
news:bkv9sg$97d$1@news.codecharge.com...
> yes,
>
> I just deleted it and added it again and got:
> <td class="SaladDataTD"><a class="SaladDataLink"
> href="{MRDNM_Src}">{MRDNM}</a></td>
> This does not work, because the value in href is blank
> After I add the onclick event, I get this:
> <td class="SaladDataTD" onclick="SetOpenerValue('{MRDNM}');return
false;"><a
> class="SaladDataLink" href="{MRDNM_Src}">{MRDNM}</a></td>
> CCS seems to be screwed up.
>
> What can I do?
>
> Thanks
> Frank
>
> "Juan Domingo Herrera" <jherrera@softmasters.com.ar> wrote in message
>news:bkv7l3$5uh$1@news.codecharge.com...
> > Hi Franck,
> >
> > Did you set a field from the database on the field??
> > What is link2 there? It seems that this is only a normal link
> > not a field from your database.
> >
> >
> > --
> > Regards,
> > Juan Domingo Herrera
> > SoftMasters - http://www.softmasters.com.ar
> > Buenos Aires - Argentina
> >
> > "Frank Rocco" <farocco@hotmail.com> wrote in message
> >news:bkv752$4qq$1@news.codecharge.com...
> > > I cannot get the popup window to display a link, just the name shows.
> > > <td class="SaladDataTD"><a class="SaladDataLink"
> > > onclick="SetOpenerValue('{Link2}');return false;"
> > > href="{Link2_Src}">{Link2}</a></td>
> > >
> > > any ideas?
> > >
> > > Thanks
> > > Frank
> > >
> > >
> >
> >
>
>

Frank Rocco
Posted: 09/25/2003, 11:40 AM

The problem is the field is not displayed as a link unless I put a value
into href
The onclick event is placed inside the <TD> tag
Is this normal?

Frank

Juan Domingo Herrera
Posted: 09/25/2003, 11:42 AM

Oh, didn't recall on that, yes is "normal" using the designer, but use the
HTML view and modify the code by yourself,
if you want put void(0); on href, is not going to do nothing.
--
Regards,
Juan Domingo Herrera
SoftMasters - http://www.softmasters.com.ar
Buenos Aires - Argentina


"Frank Rocco" <farocco@hotmail.com> wrote in message
news:bkvcr5$dcu$1@news.codecharge.com...
> The problem is the field is not displayed as a link unless I put a value
> into href
> The onclick event is placed inside the <TD> tag
> Is this normal?
>
> Frank
>
>

Frank Rocco
Posted: 09/25/2003, 12:19 PM

If I put someting in the href, the page tries to go to it.
If I put in void(0); the designer removes the link.
I'm confused.

Frank

Frank Rocco
Posted: 09/26/2003, 7:21 AM

Hello,

I created two projects, one ASP 3.0 and the other ASP.NET c#

The ASP 3.0 project works.
The ASP.NET c# does not

The code is exact on both.

I guess I'll have to recode in ASP for this project.

Frank

Juan Domingo Herrera
Posted: 09/26/2003, 7:24 AM

Hi Frank,

I don't know too much about asp.net but this is everything about JavaScript
and HTML it doesn't have to do anything with the
project language, you are taking and filling values from one HTML window
(with his forms) to another, thats all.

--
Regards,
Juan Domingo Herrera
SoftMasters - http://www.softmasters.com.ar
Buenos Aires - Argentina


"Frank Rocco" <farocco@hotmail.com> wrote in message
news:bl1i0q$3kt$1@news.codecharge.com...
> Hello,
>
> I created two projects, one ASP 3.0 and the other ASP.NET c#
>
> The ASP 3.0 project works.
> The ASP.NET c# does not
>
> The code is exact on both.
>
> I guess I'll have to recode in ASP for this project.
>
> Frank
>
>

Frank Rocco
Posted: 09/26/2003, 9:57 AM

Hi Juan,

I coded by hand an aspx version and it works.
At this point, I do not know why I cannot get it working in CCS using aspx.

Regards,

Frank

Juan Domingo Herrera
Posted: 09/26/2003, 10:09 AM

Hi Frank,

I'm downloading the .NET SDK to create a sample for you but it seems that
everyone else is doing the same!
(I'm downloading the SDK for about an hour but is VERY slow :()
When I have a sample I will send it to you, or if you want you can send me a
sample and I can take a look without
testing it live :(

--
Regards,
Juan Domingo Herrera
SoftMasters - http://www.softmasters.com.ar
Buenos Aires - Argentina


"Frank Rocco" <farocco@hotmail.com> wrote in message
news:bl1r57$gji$1@news.codecharge.com...
> Hi Juan,
>
> I coded by hand an aspx version and it works.
> At this point, I do not know why I cannot get it working in CCS using
aspx.
>
> Regards,
>
> Frank
>
>

Frank Rocco
Posted: 09/26/2003, 11:06 AM

Thanks Juan,

I appreciate you taking the time.
My CCS sample uses are SQL Server, I do not have a standalone version.

Best Regards,

Frank

Juan Domingo Herrera
Posted: 09/29/2003, 7:48 AM

Hi Frank,

Stupid question but....
I have the .NET SDK installed but when I setup the SDK directory inside CCS
the generator tells me that he can't find the C# compiler, I did try almost
all the SDK directories withou any luck, any advise on this?


--
Regards,
Juan Domingo Herrera
SoftMasters - http://www.softmasters.com.ar
Buenos Aires - Argentina

"Frank Rocco" <farocco@hotmail.com> wrote in message
news:bl1v83$mp0$1@news.codecharge.com...
> Thanks Juan,
>
> I appreciate you taking the time.
> My CCS sample uses are SQL Server, I do not have a standalone version.
>
> Best Regards,
>
> Frank
>
>

Frank Rocco
Posted: 09/29/2003, 9:58 AM

Hi Juan,

My config is at:

C:\WINDOWS\Microsoft.NET\Framework\v1.1.4322\1033

HTH

Frank

Juan Domingo Herrera
Posted: 09/30/2003, 12:41 AM

Hi Frank,

Thanks, now it compiles but when I try to run the page I get a few errors :(

Parser Error Message: Could not load type 'frank.index.indexPage'.

I really don't know what to do, so I can't help too much :( sorry.


--
Regards,
Juan Domingo Herrera
SoftMasters - http://www.softmasters.com.ar
Buenos Aires - Argentina

"Frank Rocco" <farocco@hotmail.com> wrote in message
news:bl9ob8$nfq$1@news.codecharge.com...
> Hi Juan,
>
> My config is at:
>
> C:\WINDOWS\Microsoft.NET\Framework\v1.1.4322\1033
>
> HTH
>
> Frank
>
>

Frank Rocco
Posted: 09/30/2003, 7:06 AM

Hi Juan,

Did you create a virtual directory in IIS for your test program?

HTH

Frank


   


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.