Search the web
Sign In
New User? Sign Up
toadss
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Hear how Yahoo! Groups has changed the lives of others. Take me there.

Best of Y! Groups

   Check them out and nominate your group.
Having problems with message search? Fill out this form to ensure your group is one of the first to be migrated to the new message search system.

Messages

  Messages Help
Advanced
Why does intellisense stop working?   Message List  
Reply | Forward Message #3547 of 3981 |
RE: [toadss] Why does intellisense stop working?

is 4.1 available?
 

Thanks

Eric L Hackett
Ofc: 970.882.5510

 


From: toadss@yahoogroups.com [mailto:toadss@yahoogroups.com] On Behalf Of Henrik Johnson
Sent: Wednesday, November 19, 2008 2:09 PM
To: toadss@yahoogroups.com
Subject: RE: [toadss] Why does intellisense stop working?

The issue that you are describing is due to a caching problem we have fixed for the GA release so it should “just work” for the actual 4.1 release.

/Mauritz

From: toadss@yahoogroups.com [mailto:toadss@yahoogroups.com] On Behalf Of Hackett, Eric
Sent: den 14 november 2008 12:55
To: 'toadss@yahoogroups.com'
Subject: RE: [toadss] Why does intellisense stop working?

I also have seen this behavior where functionality will temporarily return in a new window.

In addition I have found I can get the columns to come back for a while if I go back to the schema browser window and reconnect.

I've actually gotten to where I only use 4.0 when I am going to be writing sql heavy in User defined procedure and function calls, since it has parameter completion, which sometimes work. If I'm just going to be doing more standard sql (joins etc), I usually still opt for v3.2, since the column name completion seems to be more stable in that version.

Thanks

Eric L Hackett
Ofc: 970.882.5510


From: toadss@yahoogroups.com [mailto:toadss@yahoogroups.com] On Behalf Of Kent Maxwell
Sent: Friday, November 14, 2008 1:45 PM
To: toadss@yahoogroups.com
Subject: RE: [toadss] Why does intellisense stop working?

Hello,

I periodically have the same problem they are describing in the latest version of Toad 4.1 too.  However it is not all the time.  It’s very strange because I can have the problem, but if I copy and paste the code into another window it will start working again.  I also noticed that Intellisense doesn’t work at all inside system function calls.  For example:

As shown works fine.  But if I do a SUM on Amount:

I have just gotten to the point that I figured creating the code to make Intellisense work properly is very difficult.  So if at the time I am using Toad it works, I am happy.  If it doesn’t I just go on…it’s still better that SSMS.

Thanks,

Kent

From: toadss@yahoogroups.com [mailto:toadss@yahoogroups.com] On Behalf Of Henrik Johnson
Sent: Friday, November 14, 2008 2:17 PM
To: toadss@yahoogroups.com
Subject: RE: [toadss] Why does intellisense stop working?

This is in the latest 4.1 build btw (After the latest SqlServer beta).

/Mauritz

From: toadss@yahoogroups.com [mailto:toadss@yahoogroups.com] On Behalf Of Henrik Johnson
Sent: den 14 november 2008 12:16
To: toadss@yahoogroups.com
Subject: RE: [toadss] Why does intellisense stop working?

I replaced the table names so I could test this, but it works fine for me:

This is the SQL I have (It doesn’t work, but the important thing is that the table names exist).

SELECT AM.fcinvoice AS InvoiceNumber,

AM.finvdate AS InvoiceDate,

left(AI.fsokey, 6) AS SalesNumber,

AM.fpono AS CustomerPurchaseOrder,

AM.

SL.fcustno AS CustomerNumber,

AM.fccompany AS CompanyName

FROM Person.Address SL

INNER JOIN

dbo.AWBuildVersion AM

ON AM.fcustno = SL.fcustno

INNER JOIN

Purchasing.VendorAddress AI

ON AM.fcinvoice = AI.fcinvoice

WHERE SL.ftype = 'C' AND year(AM.finvdate) > 2007

/Mauritz

From: toadss@yahoogroups.com [mailto:toadss@yahoogroups.com] On Behalf Of THOMAS HARLAN
Sent: den 14 november 2008 08:27
To: toadss@yahoogroups.com
Subject: Re: [toadss] Why does intellisense stop working?

I get the same thing... plus, Intellisense doesn't seem to work at all if you're inside a PROCEDURE.

>>> "made2mentor" <david.stein@cheltoninc.com> 11/14/2008 7:32:09 am >>>

Here's my code:

SELECT AM.fcinvoice AS InvoiceNumber,
AM.finvdate AS InvoiceDate,
left(AI.fsokey, 6) AS SalesNumber,
AM.fpono AS CustomerPurchaseOrder,
SL.fcustno AS CustomerNumber,
AM.fccompany AS CompanyName
FROM dbo.slcdpm SL
INNER JOIN
dbo.armast AM
ON AM.fcustno = SL.fcustno
INNER JOIN
dbo.aritem AI
ON AM.fcinvoice = AI.fcinvoice
WHERE SL.ftype = 'C' AND year(AM.finvdate) > 2007

Keep in mind that intellisense was working a minute ago. When I try
to add in something like:

AI.fprodcl

between AM.fpono and SL.fcustno all I get as options after I
type "AI." is stuff like @@CONNECTIONS, @@CPU_BUSY etc.

Why?



Wed Nov 19, 2008 9:09 pm

erichackett
Online Now Online Now
Send Email Send Email

Forward
Message #3547 of 3981 |
Expand Messages Author Sort by Date

Here's my code: SELECT AM.fcinvoice AS InvoiceNumber, AM.finvdate AS InvoiceDate, left(AI.fsokey, 6) AS SalesNumber, AM.fpono AS CustomerPurchaseOrder, ...
made2mentor
Offline Send Email
Nov 14, 2008
3:32 pm

I get this all the time as well. The intellisense in 4.0 is very flaky. Thanks Eric L Hackett Ofc: 970.882.5510 ________________________________ From:...
Hackett, Eric
erichackett
Online Now Send Email
Nov 14, 2008
3:35 pm

I get the same thing... plus, Intellisense doesn't seem to work at all if you're inside a PROCEDURE. ... Here's my code: SELECT AM.fcinvoice AS InvoiceNumber, ...
THOMAS HARLAN
thomasharlan
Offline Send Email
Nov 14, 2008
4:24 pm

I replaced the table names so I could test this, but it works fine for me: [cid:image001.png@...] This is the SQL I have (It doesn't work, but...
Henrik Johnson
hpj_globecom_se
Online Now Send Email
Nov 14, 2008
8:15 pm

This is in the latest 4.1 build btw (After the latest SqlServer beta). /Mauritz From: toadss@yahoogroups.com [mailto:toadss@yahoogroups.com] On Behalf Of...
Henrik Johnson
hpj_globecom_se
Online Now Send Email
Nov 14, 2008
8:16 pm

Hello, I periodically have the same problem they are describing in the latest version of Toad 4.1 too. However it is not all the time. It's very strange...
Kent Maxwell
kentmaxwell
Offline Send Email
Nov 14, 2008
8:44 pm

I also have seen this behavior where functionality will temporarily return in a new window. In addition I have found I can get the columns to come back for a...
Hackett, Eric
erichackett
Online Now Send Email
Nov 14, 2008
8:55 pm

The issue that you are describing is due to a caching problem we have fixed for the GA release so it should "just work" for the actual 4.1 release. /Mauritz ...
Henrik Johnson
hpj_globecom_se
Online Now Send Email
Nov 19, 2008
9:08 pm

is 4.1 available? Thanks Eric L Hackett Ofc: 970.882.5510 ________________________________ From: toadss@yahoogroups.com [mailto:toadss@yahoogroups.com] On...
Hackett, Eric
erichackett
Online Now Send Email
Nov 19, 2008
9:09 pm

For me it frequently works, but it also frequently does not work. The most frustrating is that when it doesn't work, and I type out the table name, the...
Hackett, Eric
erichackett
Online Now Send Email
Nov 14, 2008
8:49 pm

Eric, I have noticed the same things but just hadn't taken the time to explain that. You are right, and it can be very annoying when you cannot make the...
made2mentor
Offline Send Email
Nov 17, 2008
2:08 pm

Dave, Glad to see someone else is having the same issues. Well not glad exactly but was starting to wonder if it was 'just me' BTW, the escape key will close...
Hackett, Eric
erichackett
Online Now Send Email
Nov 17, 2008
2:52 pm

Attn Developers, you need to fix this. I just typed: select * from dbo.rcitem RCI The Query works. Then I go back to type the following: select RCI. from...
made2mentor
Offline Send Email
Nov 17, 2008
10:15 pm

First of all you can make the code completion popup not show up automatically (It's in the option screen under editor code completion I think). Secondly the...
Henrik Johnson
hpj_globecom_se
Online Now Send Email
Nov 17, 2008
11:26 pm

Can't install ToadForSqlServerBeta_4.1.0.190.exe When I launch the installer as the administrator, I get to the first screen where I click 'Next' to begin the...
William Kunkel
holyghosthel...
Offline Send Email
Nov 18, 2008
2:11 pm
Advanced

Copyright © 2009 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines - Help