11,868 Topics

Member Avatar for
Member Avatar for sminfotech

Please can any Help me in Adding Records From Listview to MSHFlexGrid which are been selected by Checkbox from Listview

Member Avatar for Santanu.Das
0
51
Member Avatar for M.Haephrati

Using Visual Studio 2013 C++, I got compilation errors that I couldn't explain. The compilation errors were: *main.cpp(325): error C2601: 'FLAG' : local function definitions are illegal main.cpp(323): this line contains a '{' which has not yet been matched main.cpp(326): fatal error C1075: end of file found before the left …

Member Avatar for mike_2000_17
1
709
Member Avatar for Tassy kariuki
0
109
Member Avatar for uma_1

I use one timer control and dtpicker control in vb6.0. I have create table in msaccess. please give me the sample code

Member Avatar for Stuugie
0
51
Member Avatar for shubham05
0
93
Member Avatar for shubham05

I want a code to connect my facebook account to vb6 application.I have used two text boxes and one command button. But i can't able to link it to facebook's email and password values. Is it passible through webbrowser command ??? please help ???

0
93
Member Avatar for Dudestreet

Hi Team, So I am working on this project where I have 5 comboboxes that loads data from an .accdb file and Displays the result as per selection in a Text Box. I need to add Timers(as many as Required) to capture the Text-Box Data **"10 seconds After"** the fifth …

Member Avatar for Reverend Jim
0
222
Member Avatar for jose.angelo.santos

I needed help for the codes in displaying data from access by searching a keyword and display the other info on labels. something like: textbox(surname as keyword) commandbutton(search) lblSurname lblFirstname lblMiddlename thank you

Member Avatar for Oxiegen
0
95
Member Avatar for rajit_1

DAtaReport Image From Database Hi, Gone through forum but could only find one about paths... Problem is , i am having pictures stored in my database(array of bytes), i want to send it to Datareport... Working with crystal report but i want to use datareport. Ms Access .mdb database Visual …

0
100
Member Avatar for sathya.chintha
Member Avatar for sathya.chintha
0
133
Member Avatar for shubham05
Member Avatar for Not Available

How do i do a loop which is verifying that cells in the same column are numeric until the last cell which will be determined by an empty cell? Thanks so much

Member Avatar for Stuugie
0
194
Member Avatar for kimangel

Hi expert, I have the code to delete all entries in the datagrid but it seems it will not delete just in one click. Pls help me on this. Thanks Private Sub cmdRefresh_Click() Set rs = New ADODB.Recordset rs.Open "select * from ItemPurchased", cn, adOpenStatic, adLockPessimistic Do While Not rs.EOF …

Member Avatar for dwirch
0
97
Member Avatar for singhSP

1. Form created in VB2008 3 Textbox [Name(string), Company(string), Contact(number)] 3 Buttons [New Record, Update Record, Delete Record] 2. Database created in MS Access 2003 File Name: Contact.mbd Fields: ID [Primary key] Name [Text] Company [Text] Contact [Number] How to Create Connection? How to get data on form load from …

Member Avatar for Santanu.Das
0
10K
Member Avatar for Mauricio_3

hi guys i have recently come to a problem where the equal sign keeps adding after getting a sum of two numbers. for example if i add 5 + 5 it would equal 10, but it will then keep adding 5 over and over again. Dim Answer As Double Amount1 …

Member Avatar for qumar.farooq.3
0
169
Member Avatar for Papa_Don

Hello Group, I'm writing a macro to match dates from one spreadsheet to another. Specificially, SpreadsheetA has the date listed as text. I want to match that date to a range of dates in a column to find the row the matching date is on. I have some things that …

Member Avatar for Papa_Don
0
4K
Member Avatar for PinoyDev

hi good day! I need some help here.. I have a SHAPE recordset..everything in the database has its value..Im stucked with this error: **"Error : -2147467259 - Relate, Compute By, and Sort operations cannot be performed on column(s) whose defined size is unknown or too large."** My code below: cmd.ActiveConnection …

Member Avatar for PinoyDev
0
269
Member Avatar for PinoyDev

Good day! I want to save the data report with the .mdi(microsoft document imaging printer viewer) on a specidied folder.. 'Print to a Specified nondefault printer Dim PrintData As Printer Dim defprinterpos As Integer Dim currentPrinter As String For Each PrintData In Printers If PrintData.DeviceName = Printer.DeviceName Then currentPrinter = …

0
73
Member Avatar for PinoyDev

Good day! I just want to ask on how to drop a table. Let say all tables starting with "DailyCashSalesRpt". That means it will drop all tables starting that word. I use this code but it will only delete one specified table name.. How to use this with like? sql …

Member Avatar for PinoyDev
0
468
Member Avatar for RikTelner

So. I've started learning basic programming, using special site which gives you video courses. I've got my Visual Studio 2013 (Update 3), from special site for children of our school. Now, everything went fine, until I had to meet "if" statements in C#. Curly brackets are finished just fine, and …

Member Avatar for RikTelner
0
3K
Member Avatar for Dudestreet

Hi Team, I'm stuck with my code and I found out this snippet to save(Export) an Excel file to **D:**. However, I would like to give a User an option to save it according to his/her necessity. Please find the Code Snippet below: Private Sub Button1_Click(sender As Object, e As …

Member Avatar for hericles
0
317
Member Avatar for Sudha Granger

I am trying to add a coloumn from database into a listbox in VB6. The following code works. The selected item from this listbox is used to find and add records to the ListBox2. Using Oracle 11g Express Edition and Visual Basic 6. Working code: (Displays the artist column from …

Member Avatar for cgeier
0
589
Member Avatar for kimangel

Hi expert, Just want ot ask the correct code format for moving message to a new location. MsgBox "Do you want to save?", vbYesNo, 10, 10 Thanks

Member Avatar for J.C. SolvoTerra
0
266
Member Avatar for filipgothic

Greetings, I need help with basic cloak, which counts how many times will small and big pointer on the cloak cover each other, with first one starting at 12 cloak. I have idea of how to do it, but I can not realize it, so if you guys have some …

0
94
Member Avatar for PinoyDev

good day! I just want to ask if is it possible to have count on dinstint? I have a query below but it produces error in the expression. Im pulling data in MSAccess using ADODB. SQL = "SELECT" & _ " (SELECT COUNT(DISTINCT DateOInvoice) FROM InvoiceMain AS A WHERE (DateOInvoice>=DateValue('" …

Member Avatar for PinoyDev
0
285
Member Avatar for stickerman

Hello there. I have program that has been used for years on using VB6 on Windows XP. It has a 'shell' command to call a word document for dropping in dta from the clipboard. I am tried in vain to get this system to work on Windows 8. Is there …

0
67
Member Avatar for kimangel

Hi expert, just want to ask the correct code format for moving a message box. MsgBox "Do you want to save?", vbYesNo, 10, 10 Thanks

Member Avatar for LesF
0
86
Member Avatar for CheapApples12

Hi everyone! I want to develop an Automatic Number Plate Recognition program in visual basic 2010 using windows forms. I need the program to pull the characters from a captured image and translate it into text that can be displayed in a text box. I know i am asking alot …

Member Avatar for chriswelborn
0
143
Member Avatar for JACK wizkid
Member Avatar for IT_Techno

I have this problem when I add new project -> other projects -> visual studio installer -> Setup wizard to create setup project after finish it gives me this problem : ** The following files may have dependencies that cannot be determined automatically. Please confirm that all depedencies have been …

Member Avatar for J.C. SolvoTerra
0
204

The End.