Sharepoint Forum

 
Home » Forum » Sharepoint       Ask a questionRSS Feeds

Install sdk

  Asked By: Stephanie Lewis         Date: Mar 04, 2010      Category: Sharepoint      Views: 162
 

how should i install sdk ?

i found on www.spsfaq.com this code :
Set objHq = New CHTTPQuery
objHq.IsAsync = True
objHq.StartSearchQuery strQuery, 0, -1, -1, False
objHq.WaitForQueryCompletion
strResult = objHq.QueryResults

it doesn't work !! (so i must install sdk of course), but when i
'm searching for CHTTPQuery object in help of sdk, i didn't find it ...

someone know about CHTTPQuery ?

i want to make my own web part with simple search ....

Tagged:    

 

1 Answer Found

 
Answer #1       Answered By: Sanjay Lohar          Answered On: Mar 04, 2010       

This code  is not from the sdk. This code is using functions that are in
scripts on the server. You would need to include these script files in
your asp page. I can not remember off the top of my head which files you
will need to include but you can start by looking at the script files
under <workspace>/portal/resources.

 
Didn't find what you were looking for? Find more on Install sdk Or get search suggestion and latest updates.


Your Answer
  • Answer should be atleast 30 Characters.
  • Please put code inside [Code] your code [/Code].