10,987 Topics

Member Avatar for
Member Avatar for Preet20

Hi! I m using VB 6 For Software Development. when i filter a Data Report Using Filter Command an error occur says "Out of Memory". It happens with only one data report meanwhile Other Data Reports are Executing properly. Please Help me to resolve the Problem.

Member Avatar for abu taher
0
135
Member Avatar for Anila S

I am using VB & Access to create a program for a clinic. I want to create a Report. The Report is - Toal quantity of each medicine received & Issued. I have created the Table in design time & in runtime contents in the table are deleted and new …

Member Avatar for bmpvkm
0
190
Member Avatar for locsin

Greetings! I creating report in visual basic data report. I want to costumize the paper size that i want to use. I try to make a printing report in a small paper size like bank check size of paper. Anybody have idea how can i do this. is there any …

Member Avatar for bmpvkm
0
271
Member Avatar for sathish1990

hi am new to this site. please help me in creating this project. In this below application should not use Google map or any application with internet oriented. This is the project. when i open the program a location map needed to be loaded. i need a text box where …

Member Avatar for kinwang2009
0
97
Member Avatar for fourty

I think im about to complete my project.I still dont know how to wind up you know...setup and other exe files. I did this project with the help of friends from daniweb and i appreciate u all for ur help May u be loved.. Thanks in advance

Member Avatar for abu taher
0
77
Member Avatar for problematic:)

hi! well, i'm just a beginner in visual basic and i have this problem in coding the calendar control. I want to reserve the dates and store it on a database. so when there will be another reservation, i can easily know if the date is already taken. I don't …

Member Avatar for PoisonedHeart
0
204
Member Avatar for snurd

My search command is looking for a Part by it's description. The following code works great for an exact match search but I would like a code that will go to the closest match in the recordset. Any help will be appreciated.... Private Sub search_cmd_Click() Dim txtsid As String Dim …

Member Avatar for snurd
0
112
Member Avatar for hinks

hello everyone i need help with a search button for visual basic 6.0 however im getting a run-time error '3077' error Private Sub search_cmd_Click() Dim txtsid As String txtsid = InputBox("Enter The Staff ID In Lowercase", "Staff Search") If txtsid = "" Then Exit Sub If MsgBox("Would You Like To …

Member Avatar for snurd
0
99
Member Avatar for jib

Hello guys Iam having Visual Basics this year Sp can anyone show me an example of a madLib program>So far I have done little on it but my tutor told me to go and other madlibs by dfferent people> So does any have an Idea about mad libs?

1
79
Member Avatar for kjet1

I am trying to create a switchboard button in Access 2007 that will open a password input box as a security for a form. The switchboard button calls a macro which will then invoke a macro to run the following code: [CODE]Public Function Password() Dim stDocName As String Dim stLinkCriteria …

Member Avatar for kjet1
0
154
Member Avatar for maichy

hi all, i am am working on a tax software that computes tax and gives the amount.since different goods have different tax percentages i would like when one customer buys goods with different tax percentage i can use the subtotal button to temporarily hold the tax value as he computes …

Member Avatar for jhai_salvador
0
277
Member Avatar for fakhrealam

solve this problems in visual basic. 1. Write a program that prints the following diamond shape. You may use an output statement that prints a single asterisk (*). Maximize your use of repetition (with nested For/Next structures) and minimize the number of output statements. Print the diamond on the form. …

Member Avatar for jhai_salvador
0
255
Member Avatar for ABShaman

How to get time balance in DTPicker Ex - 2.30 Pm - 4.00 Pm = 2.5 dtpicker1.valuve - dtpicker2.valuve = 2.5 how to write vb6 code for this calculation Please Help me.......

Member Avatar for kevinothkumar
0
105
Member Avatar for gayanthi

Hi. I'm relatively new to VB and I have a question that needs an immediate response.Can anybody help me with this.... Suppose a sequential file contains the information shown below. I need help to write a program to use the file and produce a new list where the teams are …

Member Avatar for codeorder
0
177
Member Avatar for bdell11

I have written a program in VB6 and want to use the Package and Deployment Tool to distribute it. I have four (4) folders with 52 files in each folder. When I get to the "Included Files" section it only lets me add one file at a time. Is there …

Member Avatar for bdell11
0
100
Member Avatar for tgiller

Hello I have a problem with my vba collection object. When I run the code below I get the "out of stack space (error 28)" message. It seems to me that my collection shouldnt take up so much memory as the each object in it is just a set of …

0
99
Member Avatar for awmantonio

I have program in VB.NET 2008 where I want to update the premamt cell value in the tblPrem Access table, where the premno is the maximum (autogenerated as 1,2,3...), but only within a specified set of common numbers in a column (contno) I am currently saving. This contno is from …

Member Avatar for awmantonio
0
107
Member Avatar for chamber8401

I am newbie in Visual Studio 2005 and i just has finished install the VS05 but I can't start new Visual Basic Project. When i go to Menu Project, Add New Item there is no templates Win32 Project. There are just Text File, XML File, Bitmap File, etc. Is there …

Member Avatar for kvprajapati
0
163
Member Avatar for venu.net143

Iam getting the converters from vb.net to c# but iam Not getting from visual basic to c# converters

Member Avatar for Ramy Mahrous
0
137
Member Avatar for Simran Kaur

Hi friends, I am migrating VB6 project to VB.Net. I am stuck with these warnings for which I am unable to find solutions. I would be grateful if I get solutions to atleast some of the below warnings. Warnings: ------------- Need VB.Net equivalent for the below code as they are …

Member Avatar for Simran Kaur
0
2K
Member Avatar for november_pooh

hi... i want to play wav file on my form. ex : media file on windows -> C:\WINDOWS\MEDIA\TADA.WAV how can i do this?? please help me thanks. best regards :)

Member Avatar for l0oky
0
203
Member Avatar for erion04

i don't know how to save listview items into a database i am using vb 2008 and mysql server i have this code but unfortunately my codes aren't working here is my code: Dim conn As SqlConnection conn = New SqlConnection("Data Source=VILLARINO\SQLEXPRESS;Initial Catalog=master;Integrated Security=True") Dim a As Integer If MsgBox("Sure …

0
35
Member Avatar for VasquezPL

Dears, I have a problem - I need to write VBS script which will show me a question: "Please enter string to search" and then to find that string in description filed of all groups in AD (limited to some OUs) basicaly I need it to do sth like [code]dsquery …

0
58
Member Avatar for andrewktmeikle

Hi team, I've written a windows program and it works nicely but its really slow when it retrieves the data from the server. Program Overview: The program allows users to search through a database and add contacts if they want. Some of the fields on the forms fill up depending …

Member Avatar for maj3091
0
130
Member Avatar for Chris.Leah

Hi guys, I am using Visual Studio 2008 and have connected a database correctly as I have done a login that works fine, although when I try to insert information submitted in the text boxes a different table, it doesn't enter after I end program to check it still has …

Member Avatar for maj3091
0
403
Member Avatar for vsraju

IS there a way of generating reports from VB6 ( not through Data Reports & Crystal Reports ) which directly sends to a local printer and printing should be done fast, No matter what ever may be the font.

Member Avatar for astonvic
0
154
Member Avatar for aadebayo

I have currently migrating my applications to Access 2007 ADODB from Access 2000. Most of what I have done now works. I am having a minor problem with one of my forms though. When I save the form, and close it using [CODE] DoCmd.Close acForm, Me.Name[/CODE], the code closes the …

0
68
Member Avatar for Herve

Can you help me to communicate between a 8051 based micro controller and a PC via RS232 ? I built this µC system some years ago; the PC interface is written in Qbasic. Everything was all right untill I switched to Win XP. I'm looking for either a Qbasic version …

Member Avatar for Kevin_160
0
132
Member Avatar for ferkevin04

i have a hard time in connecting my db to my project. cause i want my my cmdSearch_click() connect to my table EmployeeInfo and my cmdTimeIn_click() connect to my table TransactionTable in just 1 form and 1 ms access file.. is that possible?? thanks in advance for answering..

Member Avatar for PoisonedHeart
0
79
Member Avatar for linky1hit

Hi every1 I have 1 problem about read text file Hope every1 help i have 1 text file example :list.txt as 12321 123412 123215 123 1235 Now We read file list and print line by line .Print line 1 after 10 s earse line 1 and print line 2 after …

Member Avatar for Celt.Max
0
162

The End.