Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
73% Quality Score
Upvotes Received
2
Posts with Upvotes
2
Upvoting Members
2
Downvotes Received
1
Posts with Downvotes
1
Downvoting Members
1
Member Avatar for SyncMaster170

So heres my issue: My works VB program uses Code 3 of 9 to put a barcode on a members card; This issue only pertains to one computer, all other networked computers print member cards just fine with the barcode on them. BUT, when I go to print a member …

Member Avatar for allensmith2
0
168
Member Avatar for SyncMaster170

Hello all! I have a huge headache over this issue so ill just get right into it, the clients just got new windows 7 pro machines, they were using windows xp machines with no issue with this custom vb app, heres the error that pops up when they try to …

Member Avatar for tinstaafl
0
195
Member Avatar for SyncMaster170

I have two tables, table_1, and table_2. I am trying to query both tables, I want every column that is in table_1, and only one column from table_2. Each table has an AccountID column, so they can relate to eachother. I am trying to get a query result that gives …

Member Avatar for JorgeM
0
140
Member Avatar for SyncMaster170

Heres my statement: SELECT A.AccountID, A.LastName, (SELECT SUM(InvCurrency) FROM B WHERE B.BillingPeriodStart Between '2012-01-01 00:00:00.000' AND '2012-12-31 23:59:59.000' AND A.AccountID = B.AccountID AND StatusID = 1 AND (ServiceCode=13 OR ServiceCode=14) AND (ServiceCode=15 OR ServiceCode=16) AND (ServiceCode=17 OR ServiceCode=18) AND (ServiceCode=19 OR ServiceCode=20) AND (ServiceCode=21 OR ServiceCode=26) ) AS 'Paid' FROM …

Member Avatar for BitBlt
0
213
Member Avatar for SyncMaster170

daniwebbers, This is my issue. I need to back up one server, that has server 2008 r2 installed. It does have sql server 2008 installed, but I successfully back up our databases every day so that is not an issue. In the event viewer this is the error I am …

Member Avatar for SyncMaster170
0
428
Member Avatar for SyncMaster170

Hello all, We have a server with windows 2003 sp2 on it. My machine is running windows 7. Im trying to figure out why I cant remote in after the other I.T. guy was messing around in the server. The servers firewall has the exception to all remote connections, Remote …

Member Avatar for JorgeM
0
132
Member Avatar for SyncMaster170

Whats up Daniwebbers, heres my issue: I gotta .asp file, opened it up in VS2010. The report is having an issue with totaling up a column and displaying it. The report generates perfectly, but when I look at the USED TOTAL cell at the end of the report, it is …

Member Avatar for SyncMaster170
0
108
Member Avatar for memomk

well i have two questions: 1-hey i was wondering is there a library or namespace in c# for creating databases? like anydbm with python?or anyway to do it? 2-witch faster? getting data from huge database or getting it from like a huge database devided to multi database i mean witch …

Member Avatar for faizan11
0
200
Member Avatar for SyncMaster170

I am trying to figure out a solution to my works backing up issue and came here for a second opinion. This is my approach: 1. do a full server backup(o.s., programs, etc.) and put that backup on an external drive. 2. Sign up with Carbonite to perform file backups …

Member Avatar for JorgeM
0
162
Member Avatar for Panathinaikos22

Does try { } catch make program slower? I think only if code on try fail will take a little more timebecause will run catch also... idk what you say;

Member Avatar for sknake
0
6K
Member Avatar for NyQii

Hey guys.... Just wondered if anyone can help me, I'm busy writing an application with a login form using SQL Server, if the user logs into the specific for i want a lable saying logged in as : .... But how do you code that part? Hope you understand thanks

Member Avatar for SyncMaster170
0
152
Member Avatar for weeraa

*There is no any specific area to add this problem of mine. Thats why i add this in to windows server area.* **This is a SQL problem.** I want to combine 2 columns in to one column (2 columns are in 2 tables). There are a lot of codes in …

Member Avatar for SyncMaster170
0
128
Member Avatar for SyncMaster170

Hello all, I have a vb app that cannot find the reference specified. I am using VS2010. The only error I have is this: Error 2 Encountered multiple versions of the assembly with GUID '00020813-0000-0000-c000-000000000046'. Try pre-importing one of these assemblies. C:\Users\Anonymous\Desktop\Waynoka Apps\Waynoka Management\Waynoka Management\TlbImp Anon Management The reference is …

Member Avatar for Begginnerdev
0
112
Member Avatar for SyncMaster170

Hello all, Im working in VS 2010. The program is up to date btw. My Warning message when i try to debug my VB app : "Warning 10 The referenced component 'DAO' could not be found." The COM reference in question is: Microsoft DAO 3.6 Object Library Version = 5.0.0.0 …

Member Avatar for Oxiegen
0
115
Member Avatar for kampao00

please help me.. i keep searching anywhere but find no answer i want to set the default value of a combobox in my edit account module based on the levelofaccesstextbox in my login module but my codes doesn't work here's my code: Private Sub editaccount_Load(ByVal sender As System.Object, ByVal e …

Member Avatar for jhedonghae
0
130
Member Avatar for SyncMaster170

hey guys, So my works app uses a .rdlc file to print a membership card, and looks for a up to date .rdlc file to use as the template. i have VS2010 Pro installed. The other programmer created this program and published it in an earlier version of VS. Heres …

0
63
Member Avatar for SyncMaster170

Hey guys, Heres what my app is trying to do: Print a members card Heres my code: [CODE]Me.AccountsTableAdapter.Connection = mainConnection Me.AccountsTableAdapter.NewQuery(Me.WaynokaDataSet.Accounts) With Me.ReportViewer1 .LocalReport.ReportPath = "G:\Bin\Waynoka Management\MemberCard" & varCardYear & ".rdlc" .LocalReport.DataSources.Add(New Microsoft.Reporting.WinForms.ReportDataSource("WaynokaDataSet_Accounts", dsReportList.Tables(0))) .SetDisplayMode(Microsoft.Reporting.WinForms.DisplayMode.PrintLayout) End With Catch ex As Exception System.Windows.Forms.MessageBox.Show(ex.Message) End Try[/CODE] The title is the error it …

Member Avatar for SyncMaster170
0
468
Member Avatar for SyncMaster170

Heres my issue my fellow coders: My works VB program uses some .asp files to create reports. This is the error I am getting: Microsoft VBScript runtime error '800a000d' Type mismatch: 'ubound' /reports/wpoa_trans_summary.asp, line 238 I navigated to line 238 in the asp file and here is the code: [CODE]if …

Member Avatar for Reverend Jim
0
557
Member Avatar for SyncMaster170

Hello all, This is my problem, I currently have a building location where my work offers wifi. I have built an app for them that connects to our sql database. My work wants the app at that location where wifi is offered to the public. Currently there is free wifi …

Member Avatar for SyncMaster170
0
494
Member Avatar for andur92

Hi, I am new to programming and have just started learning C and C#. I am trying to print the following pattern using for loop in C# 1 23 456 78910 and so on... I have tried everything but its not giving the desired output. Can anyone help me with …

Member Avatar for dwarvenassassin
0
601
Member Avatar for SyncMaster170

Whats up guys, So I am debugging my companies program that the previous programmer has created. It is buggy and an annoyance in my life and I want to get this done as quickly as possible. Ive already fixed some bugs and published the updated version onto our server. HERE …

Member Avatar for SyncMaster170
0
170
Member Avatar for SyncMaster170

I am trying to publish this program. I rebuilt it, then hit publish. It starts, then at the end its throwing up 18 errors and they all look similar to the error below. About 15 of the other errors end in .dll.deploy. Ive never seen this type of error before …

Member Avatar for AndreRet
0
135
Member Avatar for SyncMaster170

Hello all, I am debugging a vb app for my company. I did NOT create this app. So far there is just one thing that has been bugging me, AxctlUSBHID.AxUSBHID. Heres the code and the error im getting for each section. There is only two errors. (1) [CODE]Private Sub InitializeComponent() …

Member Avatar for SyncMaster170
0
226
Member Avatar for SyncMaster170

Hey guys, So at my company there are two i.t. guys, me and another dude, but he does not have the time, nor brain to teach me a couple things for connecting to out sql database for my app so I have to go online. Im having real trouble as …

Member Avatar for SyncMaster170
0
179
Member Avatar for SyncMaster170

Does anyone know how to create a custom report for the data that is in a datagridview? My app is nearly complete but would like to spice it up a bit and be able to create a report button,that, once clicked, creates a simple report. I only need one specific …

Member Avatar for Mitja Bonca
0
97
Member Avatar for SyncMaster170

So heres my code: using (SqlDataReader reader = cmd.ExecuteReader()) if (reader.Read()) SearchingDate = (DateTime)reader[0]; The third line of code is where im stuck. In my app, im trying to compare the current datetime against the value of a members date column value. Unfortunately, the third line of code sets the …

Member Avatar for Mitja Bonca
0
100
Member Avatar for SyncMaster170

Hello all! So in my app, I have 5 columns, firstname,lastname,membership,accountid, and date. Once a members card has been scanned, the app figures out if that member is in my sql table or not. If he/she is, it will update their 'date' column in my dgv. If he/she is not, …

Member Avatar for Mitja Bonca
0
128
Member Avatar for SyncMaster170

So heres my problem: I have a datagrid w/ 5 columns(ID, firstname, lastname, Membership, Date). My app takes a 5 digit number from the user and with that number populates my datagrid with the members information. My BIGGEST problem is trying to check to see if the member is already …

Member Avatar for SyncMaster170
0
106
Member Avatar for SyncMaster170

Hello peeps, This is really getting annoying, Im trying to figure out how to check whether or not a member is in my datagrid. I have 5 columns: firstname, lastname, membership, accountid, date. Can someone help me out here????????

Member Avatar for Mitja Bonca
0
127
Member Avatar for Srcee

I have an application in C#, .Net 2.0. I want it to run on Mac. The application has .cs files, .exe etc. What of the file should I put in the .dmg file?

Member Avatar for SyncMaster170
0
220