Software Development Network Logo
  • Windows Vista
  • Visual C#
  • Windows Live
  • Visual J#
  • Microsoft ISV
  • SQL Server
  • Smart Device
  • Architecture
  • Visual Studio
  • VS Team System
  • .NET Development
  • Visual Basic
  • Visual C++
  • Visual FoxPro
  • Windows Forms

Software Development Network >> SarcieHuber's Q&A profile

SarcieHuber

Member List

razerredblue
OdinsBlade
zjm
david22
MightyDubCats
Sarang Baheti
KevinBurton
Stephen Haberman
WillemM
J.R. Odden
Suscuaja
Tim Benton
Nagaraj K
WayneTanner
vccool
Chris55
Felipe Levin
HarrySimpson
Remi
MattPil29
Only Title

SarcieHuber's Q&A profile

  • SQL Server calculated dimension question

    I have a sql 2005 database that holds information about our file structure on our file server. It has several tables, one of which is a folder table. This folder table contains info like id foldername 1 d:\root\dept\is\reports 2 d:\root\dept\is\data 3 d:\root\user\user1 this data is then related to another table id filename size 1 test1 64 2 test2 808 and the related table id folderid fileid dateofgather 1 1 1 1/1/2006 2 2 2 12/15/2005 3 3 1 1/1/2006 when i tried to create a cube on this drag my folder dimension over, it list all the folders out as seperate rows, but i want it to do it in a ...Show All

  • Visual Studio Express Editions If, If Not, Else, End If Expressions

    I am rebuilding a commercial application project that I built in VB6.0. The code is as follows: Private Sub imgPrevious _Click() datMusic.Recordset.MovePrevious If Not (datMusic.Recordset.BOF) Then lblRecordNumber.Caption = Str(datMusic.Recordset. _ AbsolutePosition + 1 Else MsgBox "Already at beginning of table", vbInformation datMusic.Recordset.MoveFirst End If End Sub New Code for 2005 VBExpressEdition as follows: Private Sub imagePrevious_Click(By Val etc....................) 'datMusic'.Recordset.MovePrevious If Not (expression needed) 'datMusic'.Recordset.BOF Then(not accepted!) ...Show All

  • .NET Development "DLL SECURITY PROBLEM "

    hi i am using httpwebrequest and httpwebresponse to send request and get response respectively. i want to keep connection live after sending one request in order to send another request using same channel. so plz help me. HTTPWEBREQUEST.KEEPALIVE = TRUE is not working. by Default as u might be knowing it is set to true can u post some code that shows the problem.   ...Show All

  • Visual Basic Simple License Details Dll

    Im just trying to create a DLL file that contains license info for my program. Basically, i just want to be able to reference text strings that i store in the DLL file. I don't know how to store them, and how to access them, as i have never worked with DLL's before (at least not ones i have created) I want to have about 5-7 text strings (company name, address details, serial number etc) that i can display on a form in my main app (assuming the dll file exists) Checking for the file is no worrioes, just not sure about how i would store the info in a dll so i can retrieve it. Can anyone please give me some suggestions Cheers ...Show All

  • Visual Studio Express Editions Where is SHELL? Reporting in VB Express

    G'Day,   I can't seem to find this anywhere.  I need to use shell (or an equivelant) to launch internet explorer, but can't seem to find it! The reason I need it is for data reporting.  As VB Express doen't have reporting facilities, I'm generating a HTML file on the fly with data from a datagrid.  I then need to fire up IE so the user can view and print the report. I'm also looking into an excellent idea provided by another member on these forums (robbo5000) for reporting, just trying to keep my options open.  This is the last barrier to releasing my app. Thanks Gareth   I ...Show All

  • Visual FoxPro help on VFP9

    hi...here's my problem..when i open VFP 9, a meesage box appears "The resource file is not valid. Overwrite it with a new empty one "..what should i do to remove this message box from appearing everytime i open VFP 9..thanks Delete the two files named foxuser.dbf and foxuser.fpt. You can also disable the resource file by putting RESOURCE=OFF in your config.fpw Dave M. ...Show All

  • Visual Studio Express Editions gridview selection error

    When I select a record from my gridview I update a detailsview with: DetailsView1.PageIndex = GridView1.SelectedIndex That works fine for all the records on the first page (paging enabled), but if I choose my second page, it selects the data from the first page at the same location. (e.g. page 1 record 1 name = "John" clicking select populates the details view with "John". If I go to page 2 and select the record at the top of the grid view "John" is selected and detailed again.) hi, i guess this is asp project http://forums.asp.net hope this helps ...Show All

  • SQL Server cannot set permission in SQL Server DBE for a database

    In my attempts to connect a SQL database to VS I tried to set up permissions for the database in properties. None of the checked boxes has been accepted. I set up "user or roles" to "public." Then a long list of "permissions" appear with two options: "permit" or "deny." The error message is "Grant Failed for database *****" Additional Information: "Cannot grant, deny or revoke the connect database permission to roles and application roles." Big surprise!!! The whole form is designed to grant permissions to "roles." Any ideas Thanks. the error message is correct - one can not grant, revoke or deny CONNECT DATABASE to roles or ...Show All

  • Visual Studio how to install vs ctp June with SQL Server Express

     VS CTP June include .net  v2.0.50601,But the SQL Server Express (April or June) need .net framwork 2.0.50215.45. When I  have finish to setup vs ctp june , I run SQL Server Express from VS DVD, I got the error (imcompatible beta components). Where you I get the "current" CTP   I went to a conference and got VS 2005 CTP - February.  I didn't think the "express" were the same as CTP... Jason ...Show All

  • Smart Device Development Incoming call handling in a Smartphone application

    Will I always receive LINECALLORIGIN_INBOUND for an incoming call on a mobile phone If I have Call Waiting feature, will I get a new HCALL during LINE_APPNEWCALL How can I distinguish that On the first question, I believe the answer is yes. On the second - I'm not sure about that. I think you would get LINE_CALSTATE with LINECALLSTATE_OFFERING. Probably you will also get LINE_APPNEWCALL, but I suggest simply trying it to see for yourself. I expect your results to be uniform accross different devices ...Show All

  • SQL Server Visual Basic .NET 2003 Standard Edition and Reporting Services

    I have a question that anyone can answer. I want to use Visual Basic .net 2003 standard edition to build and deploy reports to SQL server 2000 with reporting services. In the system requirement, SQL server 2000 with reporting services says: “ Microsoft Visual Studio .NET 2003 (any edition) or the standard edition of Visual Basic .NET, Visual C# .NET, Visual C++ .NET Standard, or Visual J# .NET to use Report Designer. Report Designer can be installed on the same computer as Report Server components or on a separate computer.” Great, but I also know that Visual Basic .net 2003 standard edition supposedly doesn’t allow rem ...Show All

  • Windows Forms Treeview Tutorial

    Does anyone know or a REAL tutorial on Treeview. Not loading ado, xml, directories, etc. I mean one that explains the properties of the Treeview control. The above is about all I can find on the internet. What I am trying to do is add a node to the treeview in a predetermined location. I then want to add two sub-nodes to the one just entered. Dim oNode As New TreeNode oNode . Name = "Level1" TreeView1 . Nodes . Add ( oNode ) TreeView1 . SelectedNode . Name = oNode . Name ==> Getting error here TreeView1 . Nodes . Add ( "Level1a" ) TreeView1 . Nodes . Add ( "level1b" ) oNode = Nothing The error is "NullReferencException w ...Show All

  • Game Technologies: DirectX, XNA, XACT, etc. Modeling Programm

    Hi! I just wanted to know which 3D modeling programms you are using. I am using Cinema 4D and I would be very pleased if you can tell me some sites with tutorials on it. greetings I think you'll find many professional studios use 3D packages like 3D Studio MAX, Maya or SoftImage. However you can use most anything your comfortable with. Have you checked out http://www.4dtutorials.com/ seems like there are quite a few tutorials there. ...Show All

  • .NET Development Mr Sceppa. Or any other Master of VB/ ADO

    Mr Sceppa. Or any other Master of VB/ ADO etc I also have a problem related to updating the database. I have 3 tables in my VS 2005 dataset. I add each row with data, 1 row at a time, and then I call mytableadapter.update() in order to update to the database. It only works in 1 of the 3 tables   The first error is *** System.InvalidCastException was unhandled   Message="Failed to convert parameter value from a String to a Byte[]."   Source="System.Data" ***   In this table I have close to 200 columns and when I Row.Add each row with data it accepts just fine, however I get the above Exception when ...Show All

  • SQL Server Matrix Questions

    I have been running into a couple of problems with my Matrix style reports: First my Matrix is a drillthrough that looks like this Year Group QuarterGroup Detail name Detail name Group1 Group2 Group3 Detail data Detail Data 1. How do I interactively sort by a detail column name, right now I'm using a switch statement in the Group1-3 sorts to allow the user to sort, the problem is that the user has to choose how to sort before running the report and I can't set the sort direction. Sort direction doesn't take an expression. 2. How do I collapse a Detail name column, when ...Show All

©2008 Software Development Network