10,989 Topics

Member Avatar for
Member Avatar for hawisme000

elow, can any1 tell me whats the code for deleting a record in a database?? or deleting a row? my table is consist of fields.. lecID arlNumber arlLec arlPart thx in advance to,

Member Avatar for hawisme000
0
126
Member Avatar for renemejilla
Member Avatar for hawisme000

umm is there any1 who know how to connect microsoft office words to VB.6?? then after i wanna save the text ive type on the Words(which is connected to VB, and is running inside my form) to a database? is this possible?? if it is , pls help me how …

Member Avatar for hawisme000
0
187
Member Avatar for bsmathew

Hi Friends, I am a BSc IT Student. I have to make a project, with VB6.0 as front-end and Oracle 9i as back-end. I would like to know :- a) how to connect the text box, combo box etc... to Oracle database. b) how to insert data from VB form …

Member Avatar for colonelkuz
0
69
Member Avatar for dilip_singh3

Actually in an application (VB 6 & CRYSTAL REPORT 8) I got a problem with RTF Export option. The settings (Tab settings, Paragraph settings etc.) got changed in RTF file. One more thing is that, user can edit the RTF file. So I need to export CRYSTAL REPORT to PDF …

Member Avatar for debasisdas
0
78
Member Avatar for Yomet

Hi, I have a form of variable height. When the form grows in height I have code that verifies if the bottom of the form will come below the bottom of the screen and, if so, moves the form up - no problem until here. However, some of my users …

Member Avatar for tzatziki
0
1K
Member Avatar for nuBudDy

hi.i need to use form names as i want to refer certain controls in certain forms to other forms.i want to retrieve the form name and store it in a variable. for example : i declare a variable [code] public fname as string [/code] then i retrieve form name and …

Member Avatar for tzatziki
0
176
Member Avatar for mathx

Public tom As Integer Public dick As Integer Public Harry As Integer how can I point to Tom, Dick And Harry in a for next loop.

Member Avatar for ithelp
0
32
Member Avatar for qulit

Hello to all. I have a project which is scheduling system using vb6. I can't or don't know how to find the time conflicts of each subject at the given day and given professor. For example user select the section name then a combo box for selection of subject then …

Member Avatar for hopalongcassidy
0
144
Member Avatar for macy2323
Member Avatar for mimi_breeze

hi everyone, i'm new to programming and will like to know how i can run my vb/access application on a server? Thanks for your contributions.

Member Avatar for hopalongcassidy
0
124
Member Avatar for bilal12pk

Hello All buddys, I want to call a Control Panel Extension From A Visual Basic 6 Program i was tried that with Shell but it does not work Example: Shell "mmsys.cpl" So have you any method or Code to do that for me i will be thankfull for Help

0
52
Member Avatar for castcondrive

Hi am Raphael: I have developed An Access xp database with sql server as backend my problem has only been that if I want to deploy updates to clients, I Must go to the client and update tables Sp,views. I have tried using text files to update but so far …

0
65
Member Avatar for roopeshnp

Can a VB6-SQL2000 softwre can execute in WAN network.How it is possible what is the procedures to create a WAN network

0
54
Member Avatar for jagpreet

i have load two data files into a mysql table.now i want the compare the data from these two files (i.e want to compare a particular column of the table and want to get the difference between the values from these two files). i dont know how to do this.can …

Member Avatar for jagpreet
0
114
Member Avatar for stickerman

Good day. Language is VB6 (service pack 6) I have for a while been having a problem that I've tried (unsuccessfully) to get answers to on the Forums (should that be fora?)online. When I want to send graphics to the printer, I can use the common dialogue box to open …

0
69
Member Avatar for dreammaker
Member Avatar for dreammaker
0
102
Member Avatar for Dell XPS

ok, i need a way to make an invoice. i have a products table with the number the name and the price of all my products and need to add only the products I want on the report, not all of them but more than 1 ......

Member Avatar for hopalongcassidy
0
93
Member Avatar for shahriar2403

How can i create a table with my desired fields in a existing access db using vb? What should be da code? Example will b appreciated.

Member Avatar for hopalongcassidy
0
63
Member Avatar for skalra63

ive posted this messge in 3 other forums, i hope i get a better response here. the following code has a button that removes the selected row from the grid. reset index, is what i am going to use so that the first column is always secquential, so all rows …

Member Avatar for troy183
0
129
Member Avatar for plusplus

Here I am again with my next sql problem. I'm not sure if I can use insert into for what I need. What I want to do is the following. My tables I have tblreminder with userid workid workdate I have tbluser with userid and username My textbox I have …

Member Avatar for QVeen72
0
435
Member Avatar for dreammaker

I f I enter the name of a any person in an InputBox and I want that name to appear in a MessageBox, who do I do this? Exmaple: If I enter Bill, I want to see in the MessageBox: Bill, but if I enter Lucy I want to see …

Member Avatar for dreammaker
0
92
Member Avatar for nuBudDy

hi.i have problem adding record into access database because these tables i've created has relationships.i need to add record (from a single vb form) into 2 different tables. these 2 tables refer to the same record id actually.but first i need to add record into the first table because then …

Member Avatar for nuBudDy
0
185
Member Avatar for arlowha

i need help on making a login page and register page that will be linked together using access. can anyone teach mi the step to make it?

Member Avatar for hopalongcassidy
0
87
Member Avatar for pellikkan

Hello world on daniweb, I am clueless on how to start. It might be easy or it might not be. It might already be doable without any programming. I want to import and export equation editor objects or fields in and out of ms word documents. Mostly i want to …

Member Avatar for pellikkan
0
84
Member Avatar for Mikepf

Form1 searches table1 for a key. Go to Form2 and store key (not visible). Then read table2 using this key. If NO match, just enter new data and close Form2 to save to table2-this works ok. But if there IS a match, click on NEW Record icon at top of …

0
70
Member Avatar for Mikepf

Form1 searches table1 for a key. Go to Form2 and store key (not visible). Then read table2 using this key. If NO match, just enter new data and close Form2 to save to table2-this works ok. But if there IS a match, click on NEW Record icon at top of …

0
60
Member Avatar for agrothe

I've developed a quote/order database in access 2003 for a customer, so this is primarily a VBA solution, but I'm mostly after theory today so vba or vb is irrelavant. I have of course normalized tables containing historical and current orders. Right now, I have a reminder type form that …

1
60
Member Avatar for Augustin

HI I want to create an Instance of Class(Object) In Visual Basic.Using "Create Object " Syntax. please refer attached CPP & header File for the class COMOutput. How can i create an object for this COMOutput Class in Visual Basic. And I need to access the Functions Defined in The …

Member Avatar for Augustin
0
185
Member Avatar for jimwall80

Hi community members, This is an S.O.S going out to all and any in the group that can offer me help. I am still an amateur programmer using VB6. My computer has been acting up lately and I was forced to restore it to its original settings. I did back …

Member Avatar for agrothe
0
90

The End.