10,987 Topics

Member Avatar for
Member Avatar for nagatron

I am making a facility reservation system for my thesis. Before making a new facility reservation. . .I need to view all the available facility. Ex: Date: 01/20/09 { Here are the list of available facility displayed in MSFlexGrid } How can I determine if the facility is available? Using …

0
34
Member Avatar for nagatron

Please help me how to ignore case sensitivity in VB. My program is to store data in the database, though I use small letters or big letters, the database store the data starting with a capital letter followed by small letters. Ex. [B]Input[/B][B]:[/B] [COLOR="Red"]Neil, neil, NEIL[/COLOR] [B]In the database:[/B][COLOR="Red"] Neil[/COLOR] …

Member Avatar for nagatron
0
221
Member Avatar for jaffer khan

I would like to know Is there any way to append a record in flexgrid I Placed a text box on form , it will accept EmpID and search a record in recordset, if record found then that record should be added to flexigrid.and again another Empid will be enter …

0
36
Member Avatar for jo84

Hello everybody I have a data report that i have created, I don't have any images only some labels . Now i have heard that i can print it to file, and from there i can print it faster in the dos mode. now how do i do this. the …

0
32
Member Avatar for crackerjacker

Hi- so i want to be able to type in a file name (not knowing the path) and have it search the c: drive. then, when it finds the file it will return the path (in a variable, label, etc.) thanks!

Member Avatar for crackerjacker
0
75
Member Avatar for firoz.raj

can anybody tell me how should save list box data in a mrmasterable.here is the code i have written not working properly [code] Private Sub Command7_Click() Dim strReq As String Dim iTabPos As Integer If List1.ListIndex >= 0 Then strReq = List1.Text iTabPos = InStr(1, strReq, vbTab) If (iTabPos < …

0
29
Member Avatar for ryan311

how can i send the 1 form in to another PC? because i have POS or point of sales system? is there anyway to send my 1 form to another pc? how?

Member Avatar for ryan311
0
52
Member Avatar for ruzzty06

i have troubles in accessing dates in ms access with visual basic the database is contains announcements and it has begindate(SHORTDATE) and enddate(SHORTDATE). the code [code] adodcannounce.recordsource="select * from tblannounce where begindate <=' " + date + " ' and enddate >= ' " + date + " ' " …

0
40
Member Avatar for dinilkarun

hey all, I am developing application which has a huge data base. From that application, I generate REPORTS in Excel and FORMS(MS ACCESS) and also some PIE and BAR graphs in MS ACCESS file itself by linking to MS ACCESS back end. Now , I am wondering if i could …

Member Avatar for choudhuryshouvi
0
112
Member Avatar for attari19

:sad: Salam, I need complete Account Project Sale, Purchase, Inventory, All Accounts reporty in VB 6.0 . becouse it my task which not solve and face differant Error in programming. Please any body Solve this my HOT ISSUE. Best Regarde &:'( Bundle of Thanks.

Member Avatar for jireh
0
53
Member Avatar for jo84

hello everybody I am new to this forum. i got a doubt. i working on a small project. the thing is my Hosp no should be in the format 123456R. Now there are old patient with the following the hospital number 12345R. In this case i want a 0 to …

Member Avatar for QVeen72
0
149
Member Avatar for firoz.raj

sir i want when user click on req_no of list box1 .after that when he should press print button those records should come on the report. right know it is working fine .it is only showing last req_no report. i want when user click req_no 128 from listbox1 it should …

0
43
Member Avatar for stephen lowry

hi guys i have written a small program to receive data from a cash reg printer everything works fine but(yes theres always a but) the data from the till output is in compleat string ie bread 0.67 what i want to do is extract the last text on right and …

Member Avatar for Comatose
0
92
Member Avatar for omrsafetyo

I am trying to keep formatting between cell references. For instance, I have a date in once cell (J9) and would like to add this date to a text field so e.g.: ="This will take effect on " & J9 & "." However, when I do this, I end up …

Member Avatar for omrsafetyo
0
148
Member Avatar for omrsafetyo

Unfortunately, I don't think this question is solved with a simple vlookup, or etc. I have a spreadsheet that has several tables of data with the following format on one sheet: gxxxx gxxxx gxxxx zzzzz gxxxx gxxxx gxxxx zzzzz The "g"s above would indicate an item for lookup. The "z"s …

Member Avatar for omrsafetyo
0
161
Member Avatar for guest11

hi all, I want to use combo box in my application and i want to give user only selection option for combo box when they are entry data so i make combo boxs style property to drop down list. But when he edit the data then i access that record …

Member Avatar for selvaganapathy
0
242
Member Avatar for jo84

Hello everyone i have started to do a project. I have a form with a ado control on it. i have connected it through string connection. Now the problem that i have is that once the form is executed, and when i start to enter any field suppose "name". Moment …

Member Avatar for selvaganapathy
0
84
Member Avatar for mortgage_master

Hello All, I am a first time poster here, and had a general question. Briefly, I have developed a fairly simple app in VB5 (a couple of controls and some code to run them) and would like to be able to use it on a PDA, rather than having to …

Member Avatar for Comatose
0
91
Member Avatar for devilz

I’m very very new in VB6.0 in my project I need a function where I want to pass month name as variable value which will be selected from a combo box by user and the function will generate the full date from starting to end along with the weekday name. …

Member Avatar for Comatose
0
93
Member Avatar for gaurisweet2
Member Avatar for Jx_Man
0
70
Member Avatar for cham1829

Please help me digital image prcessing.Please send Visual Basic code for image sharpning,Bluring and nagation

Member Avatar for jyotsna sahu2
0
61
Member Avatar for firoz.raj

sir i want to show only distinct row should come in list box. any help would be greately appreciated. [code] Dim con As adodb.Connection Dim rs As adodb.Recordset Dim i As Integer Dim strReq As String * 10 Dim strName As String * 20 Dim strJob As String * 10 …

Member Avatar for firoz.raj
0
101
Member Avatar for firoz.raj

can anyone tell me how should i print on the data report page no of total page.suppose there are total 10 page. i want it should display on report 1 of 10 ,2 of 10 ... when i place %p it simply print 1 can anybody tell me ? [code] …

0
43
Member Avatar for ryan311

everytime i click my command button may mshflexgrid did not update :( here's my code [code] If Text1.Text = "" Then MsgBox "Please Input the Product Code", vbInformation Text1.SetFocus Exit Sub End If If Text2.Text = "" Then MsgBox "Please Input the Product Unit", vbInformation Text2.SetFocus Exit Sub ElseIf Text3.Text …

0
66
Member Avatar for ryan311

hi can anyone help me about my problem how can i come up w/ this solution for example 1 + 2.00 the answer should 3.00 or like this 1.35+2.00 the answer should 3.35 how can i do this?

Member Avatar for QVeen72
0
115
Member Avatar for culebrin

Greetings folks, I need to load a word document file into a RichTextBox component, It can't be done directly, so, I need first, convert it to a RichText Format File and then load it to the component. Any Ideas? Thanks Omar

Member Avatar for Comatose
0
414
Member Avatar for firoz.raj

sir i want when user click on the button access report should open. can anyone help me ?. here is the code what i have written but it hangs again and again. [code] Private Sub Command6_Click() On Error GoTo cancel Dim Access As New Access.Application Access.OpenCurrentDatabase ("\\asfserver\itp$\Product_tabletest.mdb") Access.DoCmd.OpenReport "MR", acViewNormal …

0
55
Member Avatar for rahul.k

Hi All, I am looking for a charting component purely for VB 6.0, I know VB has inbuilt Microsoft's Charting Component, but it does not solve my purpose. I need some cool look charts, If you guys know any such component, do let me know.

Member Avatar for Comatose
0
95
Member Avatar for Matt3144

im fairly new to vb 6 and doing a course which requires a project. in my project i need to save a name, age, and form of a user in a random access file when a button is pressed which i have done, and then when another button is pressed, …

Member Avatar for Comatose
0
215
Member Avatar for Kenny3

Hope I posting in the right place. I have developed a program combining microsoft word and excel and have done my best to stop it looking like either one of those products. I have read elsewhere that I could use a 'Front Loader' to do some preliminary checks (are word …

0
36

The End.