11,868 Topics
![]() | |
[ATTACH]8642[/ATTACH]i want if user click on save button all the data should store on Mr table But product_name,product_id is not storing properly. Kindly help me Private Sub Command1_Click() ' Debug.Assert False On Error GoTo cancel Set rs1 = New Recordset rs1.Open " SELECT * FROM MR ", con, adOpenDynamic, adLockOptimistic … | |
I am new to VB but not new to development and I have come across something that I would like to do. I want to store as a string the following command: tCommand = ".width <= 36 then wqty = 1 else wqty 2" Now when I do my coding … | |
help me please about data report i have an error it says: report width is larger than the paper width please help | |
[B][COLOR="Green"]Adding time in hh:mm[/COLOR][/B] 08:50 + 09:13 + 08:30 + 09:27 + 08:52 (Add across and result in hh:mm. The result should be [B]44:52[/B] (hh:mm) - how do I arrive to this total? Any codes will be much appreciated. [B]How do I do the follwing ? [/B] 1. I would … | |
Hi, I'm designing an editor program. I want that when user has finished writing a line and goes to next line, the above line fully justifies itself. | |
Hi guys my first post here so I houpe I get some help :) I'm learning VB6 at collige and as part of the project We been asked to make Program that shows contect of the website in VB app coppys selected section text so lets say This Site [url]http://top.forumcommunity.net/?skinid=43[/url] … | |
KINDLY FIND THE ATTACHMENT. DECEMBER2308.doc (69.5 KB) | |
When user click on quantity it moves on the next row i want if user click on save using save button all the Mshflexgrddata should go on Mr table . Some code i have written in Save_click On Error GoTo cancel Set rs1 = New Recordset rs1.Open "SELECT * FROM … | |
how can i call a 1 command button in another form? for example i have form1 in the form 1 i have listbox, in my listbox i have item Customer, Product and etc if i double click my Customer i want to click my command 1 button in form 2 … | |
it is like that if user click on product_id cell product name and unit come automatic when user enter on quantity user allow to enter quantity and cursor go on next row Kindly find the attachment. | |
This is an abstract question, but I company I work for asked m to research what would be required to convert a VB6 desktop application to a VB.net web application. The application is quite large incorporates about twenty forms, many, many modules, custom controls, and what-not. It's mainly a data … | |
hi guys...! when i tried to insert the form's information into the database either the check box in the form is checked or not once this check box in the table appear as checked and second time unchecked... i don't know why that is happening...? please help out... thank you … | |
kindly let me know the coding for difference between two dates in the format years, months and days for calculation of qualifying service. let date of joiningas 19-101983 date of retirement is 30-09-2008 then total qualifying service ? how it will be caculated through coding in visual basic | |
I have a website that I developed in Visual Studio Pro 2008. I have a series of .aspx pages. How do I make it so another person can see these pages on their browser? (like HTML pages). I've tried saving the extension to .html, but the VB design doesn't show … | |
ex. the original caption of the button is "save".. if you click on the button the caption will change to "full" my problem is: when i restart the application the caption goes back to "save" Now, is it possible to change the original caption permanently even if i restarted the … | |
hey guys I'm new here but direct to the point can i ask how to create a monthly report? its very important for me to know this because it will be part of my system which i will create for the final project in my course so please anybody care … | |
Would it be possible? Not exactly a typical sequencer, but something like this: I would record every note on my electric and acoustic guitar, bass, drums, and piano (essentially creating samples of each instrument that I own). Then export them to .wav and organize them by folder (/data/guitar/electric/string6fret1_F.wav). Then using … | |
hai.. friends... can you help me to add form with scroll bars in visual basic 6... | |
Hi all. I'm having a difficult time working with visual studio 6.0. I have a project which i'm editing, and i need to add a combobox to a form. The problem is i've added items to the combobox throught it's properties, and yet when i run the program, only the … | |
I'm trying to find a way to embed a external program inside VB6. Can anyone point me to some information where I can lean how to do this? | |
how can i determine that may text1.text is equal to my product code?? heres my code Set cn = New ADODB.Connection cn.Open "Provider=Microsoft.Jet.OLEDB.4.0;Data Source=C:\Documents and Settings\Administrator\Desktop\Inventory System\PharmacyInventory.mdb;Jet OLEDB:System Database=system.mdw;", "admin", "" Set rs = New ADODB.Recordset rs.Open "Select * from Product", cn, adOpenKeyset, adLockPessimistic If rs.Fields!pcode = Text1.Text Then MsgBox … | |
IN MS access FORM i have a list box column which is filled with colour names. Once the form is loaded i want to make backcolour of that record same as the one mentioned in that column. Regards, Dinil | |
I want to populata records into a list where i can have the following functionalities. 1) Multiple selection of records 2) Back colouring of individual reords. Among Flexgrid and Datagrid which one would be less complex and easy to code and serve both my purpose. Regards, Dinil | |
Umm, I'm a newbie in VB6, so I am currently facing the procedure being too large during the run of the program. For example: If txt6 > 0 Then lblItem6 = "W6~ Jane Doe" lblItemprice6 = "9.00" lblItemquantity6 = txt6 lblTotal6 = TotW6Price ElseIf txt7 > 0 Then lblItem6 = … | |
Hi Everyone, Has anyone accessed USB ports from VB5. I support a major realtime program which controls equipment. Currently the equipment is connected to PC via serial ports. My customer is developing new hardware and has decided to connect it via USB port. So two questions 1) has anyone controlled … | |
Does anyone have any code or links that shows how to interact with Web Pages with VB6? I'm trying to find button/image files (.gif, .jpeg) within the HTML and have VB send a command to press that button with code. I read a lot about Web Browser Control, but can't … | |
I need to automatically and dynamically generate an organization tree. The Data comes from an Oracle Database, where the hierarchy is well defined. But I can't seem to find any good way of generating the Tree Structure. Using a tree-view won't work as there are some designations having 2 or … | |
Hi, can anyone help me, how to insert a sound(greeting) file in the vb code. that should respond when an event happens.i need to use diff sound files as per the if conditions. iam getting the code in many sites, but iam not able to get it clearly. regards, dileep. | |
i am developing a project in vb 6 which deals with printing lots of forms and invoices - all containing user-filled details. The invoices have different structures - some are tabular (with irregularly placed columns, however) while some are plain text (letter-like). i am going to use MS Access for … |
The End.