11,868 Topics

Member Avatar for
Member Avatar for jemz

hello please help me on how to put indicator on flexgrid is this possible?,...if i have new added data on my flexgrid then it point to the newly added data can you help how to do this...hoping for your positive responds..thanks in advance

Member Avatar for jemz
0
1K
Member Avatar for jemz

hello please help me how to connect my program to microsoft acces...please help me because i don't have any idea on how to connect ...hoping for your positive responds...here's my code.. Private Sub cmdAdd_Click() For i = 1 To Len(txtLname) If IsNumeric(Mid(txtLname.Text, i, 1)) = True Or (Mid(txtLname.Text, i, 1)) …

Member Avatar for jemz
0
144
Member Avatar for Jagana2005

Below are my code and i m still getting the error: Run time error ‘3021’; Either BOF or EOF is True, or the current record has been deleted; the operation requested by the application requires a current record [code] oRsPage.AddNew For iColumnIndex = 0 To .Fields.Count - 1 oRsPage.Fields(iColumnIndex).Value = …

Member Avatar for sidnei
0
315
Member Avatar for templic

hi guys i have created a crystal report using crystal XI which accesses its data from Oracle Database through OLEDB.Now i am trying to call the report using VB6 and i get this error at the point of viewing the report. here is my code 'my connection string in a …

0
44
Member Avatar for PinoyDev

Hi guys..Good day.. I just want to ask on how to add a program security that when a desired date has passed, the system will no longer work anymore or they have to renew/buy the license again.. The following modules will be the flow. [code=vb] if xpirydate > "02/25/2010" then …

Member Avatar for vb5prgrmr
0
83
Member Avatar for ilyaz

I need to develop a C++ DLL in a legacy system, so I have to work with Visual Studio 6.0. The project I am working with was copied from a "template" project that someone created a long time ago. I copied it, made lots of changes then realized I also …

Member Avatar for Ancient Dragon
0
200
Member Avatar for RahulV

Can we use any C# or VB.NET controls or components in VB 6.0? or Is there any place where we can get free controls or components for VB 6.0?

Member Avatar for abu taher
0
79
Member Avatar for bdrkb
Member Avatar for debasisdas
0
48
Member Avatar for paodzy
Member Avatar for manoshailu
0
164
Member Avatar for rashu007

Hello. I am not getting the right idea to the oracle table in the list box so can anyone please tell me how can i list the oracle sql plus table's column in the listbox. Thanks in Advance.

Member Avatar for debasisdas
0
217
Member Avatar for jemz

hello please help me..can you give some idea on how to declare variables in local....and also how to declare variables in public...hoping for your positive responds

Member Avatar for codefixer
0
111
Member Avatar for RahulV

[INDENT][B][COLOR="Red"]URGENT[/COLOR][/B][/INDENT] Hi FRIENDS, Pls help me with this. I need to display a form/dialog with any grid which contains only checkboxes in the first column and data in the other two columns. And my goal is to retrieve ONLY the data from the columns where the checkboxes are checked. pls …

Member Avatar for QVeen72
0
757
Member Avatar for ankush.mukherje

I have a list box in my vb form. The list box is dynamically filled with components from my ms-access table. Now the user can select one, two or many options. For example: The list box has many softwares. 1. If user selects Windows XP and Office 2007 then those …

Member Avatar for ankush.mukherje
0
512
Member Avatar for ankush.mukherje

Hi all, I have two checked list boxes In one I have the list of various softwares such as Windows, Office, PDF Writers,etc.,etc. I want that when user clicks on any one software the other list box gets filled with various options in that. FOR EXAMPLE: User checks windows...then the …

Member Avatar for ankush.mukherje
0
114
Member Avatar for sddunakhe

I am using MSHFlexgrid in VB 6.0 code and while adding data to the grid i am getting the error "Invalid Row Value" run time error no "30009". will anybody help me out !

Member Avatar for ankush.mukherje
0
500
Member Avatar for duelforce1

Hi, I really need some help I've got a program in visual basic designed for entering order information into a database. I've got radio buttons where you can select the product and i need these when selected to declare that the rest of the information following is reffering to the …

Member Avatar for ankush.mukherje
0
308
Member Avatar for PinoyDev

Hi guys good day. Sorry for the delayed response to my previous post.We currently just change our internet connection. I just want to ask on how to get the data of this sql statement because it only returns the total records found. [code=vb] rs.open "select count(*) as idnumber from tblstudent …

Member Avatar for PinoyDev
0
85
Member Avatar for Es Sayen

hello all, can anyone tell, how can i make an mdi form borderless. i don't want the user to click on the close button present in the title bar. i want them to exit the way i directed them. thanks in advance. Sayen

Member Avatar for Hrqls
0
904
Member Avatar for PinoyDev

Good day. I just want to ask on how to make a textbox accept positive & negative numbers but will not accept string that was entered.. Ill try to use [code=vb] if not isnumberic(text1.text) then msgbox"error' else end if [/code] But if negative numbers is entered it will not read …

Member Avatar for PinoyDev
0
1K
Member Avatar for mashuaibu

Dear Valued Members, I have many textboxes in control array. Each of them holds numerical data. I need a visual basic 6 code, few lines preferably, that will enable me to add the values. The values are of the same data type. Kind regards.

Member Avatar for mashuaibu
0
126
Member Avatar for jemz

hello please help me on this. i have cmdadd_click()..when i click the button add,the data will display on the flexgrid at the sametime it write on the notepad..my problem is that i don't know how to make code on cmddelete_click().i want to delete the data i added on the notepad …

Member Avatar for ankush.mukherje
0
235
Member Avatar for samira1993

Create an application that will predict the approximate size of a population organisms. The user should select or enter the starting number of organisms in a combo box, enter the average daily population increase (as a percentage) in a text box and select or enter the number of days the …

Member Avatar for vipin saxena
0
103
Member Avatar for royshoa

Hello, I am using the Visual Studio Web Developer 2008 for programming in VB.NET and i have some problems: 1. Sometimes it stops highlighting the text. 2. Is there an option to refresh the Intellisense of the page? 3. When i am including files to my page, its say variable …

0
51
Member Avatar for royshoa

Hello, I am using the Visual Studio Web Developer 2008 for programming in VB.NET and i have some problems: 1. Sometimes it stops highlighting the text. 2. Is there an option to refresh the Intellisense of the page? 3. When i am including files to my page, its say variable …

0
52
Member Avatar for jemz

hello please help me on this i have txtaddress.text . it can accept number only in the beggining but not in the last i dont know how to trap in the last ...and also it will not accept special character specially the period sign..example.... this is okey...23street complexsub division example …

Member Avatar for vb5prgrmr
0
78
Member Avatar for jemz

hello can you help me where to put the messagebox "file not found"...because if i put on else after the grd.Rows = grd.Rows + 1 only one data having this precint number will be display all i want that all of them will be display..sample ..D-314 is the precint number …

Member Avatar for vipin saxena
0
343
Member Avatar for itzshaheer

I made a query for inserting a value from text box to MS ACCESS db [CODE] sql = "INSERT INTO Equipment (port_number,display_name,equipment,tonnage,user_privilage) VALUES (" & CLng(txtPort.Text) & ", '" & CStr(txtDisplay.Text) & "', '" & CStr(txtCA.Text) & "', " & CLng(txtTonnage.Text) & ", '" & CStr(cmbUser.Text) & "')"[/CODE] Actually I …

Member Avatar for vbdotnetlover
0
151
Member Avatar for ankush.mukherje

Hi guys I need your help a bit. I have designed a tree view control and the user can select multiple options. Now the problem lies in: "When the user clicks on show button a msgbox appears showing all the items selected"....This is what I want to do. but is …

Member Avatar for ankush.mukherje
0
929
Member Avatar for Rubiconlwb

I have created a form with horizontal and vertical lines and text to fill in the difference cells. I need to have some of the text to be printed in landscape rather than portrait orientation. When I try to change the orientation with the following, I get an error that …

Member Avatar for vb5prgrmr
0
83
Member Avatar for kalehl

I am not sure how to accomplish this, but I am trying to take a dates from two fields and using the current date show the progress percentage in a different field. So, if past date is Jan 1st, the current date is Jan 5th, the future date is Jan …

Member Avatar for sidnei
0
91

The End.