Sending -/+ Number from VB.NET to COBOL
Is it possible for someone on the VB.NET side to send a -120 to a COBOL program? The COBOL program LINKAGE SECTION is WS-AMOUNT PIC S9(3). The only way I got it to work is having the VB.NET person to send “12}” in char field. Just figured there was a way they could send like [...]
Answer Question
| January 13, 2011 8:20 PM
COBOL, OLE DB, VB.NET, Visual Basic, Visual Basic .NET
Is it possible for someone on the VB.NET side to send a -120 to a COBOL program? The COBOL program LINKAGE SECTION is WS-AMOUNT PIC S9(3). The only way I got it to work is having the VB.NET person to send “12}” in char field. Just figured there was a way they could send like [...]
Two SQL server synchronization
How can I merge two SQL Server databases? One sql server is in web and another in local machine both sql servers will have daily data transactions entries. how to merge those daily data transactions between the two sql server? i am new to sql synchronization and merging. could you kind enough to help me?
Answer Question
| December 20, 2010 3:14 PM
.NET, SQL, SQL Server, SQL Server synchronization, VB.NET
How can I merge two SQL Server databases? One sql server is in web and another in local machine both sql servers will have daily data transactions entries. how to merge those daily data transactions between the two sql server? i am new to sql synchronization and merging. could you kind enough to help me?
Developing a project using VB.net front end, and Access in back end
i m developing a project Using vb.net front end, and using ms access in back end,i would like in this project (with customer record save his photo in data base in vb.net5.0. when i add customer photo in form it is show with customer record How i could do this could u help me pls.
Answer Question
| October 25, 2010 4:49 PM
Access, VB.NET, VB.NET 2005, Visual Basic developers
i m developing a project Using vb.net front end, and using ms access in back end,i would like in this project (with customer record save his photo in data base in vb.net5.0. when i add customer photo in form it is show with customer record How i could do this could u help me pls.
Building a VB application
I’m about to create a project using VB.net and Microsoft SQL Server. It’s not difficult when i’m running it on 1 single computer. The problem is, this application should be located in 1 server and accessible through the network. Is there something different i have to do, or i only need to add the connection [...]
Answer Question
| September 22, 2010 2:08 AM
Networking in 2010, SQL Server, VB .NET, VB.NET, Visual Basic, Visual Basic .NET
I’m about to create a project using VB.net and Microsoft SQL Server. It’s not difficult when i’m running it on 1 single computer. The problem is, this application should be located in 1 server and accessible through the network. Is there something different i have to do, or i only need to add the connection [...]
Display Datagridview
Vb.Net code for display content in Datagridview? Eg: “select * from table where name=’sss’ ” Output for this Quary Display in gridview….
Answer Question
| September 1, 2010 2:33 PM
DataGridView, GridView, VB DataGrid, VB.NET, Visual Basic, Visual Basic .NET, Visual Basic .NET Web services
Vb.Net code for display content in Datagridview? Eg: “select * from table where name=’sss’ ” Output for this Quary Display in gridview….
Help navigating SQL Server 2008 database?
Hi all, I’m facing an interesting challenge… Lets say: I have a payment coming in and of course my client has not specified which of the 45 open invoices he is paying. The amount does not match any single invoice so it has to be a combined payment for 2 or more invoices. Now, I [...]
Answer Question
| August 31, 2010 8:44 AM
SQL Server 2008, SQL Server 2008 administration, SQL Server database, SQL Server tables, VB.NET
Hi all, I’m facing an interesting challenge… Lets say: I have a payment coming in and of course my client has not specified which of the 45 open invoices he is paying. The amount does not match any single invoice so it has to be a combined payment for 2 or more invoices. Now, I [...]
create a login screen in VB.net
I am wanting to create a login screen that will verfiy the login number to either a text file or an excel file. I have no idea what to do.
Answer Question
| August 16, 2010 11:12 AM
excel, VB.NET, VB.NET Express Edition, Visual Basic, Visual Basic developers
I am wanting to create a login screen that will verfiy the login number to either a text file or an excel file. I have no idea what to do.
VB.NET Is it possible to drag a control from one panel of a splitcontainer control to the other?
Hi, Can anyone tell me if it’s possible to have a control (e.g. a picturebox) in one panel of the splitcontainer control, and then be able to drag the control in runtime to the other panel? Thanks in advance
Answer Question
| August 4, 2010 10:35 PM
SplitContainer Control, VB.NET
Hi, Can anyone tell me if it’s possible to have a control (e.g. a picturebox) in one panel of the splitcontainer control, and then be able to drag the control in runtime to the other panel? Thanks in advance
VB.NET How to create a picturebox in a container control that is sizeable and the user can drag
Hi, I am quite new to VB.NET and I was wondering if anyone could help me? I have a picturebox control that is within a container control. I have added a trackbar control which I have configured so that when the tracker is moved the picturebox control is shrunk or enlarged. What I would like [...]
Answer Question
| August 2, 2010 9:55 AM
PictureBox, VB.NET, Visual Basic, Visual Basic .NET
Hi, I am quite new to VB.NET and I was wondering if anyone could help me? I have a picturebox control that is within a container control. I have added a trackbar control which I have configured so that when the tracker is moved the picturebox control is shrunk or enlarged. What I would like [...]
Fill Char-elements w For Loop in Array
How to: use a For-loop to assign alphabetic symbols to Char-elements in 1 dim array with a upperbound of 15 or so(so not the whole alphab.)
Answer Question
| December 15, 2010 6:11 PM
Arrays (programming), VB.NET, Visual Studio, Visual Studio 2008
How to: use a For-loop to assign alphabetic symbols to Char-elements in 1 dim array with a upperbound of 15 or so(so not the whole alphab.)
Which methodology (SDLC, Software Development Method) is best to use for a Census Management System I’m creating?
I am doing my IT project for my final year (Bsc, Computer Science), Which methodology (SDLC, Software Development Method) is best to use for a Census Management System I’m creating?
Answer Question
| July 23, 2010 1:04 PM
.NET development, Access 2007, PHP, Software development, Software development methodologies, Statistics software, VB.NET
I am doing my IT project for my final year (Bsc, Computer Science), Which methodology (SDLC, Software Development Method) is best to use for a Census Management System I’m creating?
How to use POS.NET for a BARCODE SCANNER in a VB.NET application
Hi! I have an old office project… Its Point of sale software built in VB.net over oracle db express edition. Its really cool but lucks the barcode scanner functionality. Some customers are demading for that functionality…..bla bla bla!!! …Devices I’ve programmed 4 in the past usually comes with their .NET API / DLLs to work [...]
Answer Question
| January 12, 2011 11:38 AM
Barcode scanners, Oracle Database, VB.NET
Hi! I have an old office project… Its Point of sale software built in VB.net over oracle db express edition. Its really cool but lucks the barcode scanner functionality. Some customers are demading for that functionality…..bla bla bla!!! …Devices I’ve programmed 4 in the past usually comes with their .NET API / DLLs to work [...]
printing stickers in vb.net
I am beginner to vb.net. Sir , { I want to code some item details and take print out as 8 stickers on a page. “a” is an item and I want to print it 6 times on page. “b” is next item and wanna print it on next remaining 2 stickers of the page. [...]
Answer Question
| April 12, 2010 6:07 AM
VB.NET
I am beginner to vb.net. Sir , { I want to code some item details and take print out as 8 stickers on a page. “a” is an item and I want to print it 6 times on page. “b” is next item and wanna print it on next remaining 2 stickers of the page. [...]
Failed ODBC USER DSN connection to SQL Server 2005
I developed a project in VB.net with SQL Server as the backend using ODBC Data source. I converted the DB to SQL Server 2005 and tried to change the ODBC Data source connection with a SQL Server native client. The ODBC USER DSN connection is not obtaining the SQL Server 2005 database I created. How [...]
Answer Question
| January 20, 2012 4:00 PM
SQL Server 2005, VB.NET
I developed a project in VB.net with SQL Server as the backend using ODBC Data source. I converted the DB to SQL Server 2005 and tried to change the ODBC Data source connection with a SQL Server native client. The ODBC USER DSN connection is not obtaining the SQL Server 2005 database I created. How [...]
LISTBOX
I load list box with file data of 5 elements(k2,k2,k3,k4,k5) with up to 10000 results I get the sum of these elements to be some integer(3,6,7,8,9,11) I write a code to eliminate some results like this If (k1+k2+k3+k4+k5) <> 3 or (k1+k2+k3+k4+k5) <> 6 or If (k1+k2+k3+k4+k5) <> 7 or (k1+k2+k3+k4+k5) <> 8 or If (k1+k2+k3+k4+k5) <> 9 or (k1+k2+k3+k4+k5) <> 11 then listbox.add(k1 ” ;” [...]
Answer Question
| March 29, 2010 12:40 AM
VB.NET, VB.NET 2005, VB.NET 2008
I load list box with file data of 5 elements(k2,k2,k3,k4,k5) with up to 10000 results I get the sum of these elements to be some integer(3,6,7,8,9,11) I write a code to eliminate some results like this If (k1+k2+k3+k4+k5) <> 3 or (k1+k2+k3+k4+k5) <> 6 or If (k1+k2+k3+k4+k5) <> 7 or (k1+k2+k3+k4+k5) <> 8 or If (k1+k2+k3+k4+k5) <> 9 or (k1+k2+k3+k4+k5) <> 11 then listbox.add(k1 ” ;” [...]
LISTBOX
I get some data into listbox from base through SQL The number of data ranges from 8 to 15(b1,b2,b3,b4,b5,b6,b7,b8,……b15) which gives up to 1000 results. If it 8 data(b1,b2,b3,b4,b5,b6,b7,b8) I want to have only results where sum of any 7 data of 8 or 7 data of( 9,10,,,,,15) data are some integer (25,26,35,39,41 etc) In one word I want to add data to listbox only [...]
Answer Question
| March 27, 2010 12:17 AM
VB, VB.NET, VB.NET 2005, VB.NET 2008
I get some data into listbox from base through SQL The number of data ranges from 8 to 15(b1,b2,b3,b4,b5,b6,b7,b8,……b15) which gives up to 1000 results. If it 8 data(b1,b2,b3,b4,b5,b6,b7,b8) I want to have only results where sum of any 7 data of 8 or 7 data of( 9,10,,,,,15) data are some integer (25,26,35,39,41 etc) In one word I want to add data to listbox only [...]
What is the easiest and best Front End development for SQL server.
What is the easiest and best Front End development for SQL server. I have Visual Studio 2008 Professional IDE. VB.net or VB.
Answer Question
| March 15, 2010 6:21 PM
SQL Server 2008, VB, VB.NET, Visual Studio 2008 Professional
What is the easiest and best Front End development for SQL server. I have Visual Studio 2008 Professional IDE. VB.net or VB.
How to left or right justifying a text file
Hello programmers. I am using sql to create a table from stored procedures and then streamwriter in vb.net to create a text file based on the sql table. Where and how do I control the right or left justification of the records in the text file? Thx. ip
Answer Question
| March 11, 2010 8:38 PM
SQL, textfile, VB.NET
Hello programmers. I am using sql to create a table from stored procedures and then streamwriter in vb.net to create a text file based on the sql table. Where and how do I control the right or left justification of the records in the text file? Thx. ip
crystal report error
I’m trying to run a Crystal Report using Crystal Runtime but I’m getting a “Logon Failed”
Answer Question
| February 8, 2010 6:59 AM
Crystal Reports Errors, VB.NET, VB.NET 3.5
I’m trying to run a Crystal Report using Crystal Runtime but I’m getting a “Logon Failed”
Formatting VB Script
Hello programmer’s. I have the following VB script in VS2005, ASP.NET that writes sql data to a text file. Can someone help me understanding whether I can format the paydate and checkamt fields? Please see the two sample format problems below. I need to reformat certain values. Do I do the formatting in the Dim [...]
Answer Question
| December 15, 2010 9:26 PM
ASP.NET, VB.NET, VBScript, Visual Studio
Hello programmer’s. I have the following VB script in VS2005, ASP.NET that writes sql data to a text file. Can someone help me understanding whether I can format the paydate and checkamt fields? Please see the two sample format problems below. I need to reformat certain values. Do I do the formatting in the Dim [...]





