Software Development Network Logo
  • Visual Studio
  • Visual C++
  • Microsoft ISV
  • Smart Device
  • Game Technologies
  • .NET Development
  • SQL Server
  • Windows Vista
  • VS Express Editions
  • Architecture
  • Windows Live
  • Visual FoxPro
  • Visual C#
  • Windows Forms
  • Visual Basic

Software Development Network >> Nir Floripa's Q&A profile

Nir Floripa

Member List

eteq
Tollo
Raichur
Tess
Peawee
John Cole
FILOU..
greenleaves
Camonra
Kuntal Loya - MSFT
Eugen T
Jana Carter
octagon
Ed Dudenhoefer - MSFT
KeithL [MSFT]
nelson br
Armadon
Dennis Keith
Anon56789
rah_sin
Only Title

Nir Floripa's Q&A profile

  • .NET Development How to remove Oracle schema name hardcoded in tableadapter query?

    I have created a DataSet with a DataAdapter on an Oracle table, say 'employee'. The resulting query, as it was in the designer, was like "SELECT fname, ... FROM employee". But when I looked in the code file EmployeeDataSet.designer.cs, I saw query "SELECT fname, ... FROM company.employee", where "company" is the Oracle schema name. How do I get rid of this schema name I want to be able to connect to different databa ...Show All

  • SQL Server Installing databases to different hard drives.

    Can't find anything on how to install to drives other than sys. I'm brand new to Servers and Databases in general and trying to learn. How do I get databases to install on drive partitions other than my main system drive Hi, don’t know if you mean database or instance in your case. Databases can be installed (or created) on medias using the CREATE DATABASE statement using the file destination (more details in t ...Show All

  • .NET Development Getting System.Type from static method

    Is it possible to get the System.Type of a subclass from a static method in an abstract class public abstract class MyBase { public static void MyMethod() { //Get System.Type here } } public class MyDerived: MyBase { } When I call MyDerived.MyMethod(); Is it then possible to get the type of MyDerived in the method MyMethod() Thanks Brian I'm having the same problem and I haven't yet been able to find ...Show All

  • SQL Server Padding Issue

    We are creating hierarchical report showing line of sight for given Organization. The report data is tree structure. Each node is a row in the report. Each row in the report is nested by using padding expression. Padding expression is based on Node Level. When we print report or create PDF padding is removed and all the rows appear aligned. It looks like reporting Services treat padding as white space. We tried several options like using gif im ...Show All

  • Visual Studio Express Editions Problem porting a Visual C++ 6 application to Visual C++ 2005

    I'm trying to migrate a project made on Visual C++ 6 to Visual C++ 2005, but even with no compilation errors, the application don't work as the VC++ 6 project. My application is a project about API Hook, and it's not working on Visual C++ 2005. What can I do to maintain compatibility Hi! You need to provide more information about your problem. Which library you use - MFC, ATL, WTL, STL... or clean Win32 API What function not working ...Show All

  • Visual Studio Express Editions Serialport and TextBox... not so easy!!!

    I have a barcode scanner and i'm writing a program to manage the storage of product. The barcode scanner works perfectly, and the serialport too but when at the end of the datareceived event i have to select a textbox control with the Select metod this doesn't work, even for different textboxes. It doesn't work even if i use the metod Focus to set focus on the textbox. this is the code: Private Sub SerialPort1_DataRe ...Show All

  • Windows Forms Hiding Printing Dialog Boxes - Is this possible?

    Hey, I am using a PDF Printer to convert the file i have selected to a PDF. From my windows form when i click my print button it brings up a Save Dialog box for you to enter the new file name and the path of where it is  ...Show All

  • Visual J# Passed value in ASP Pages

    Hi, I would like to know how to retrieve a passed value in J#. I have a new page and I want to access it's passed value. New Retrieved Page Example URL: http://test/default.aspx pageStatus=0 I have an int variable (int pageStatus;) in my default.aspx page and I want to assign this variable the value found in http://test/default.aspx pageStatus=0 What method do I use Thanks in advance, Allan The solution to yo ...Show All

  • Software Development for Windows Vista how to implement human workflow in asp.net

    Hi. I am developing one application that is in asp.net. Here, I am using WWF beta 1.0 with vs 2005 beta 2.0. The application is login based. A "user" can log in to site and raise a request for a resource. After this , at any thime, a "reviewer" can log in and review the request and approve it. Then "QA" logs in and can aprrove the requset. I implemented this with sequential workflow. I am starting each time ...Show All

  • Windows Forms multiple comboboxes selecteditem problem

    Hi i have more comboboxes with same datasource ( one instance of arraylist) p.e.: combobox1.datasource = arraylist1; combobox2.datasource = arraylist1; ... comboboxN.datasource = arraylist1; if i change slelecteditem in one of this comboboxes, then in all other comboboxes with the same datasource change their selecteditem also. but i dont want that. what can i do thank you Hi, comboBox2.BindingContext = new BindingContext ( ...Show All

  • Microsoft ISV Community Center Forums VBA Code to save Excel w Name including cell data

    I need to develop a way to save an Excel spreadsheet to automoatically name the saved xls with the string data from cell B2 (client name), plus the now date and time (using the 12 hour clock). I've tried putting a command button on the template spreadsheet using the code below, and different variations as I find something else under the help section, but everything errors. The B2 spot is always where a client name will be. And the date/time f ...Show All

  • SQL Server Error "Msg 6522, Level 16, State 1" receives when call the assembly from Store Procedure to create a Text file and to Write text

    Hi, I want to create a text file and write to text it by calling its assembly from Stored Procedure. Full Detail is given below I write a code in class to create a text file and write text in it. 1) I creat a class in Visual Basic.Net 2005, whose code is given below: Imports System Imports System.IO Imports Microsoft.VisualBasic Imports System.Diagnostics Public Class WLog Public Shared Sub LogToTextFile( ByVal LogName As St ...Show All

  • SQL Server Programmatically generating a reporting model??

    Is there documentation/examples on how to programmatically generate a report model (.smdl XML file) The situation I'm in would make generating the model manually via Visual Studios difficult (would have to hire lots of people). Any ideas or suggestions would be greatly appreciated. One option is to download the XSD here and generate an object model from it: http://schemas.microsoft.com/sqlserver/2004/10 ...Show All

  • Visual Studio Team System Work items by Owner report does not expand workitem owners

    If I navigate to http://MYVSTSSERVER/Reports/Pages/Report.aspx ItemPath=%2fMYPROJECT%2fWork+Items+by+Owner  and try to click on someone's name to expand their assigned workitems, the list won't expand.  It appears to expand and collapse again so fast you don't usually see it. Note: the above URL is the URL that you get when you navigate to http://MYVSTSSERVER/Reports and click on your project and then click on the Work Items by Owne ...Show All

  • Smart Device Development load pic into mobile

    hi guys! I m develping a project using VB.net.. May i now how to load pic into the mobile device For example: when the user clicking at the combo box , the pic will be display out in thepictureBox control,which might change depends on what the user click.. Can anyone out there show me the code Thanks in advance!!!!!!!! Dim bmp As New Bitmap ("\full\path\to\bitmap\file.bmp") pictureBox.Image = bmp   ...Show All

©2008 Software Development Network

powered by phorum