Help | Site Map
Connecting Tech Pros Worldwide
 
 
LinkBack Thread Tools
  #1  
Old July 19th, 2005, 11:38 AM
Raghuraman
Guest
 
Posts: n/a
Default How to use grid control in the asp page thru Visual interdev(Beginner)

Hai !

I use the Grid control with the data environment and the recordset
control by dragging from the data env.

But if i run the page alone in the iexplorer it tells the error like
pm.script liabrary not found even though i open it in the scripting
libraries.


How to solve this

With thanks
Raghu
  #2  
Old July 19th, 2005, 11:38 AM
Chris Barber
Guest
 
Posts: n/a
Default Re: How to use grid control in the asp page thru Visual interdev(Beginner)

Interdev runtime and design time controls depend on a specific library of
scripts being present. If you connect to a FP enabled website with Interdev
then it'll say '.... scripts do not appear to be installed - install them?'
or something to that effect. Saying 'Yes' will copy them to the site.

At present I can't find a relevant URL that will explain how to post-install
them but I presume that they can be copied from the Interdev program
directories somewhere.

It may be easiest to get Interdev to create a new site and then just copy
the relevant files out of that into the original.

Chris.

"Raghuraman" <raghuraman_ace@rediffmail.com> wrote in message
news:66c7bef8.0402030642.3567548b@posting.google.c om...
Hai !

I use the Grid control with the data environment and the recordset
control by dragging from the data env.

But if i run the page alone in the iexplorer it tells the error like
pm.script liabrary not found even though i open it in the scripting
libraries.


How to solve this

With thanks
Raghu


  #3  
Old July 19th, 2005, 11:39 AM
Mike Florio
Guest
 
Posts: n/a
Default Re: How to use grid control in the asp page thru Visual interdev(Beginner)

There's a ScriptLibrary folder that you can copy verbatim to the root of the
website if it's not there. Look in the C:\Program Files\Microsoft Visual
Studio\VIntDev98 folder.

As a beginner, I would recommend saving yourself a lot of future aggravation
and forget about DTCs ! Take the time now and learn how to code ASP
properly.


"Chris Barber" <chris@blue-canoe.co.uk.NOSPAM> wrote in message
news:O$1o1im6DHA.2644@TK2MSFTNGP11.phx.gbl...[color=blue]
> Interdev runtime and design time controls depend on a specific library of
> scripts being present. If you connect to a FP enabled website with[/color]
Interdev[color=blue]
> then it'll say '.... scripts do not appear to be installed - install[/color]
them?'[color=blue]
> or something to that effect. Saying 'Yes' will copy them to the site.
>
> At present I can't find a relevant URL that will explain how to[/color]
post-install[color=blue]
> them but I presume that they can be copied from the Interdev program
> directories somewhere.
>
> It may be easiest to get Interdev to create a new site and then just copy
> the relevant files out of that into the original.
>
> Chris.
>
> "Raghuraman" <raghuraman_ace@rediffmail.com> wrote in message
> news:66c7bef8.0402030642.3567548b@posting.google.c om...
> Hai !
>
> I use the Grid control with the data environment and the recordset
> control by dragging from the data env.
>
> But if i run the page alone in the iexplorer it tells the error like
> pm.script liabrary not found even though i open it in the scripting
> libraries.
>
>
> How to solve this
>
> With thanks
> Raghu
>
>[/color]


  #4  
Old July 19th, 2005, 11:39 AM
Chris Barber
Guest
 
Posts: n/a
Default Re: How to use grid control in the asp page thru Visual interdev(Beginner)

Ahh - I meant to add that sentiment [don't use the design-time controls] to
my post but got distracted.

Chris.

"Mike Florio" <mike@micro-point.com> wrote in message
news:101vta3stq7ic9f@corp.supernews.com...
There's a ScriptLibrary folder that you can copy verbatim to the root of the
website if it's not there. Look in the C:\Program Files\Microsoft Visual
Studio\VIntDev98 folder.

As a beginner, I would recommend saving yourself a lot of future aggravation
and forget about DTCs ! Take the time now and learn how to code ASP
properly.


"Chris Barber" <chris@blue-canoe.co.uk.NOSPAM> wrote in message
news:O$1o1im6DHA.2644@TK2MSFTNGP11.phx.gbl...[color=blue]
> Interdev runtime and design time controls depend on a specific library of
> scripts being present. If you connect to a FP enabled website with[/color]
Interdev[color=blue]
> then it'll say '.... scripts do not appear to be installed - install[/color]
them?'[color=blue]
> or something to that effect. Saying 'Yes' will copy them to the site.
>
> At present I can't find a relevant URL that will explain how to[/color]
post-install[color=blue]
> them but I presume that they can be copied from the Interdev program
> directories somewhere.
>
> It may be easiest to get Interdev to create a new site and then just copy
> the relevant files out of that into the original.
>
> Chris.
>
> "Raghuraman" <raghuraman_ace@rediffmail.com> wrote in message
> news:66c7bef8.0402030642.3567548b@posting.google.c om...
> Hai !
>
> I use the Grid control with the data environment and the recordset
> control by dragging from the data env.
>
> But if i run the page alone in the iexplorer it tells the error like
> pm.script liabrary not found even though i open it in the scripting
> libraries.
>
>
> How to solve this
>
> With thanks
> Raghu
>
>[/color]



  #5  
Old July 19th, 2005, 11:39 AM
Mike Florio
Guest
 
Posts: n/a
Default Re: How to use grid control in the asp page thru Visual interdev(Beginner)

I wish someone would have advised me years ago when I started ASP
programming ! I learned the hard way...


"Chris Barber" <chris@blue-canoe.co.uk.NOSPAM> wrote in message
news:uW$4D1o6DHA.3008@TK2MSFTNGP09.phx.gbl...[color=blue]
> Ahh - I meant to add that sentiment [don't use the design-time controls][/color]
to[color=blue]
> my post but got distracted.
>
> Chris.
>
> "Mike Florio" <mike@micro-point.com> wrote in message
> news:101vta3stq7ic9f@corp.supernews.com...
> There's a ScriptLibrary folder that you can copy verbatim to the root of[/color]
the[color=blue]
> website if it's not there. Look in the C:\Program Files\Microsoft Visual
> Studio\VIntDev98 folder.
>
> As a beginner, I would recommend saving yourself a lot of future[/color]
aggravation[color=blue]
> and forget about DTCs ! Take the time now and learn how to code ASP
> properly.
>
>
> "Chris Barber" <chris@blue-canoe.co.uk.NOSPAM> wrote in message
> news:O$1o1im6DHA.2644@TK2MSFTNGP11.phx.gbl...[color=green]
> > Interdev runtime and design time controls depend on a specific library[/color][/color]
of[color=blue][color=green]
> > scripts being present. If you connect to a FP enabled website with[/color]
> Interdev[color=green]
> > then it'll say '.... scripts do not appear to be installed - install[/color]
> them?'[color=green]
> > or something to that effect. Saying 'Yes' will copy them to the site.
> >
> > At present I can't find a relevant URL that will explain how to[/color]
> post-install[color=green]
> > them but I presume that they can be copied from the Interdev program
> > directories somewhere.
> >
> > It may be easiest to get Interdev to create a new site and then just[/color][/color]
copy[color=blue][color=green]
> > the relevant files out of that into the original.
> >
> > Chris.
> >
> > "Raghuraman" <raghuraman_ace@rediffmail.com> wrote in message
> > news:66c7bef8.0402030642.3567548b@posting.google.c om...
> > Hai !
> >
> > I use the Grid control with the data environment and the recordset
> > control by dragging from the data env.
> >
> > But if i run the page alone in the iexplorer it tells the error like
> > pm.script liabrary not found even though i open it in the scripting
> > libraries.
> >
> >
> > How to solve this
> >
> > With thanks
> > Raghu
> >
> >[/color]
>
>
>[/color]


  #6  
Old July 19th, 2005, 11:40 AM
Roland Hall
Guest
 
Posts: n/a
Default Re: How to use grid control in the asp page thru Visual interdev(Beginner)

"Mike Florio" wrote:
: I wish someone would have advised me years ago when I started ASP
: programming ! I learned the hard way...

I wonder if we can get a rebate for the parts that don't work and we're not
using? I saw a post in here a long time ago when trying to use it which
said similar to: "Don't use it. It doesn't work." re: the grid control.

--
Roland Hall
/* This information is distributed in the hope that it will be useful, but
without any warranty; without even the implied warranty of merchantability
or fitness for a particular purpose. */
Technet Script Center - http://www.microsoft.com/technet/scriptcenter/
WSH 5.6 Documentation - http://msdn.microsoft.com/downloads/list/webdev.asp
MSDN Library - http://msdn.microsoft.com/library/default.asp




  #7  
Old July 19th, 2005, 11:40 AM
Chris Barber
Guest
 
Posts: n/a
Default Re: How to use grid control in the asp page thru Visual interdev(Beginner)

I'd settle for a hotfix to stop the fatal error when retrieving latest files
from a W2K server when Interdev is on an XP machine. I can guarantee to see
this error every time and it kills / hangs Interdev. Very annoying.

Chris.

"Roland Hall" <nobody@nowhere> wrote in message
news:%234Ov0L06DHA.2404@TK2MSFTNGP11.phx.gbl...
"Mike Florio" wrote:
: I wish someone would have advised me years ago when I started ASP
: programming ! I learned the hard way...

I wonder if we can get a rebate for the parts that don't work and we're not
using? I saw a post in here a long time ago when trying to use it which
said similar to: "Don't use it. It doesn't work." re: the grid control.

--
Roland Hall
/* This information is distributed in the hope that it will be useful, but
without any warranty; without even the implied warranty of merchantability
or fitness for a particular purpose. */
Technet Script Center - http://www.microsoft.com/technet/scriptcenter/
WSH 5.6 Documentation - http://msdn.microsoft.com/downloads/list/webdev.asp
MSDN Library - http://msdn.microsoft.com/library/default.asp





  #8  
Old July 19th, 2005, 11:40 AM
Roland Hall
Guest
 
Posts: n/a
Default Re: How to use grid control in the asp page thru Visual interdev(Beginner)

"Chris Barber" wrote:
: I'd settle for a hotfix to stop the fatal error when retrieving latest
files
: from a W2K server when Interdev is on an XP machine. I can guarantee to
see
: this error every time and it kills / hangs Interdev. Very annoying.

Put me on that list also.


  #9  
Old July 19th, 2005, 11:41 AM
Chris Barber
Guest
 
Posts: n/a
Default Re: How to use grid control in the asp page thru Visual interdev(Beginner)

Gotta find the list first of all - 's a bit like the search for the Holy
Grail or trying to find classic VB stuff in Google these days without
getting millions of .NET links.

:)

Chris.

"Roland Hall" <nobody@nowhere> wrote in message
news:enuJSh16DHA.2924@tk2msftngp13.phx.gbl...
"Chris Barber" wrote:
: I'd settle for a hotfix to stop the fatal error when retrieving latest
files
: from a W2K server when Interdev is on an XP machine. I can guarantee to
see
: this error every time and it kills / hangs Interdev. Very annoying.

Put me on that list also.



 

Bookmarks

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are Off
[IMG] code is Off
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On

What is Bytes?

We are a network of experts and professionals in IT and software development that help one another with answers to tough questions and share insights. Get the best answers to your questions from over network members.
Post your question now . . .
It's fast and it's free

Popular Articles