11,868 Topics

Member Avatar for
Member Avatar for Spark_2

I'm trying to take some basic form data (item and quantity), from a form where this sort of information is filled out by a user, and after the user clicks "ADD", the entered info is moved to a DataGridView on a different page. The following code: Me.DataGridView1.Rows.Add(...) ...does not work …

Member Avatar for Spark_2
0
4K
Member Avatar for benghoi

Hi Im new with this and tryng to learn thru reading any sources in internet, but i have no idea where to find a solution to my problem. Every time i save or update a new entry to my database it working find but when im trying to search the …

Member Avatar for Santanu.Das
0
245
Member Avatar for markdean1989

My main issue here actually is Visual Studio installer (just could not find a specific category above). So here is my poblem. Visual Studio won't progress installing. Once it reaches the Visual Studio C++ Runtime version (and some numbers), it does not progress any further. I even tried leaving my …

Member Avatar for markdean1989
0
246
Member Avatar for Centorpe

I've managed (over a very long time) to write a program in VB using Visual Studio 2008. This program is now published to my website and works well. Probably because people shy away from downloading and running .exe files or due to lack of my understanding of search engines, I …

Member Avatar for AleMonteiro
0
1K
Member Avatar for Lacrecen

hello!~ i have a search button on my form and i need to search all the information inside the "information" table. i have 10 fields. what i've code is: adoInfo.RecordSource = "select * from information where name+age+score+birthdate+gender+civilstatus+citizenship+contactnumber+address+email like '%" & txtSearch.Text & "%'" adoInfo.Refresh If adoInfo.Recordset.RecordCount = 0 Then MsgBox …

Member Avatar for slavica.k
0
205
Member Avatar for wezhas

im studing my a'level may please help me to solve this problem **scenareo** the hk university's mathematics dpt is looking for a way to automate the determination of the roots of a quadratic equation. The equation is of the form ax2+bx+c=0 where a,b and c are abitrary constants. The solution …

Member Avatar for Minimalist
0
118
Member Avatar for M.I.Sahil

AOA, I m using vb6 with Access 2010 (DAO recordset) and Crystal Reports 9.22 I have developed a projet in vb6 it works fine at desing time but when i Install it (i mean after Package and deployment) and run the projet everything works fine but when i run reports …

Member Avatar for M.I.Sahil
0
2K
Member Avatar for jhaiyz

Hi to all daniwebians! I want to make application that starts automatically when windows starts! Anyone can help me? Thanks!!!

Member Avatar for jhaiyz
0
109
Member Avatar for realgerra

Input and store the temperature recorded for a month. you must store the temperature in two dimensional arrays, one for the midday temperature and one for the midnight temperature. All the temperature must be validated on entry and any invalid temperature rejected. you must decide your own validation rules. you …

Member Avatar for happygeek
0
79
Member Avatar for diazv2

I want to create a login form by taking the text written on the notepad file in the same folder . is there anything that can help me

Member Avatar for diazv2
0
114
Member Avatar for Michelle_5

Is there any difference between visual basic 6 and 2010? SAP not working in vb 2010, help! :(

Member Avatar for jhaiyz
0
85
Member Avatar for jhaiyz
Member Avatar for jhaiyz
0
108
Member Avatar for wegdan

i need to connect the data grid to access db using ado code and vb6 (without using adodc control)and diplay the result of a select statemet on it and here is the code that i am using (it give me a run time errorr 3705 : the operation is not …

Member Avatar for jhaiyz
0
4K
Member Avatar for Shanu_1

i am in need of coding for retrieving data from access database using combo box, which means retrieing the stored particular details that for eg, retrieving particular students details using the students id that is retrievied by combo box.

Member Avatar for jhaiyz
0
93
Member Avatar for Papa_Don

I need to identify how the code identifies that a file is at the "eof" (end of file). Here's why: On Monday's, I'm having to combine text files created over the weekend that will eventually be read and pulled into an Excel spreadsheet (generally there are three files). Using VB.net, …

Member Avatar for |-|x
0
447
Member Avatar for Nova6112

Hi, I'm developing VB6.0 Project using SqlServer2008. After completing the project if i'm using MsAccess the .mdb file will be stored in Package but when i'm using SqlServer Which file shouli use or how can i use sqlserver for using in other system which are not installed SQLServer2008

Member Avatar for JerryFJustic
0
131
Member Avatar for M.I.Sahil

AOA, I m using VB6 as front end and MS ACCESS 2010 as Database (DAO recordset) , I have created some Parametric queries in Access and also created some Crystal reports based on those queries, all this work find in designe mode, but when i compile the project and make …

Member Avatar for M.I.Sahil
0
452
Member Avatar for alucard06

hi there..i made a private character by using windows private character editor but when i try to paste it in visual studio codepage, it turn into [?] symbol or square symbol..would you please help me how can i get ride of this??

0
82
Member Avatar for edzel joh

i am a student college ,we have a project that covers the inventory and pos i need help for giving me some advise to create this project using vb.net and ms acces

Member Avatar for Reverend Jim
0
338
Member Avatar for M.I.Sahil

Can anybody let me know, why i receive a (Runtime error 3319: Syntax Error in union Query), when I run the following union Query : sSQL = "SELECT 0 AS VoucherNo, #" & Format((txtFromDt), "dd/MMM/yy") & "# AS VoucherDate, " _ & "Vendors.VendorName, ""[Balance Brought Forward]"" AS Narration, 0 AS …

Member Avatar for M.I.Sahil
0
376
Member Avatar for PinoyDev

I am creating a table dynamically of which fields are date. I have a running code below but I want to remove those doble quotes in both sides.. If I remove the chr(34) on both ends, I get this error saving "invalid field defination". My code and table screen shots …

Member Avatar for PinoyDev
0
145
Member Avatar for Hari om
Member Avatar for Pompy

Hi i am trying to do this project for class and i have been stuck on it for a couple of days Here is the assignment **Array Assignment Write a program that allows the user to enter up to 20 Pro team names and then displays them. The user doesn’t …

Member Avatar for Santanu.Das
0
183
Member Avatar for bonzo2008

Can I save the information from common dialog Save as Jpg or Bmp format to an INI file and retrive it when the program starts. Now I have this line Image4.Picture = LoadPicture(App.Path & "\test.bmp") to load the picture. and it's not good. I would prefer to have that the …

Member Avatar for bonzo2008
0
259
Member Avatar for preciousjame
Member Avatar for TrustyTony
0
100
Member Avatar for PinoyDev

Good day! I just need a little help on how to get the last months date (dd/mm/yyyy) between two dates? I have two date pickers(fromdate & todate). Ex. If fromdate is 24/01/2015 and todate is 24/12/2015, it should enumerate the end of the months starting fromdate to todate. So the …

Member Avatar for PinoyDev
0
143
Member Avatar for PinoyDev

Good day! I just need a little help regarding my query..I need to get the opening balance by subtructing debit and credit column where date is less than fromdate(datepicker). But sometimes if the fromdate is a date without transaction, it still displays opening balance? I cant figure out whats the …

0
127
Member Avatar for bonzo2008

I will not that the code below shall count up or down '********************************* Sumtax For lngIndex2 = 1 To ListView1.ListItems.Count lngTot2 = lngTot2 + ListView1.ListItems(lngIndex2).SubItems(5) Next Text10.Text = Format(lngTot2, "###0.00") if I have say 83.67 in a listview then in the text10.text shall be the same amount no differens text10.text …

Member Avatar for bonzo2008
0
156
Member Avatar for eliamck

As a begginner in C++ i'm having problems to use microsoft visual studio 2010. How do i go about it?

Member Avatar for ddanbe
0
67
Member Avatar for Ash77

Hi all, Hopefully this is a simple question to you guys. I am trying to do the following: I have created a userform, in which I can select balance sheet items. The commandbutton of the userform copies the selected balance sheet items to Sheet2. Based on the number of years …

Member Avatar for rubberman
0
91

The End.