11,868 Topics

Member Avatar for
Member Avatar for firoz.raj

[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 …

Member Avatar for firoz.raj
0
288
Member Avatar for Charles Givens

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 …

Member Avatar for Teme64
0
110
Member Avatar for ryan311

help me please about data report i have an error it says: report width is larger than the paper width please help

Member Avatar for ryan311
0
59
Member Avatar for DhruvaRai

[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 …

Member Avatar for SCBWV
0
105
Member Avatar for yuleball

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.

Member Avatar for SCBWV
0
73
Member Avatar for Breez

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] …

Member Avatar for hollystyles
0
121
Member Avatar for firoz.raj
Member Avatar for firoz.raj
Member Avatar for firoz.raj

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 …

0
33
Member Avatar for ryan311

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 …

Member Avatar for ryan311
0
111
Member Avatar for firoz.raj

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.

Member Avatar for firoz.raj
0
85
Member Avatar for lvlr

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 …

Member Avatar for cikara21
0
195
Member Avatar for 4ukh

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 …

Member Avatar for Teme64
0
124
Member Avatar for PK GOYAL

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

Member Avatar for QVeen72
0
97
Member Avatar for digits

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 …

Member Avatar for jbennet
0
83
Member Avatar for qaz1134

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 …

Member Avatar for jbennet
0
67
Member Avatar for dokenz

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 …

0
51
Member Avatar for linux

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 …

Member Avatar for Salem
0
373
Member Avatar for sunilkannur
Member Avatar for alan72
0
72
Member Avatar for Sebouh

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 …

Member Avatar for Sebouh
0
147
Member Avatar for bushman_222

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?

Member Avatar for bushman_222
0
104
Member Avatar for ryan311

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 …

Member Avatar for ryan311
-1
105
Member Avatar for dinilkarun

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

Member Avatar for QVeen72
0
277
Member Avatar for dinilkarun

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

0
46
Member Avatar for wookinhung

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 = …

Member Avatar for QVeen72
0
112
Member Avatar for DenisOxon

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 …

Member Avatar for DeeVee
0
330
Member Avatar for alan72

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 …

0
57
Member Avatar for aparnesh

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 …

Member Avatar for aparnesh
0
519
Member Avatar for dileep.t

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.

Member Avatar for Ezzaral
0
30
Member Avatar for Bhoot

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 …

Member Avatar for Bhoot
0
148

The End.