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

Software Development Network >> Tatiana Ivanova's Q&A profile

Tatiana Ivanova

Member List

Markus Fischer
Vishal Kathuria
LionelG
PopperMan
Deffiant
PhilMan99
Todd Kitta
Gail Erickson [MS]
AndrewMK
Bob Dove
sowjanya V
SavitaG
Pam B
Cesar GHALI
lukha
Carlos Quintero
adamt
Lakshmikanthan
GerryT
Chris R.
Only Title

Tatiana Ivanova's Q&A profile

  • Visual Studio What is orthodox way of creating a 1:m report

    All of the quesiton below has to do with producing a report in local mode in VB.net. It is not clear to me what the report designer considers orthodox with regard to creating a One to Many report.  Let's consider a simple invoice report.  At the top of the Invoice you would have information on the Customer you are sending the invoice to ect, but on the bottom part of the report you would have the line item entries for the report in a table. When creating such a report, how does the report writer most like you to do it   I can think of two or three ways.  One, if you are creating a report for just one invoice number, ...Show All

  • SQL Server Which method should I choose?!

    Greetings SSIS friends I want to implement the following query using SSIS Data flow Source component : SELECT * FROM someTable WHERE someColumn = 'H' How do I restrict the data coming from my data source By that I mean how do I apply the WHERE clause in SSIS ! Should I use a conditional Split component ! but that would mean retrieving all records first then adding the split component (not the most efficient method surely). Any suggestions would be much appreciated. Hi SSIS friend, Yes, you are probably right. If I am to convert all the joins in to merge join components then I would have to sort the input for each da ...Show All

  • Windows Forms How to use DElphi 7 DLL in VB.Net

    Dear Frd, I have no any idea abt Delphi7 but I want to use Delphi7 DLL in VB.Net as per requirement. In this DLL there is a Procedure that return four different type of VALUES and take 11 input parameter. Please help me asap that How to use this DLL in VB.Net By the way, these below process I have already tried, 1. This DLL is not going to registered through regsvr32.exe. 2. This DLL is not going to add in the VB.Net Project through Add Reference Windows. are you there I assume you have it figured out how would you call the function using Delphi Delphi is my native Win32 language of choice. ...Show All

  • Visual Studio Limiting Number of records per page

    Hi all, i'm trying to limit the number of records per page. I just followed the instructions given below. 1. Create the @Reset and @Details formulas: @Reset - this formula goes into the Page Header. It resets the counter to 0 when SCR moves to a new page. WhilePrintingRecords; NumberVar counter := 0 @Details - this formula goes in the Details section. It counts each record. WhilePrintingRecords; NumberVar counter; counter := counter + 1 2. Use the @Details formula to conditionally force a "New Page After". Every time the counter reaches the sixth record, it moves to a new page and prints the next set of six ...Show All

  • Visual Studio Express Editions I need a code for vb 2005 express

    I need a code for my submit button to send me an e-mail with a picture of the screen..... i have tryed a few but they don't work like I need them to... Please help me if you can. Hi, Do you mean send an image of the screen when you press the submit button If so, you can try sending a printscreen keystroke then accessing the clipboard and retrieving the image stream to convert it to image then send it as a mail.. sending a printscreen keystroke: Dim sKeys As String = "{PRTSC}" SendKeys.SendWait(sKeys) cheers, Paul June A. Domag ...Show All

  • Visual Basic Serial Port Hex CRC Calculation, help please.

    Hi there, My program creates this output: 0xA0+0xAF+0x01+0xAA+0x6F+0x01 which then I need to add the checksum to the end. E.g. "0xC5+0x5F+0x0C+0x00+0x00=0x130 which is therefore CRC=0x30" << from my manual (but doesn't help me). So: A0+AF+01+AA+6F+01 = 2A6 or 618 as Integer. But I need the answer as a Byte. But byte's only go to 255! No where near 618! So help please in converting this 618 into a CRC Byte, please. Thanks in advance. This link has an example code http://www.freevbcode.com/ShowCode.asp ID=655&NoBox=True ...Show All

  • Smart Device Development any good books about .net compact framework?

    I need to develop a application in a pocket pc with gps sensor and a digital camera, any good resource(book or online) what about ' MicrosoftR .NET Compact Framework (Core Reference) ' but it was 2 and half year old ........  There have been many newer books written about the .NET Compact Framework.  You can find many of them on Amazon.com or other similar book sites.  Try doing a "power search" or "advanced search" with ".NET Compact Framework" as a keyword. One of the newest and most comprehensive books (with lots of code samples) is: .NET Compact Framework Programming with C# , Yao and Durant, Addison-Wesle ...Show All

  • SQL Server I want make table 4 like this one in SQL server 2005

    I Have 3 table Like this: Table 1: Name = Tbl_Mian_code M_Code Master_Code Master_Name Main_Type Main_Gruop Main_Txt 1001 1001 Bank 01 01 1002 1002 Cash 01 02 1003 1003 Good's 02 01 Table 2: Name = Tbl_Mian_code Id_2 Main_Code Sub_Code Master_Code Master_Name Sub_Txt 1 1001 0001 1001 0001 Bank_Visa 4 1001 0002 1001 0002 Bank_234 5 1002 0001 1002 0001 Cash_1 6 1002 0002 1002 0002 Cash_2 7 1003 0001 1003 0001 Nokia 9 ...Show All

  • SQL Server HELP - Problem with Replication

    Hello, I have transactional replication running between two SQL Servers. It's a push subscription and the distributor is on the local publisher. Recently after running for a year the replication stopped working and we get the following two errors. 1 - The process could not bulk copy into the table "History_Rep" String Data, Right Truncation. Error Number 22001. ------------------------------------------------------------------------------------------------- 2 - The process could not bulk copy into the table "History_Rep" Unexpected EOF encountered in BCP Data-File. Error Number S1000 The data type ...Show All

  • Windows Forms PrintPreviewDialog & PrintDialog() ?

    The PrintPreviewDialog class has a default icon to print. I want to load the PrintDialog() as soon as that print icon clicked since user may want to change the default printer. Any idea  thanks. ...Show All

  • Visual C++ how do i do this?

    how do you update the corewin express file to get c++ express working i cant seem to add the extra32.lib's to the kernell.32lib hope this makes sense. any help would be greatly appreciated.thanks william. take a look here: http://blog.kalmbachnet.de/   under: use the PSDK with VC++ Express 2005 Close down VS 2005, then just open the file using notepad.exe, make the changes, then save it.  Make sure you regenerate your project after doing that.  Or else, you'll have to go under linker settings in your existing project and add the libs yourself. ...Show All

  • Visual Studio Team System WebRecorder / Fiddlertool and its limitations - Best way for recording IE's 'non-navigational' events

    What is the current recommended way for recording requests into webtests when IE does not recognize as 'navigation' I am assuming that the WebRecorder relies on IE's NavigateComplete events (or something similar) and records those requests into the webtests (probably the same reason it doesn't record redirects, but not relevant here). However, as people know, there are limitations to this approach. IE has a limited notion of navigation - e.g. AJAX (and if I had to give a example, it would be the *ahem* Google Maps), and one suggested workaround was to use the Fiddlertool(proxy) to record things at the HTTP level so that it captures ...Show All

  • SQL Server Object Explorer/Server Explorer Error

    I have just installed the released VS2005 as well as the released SQL2005.  When ever I try to browse my SQL Server with either the Object Explorer in MS SQL Server Management Studio or the Server Explorer in VS2005 I get the following error: Unable to cast COM object of type 'System.__ComObject' to interface type 'Microsoft.VisualStudio.OLE.Interop.IServiceProvider'. This operation failed because the QueryInterface call on the COM component for the interface with IID '{6D5140C1-7436-11CE-8034-00AA006009FA}' failed due to the following error: No such interface supported (Exception from HRESULT: 0x80004002 (E_NOINTERFACE)). Does any one ...Show All

  • Visual Studio Team System Error 32000

    Hi All, I keep on getting error 32000 when installing foundation server.  what could be wrong The exe causing the exe is SetupWarehouse.exe. Any ideas Rudi Rudi, Are you installing Beta 2 or 3 Can you please provide us with the VSMsi*.txt file which you can find in the %temp% directory of the installing user. Thanks, marc [MSFT] ...Show All

  • Visual Studio Object datasources vanish from rdlc data sources in web project

    Anyone having issues with their object datasources appearing and vanishing from the datasource browser I create an object for binding as a datasource in my App_Code folder, compile my web project and it appears in the datasources in the report designer.  Then I will make an aspx, setup a reportviewer control for my new report, go back to the rdlc and the object datasource sometimes just vanishes. I refresh, no luck. The only solution I found is to draft the rdlc to the App_Code folder where my class is, then refresh datasources and it finds it.  Then if I move it away, they vanish again. Am I missing something on how the obje ...Show All

©2008 Software Development Network