12,425 Topics

Member Avatar for
Member Avatar for hery

Hello, when i input to database show error cannot convert type varchar to type numeric.. I' m using convert(numeric, quantity). Where my quantity is empty. Please help me. Thanks

Member Avatar for manoshailu
0
114
Member Avatar for black3

I was wondering if it is possible to write a program in C or C++(maybe even Visual Basic, as i m more experienced with that programming language) to convert a .wav file into bytes and save the same file as a text file. I am a Visual Basic programmer and …

Member Avatar for Troy III
0
167
Member Avatar for phuanon

I needing a program increase/decrease a day every 5 second or 1 min for clock system I use date function to set day but I so weak in timer function :) and 1 loop fuction to when it to day 30 it will return 1 thk:)

Member Avatar for phuanon
0
119
Member Avatar for EntangledDesi

The InputBox function needs to be used in a command button to prompt the user for a number. I know that the syntax is ([I]prompt, title[/I]), where[I]prompt[/I] is the message you want displayed inside the dialog box [in this case - "Enter a number"], and [I]title[/I] is the next you …

Member Avatar for EntangledDesi
0
99
Member Avatar for leokuz

I am having this MS Word macro which works well, but not fine. It replaces word [COLOR="Green"]Street[/COLOR] to [COLOR="Green"]St[/COLOR] which is the way I want, but it changes STREET TO ST (I need St), etc. However, I need them changed as follows: Street or STREET to St Avenue or AVENUE …

0
56
Member Avatar for RousebyWolfCA

Excel 2007: Within a Macro I did the following: 1: an autofilter on a specific column w/specific criteria Question/Request: I want to do a do loop starting with the 1st row of the filter and ending with the last row of the filter. Example: 'Set Filter Range("AF1").Select Selection.AutoFilter ActiveSheet.Range("$A$1:$1X$44489").AutoFilter Field:=32, …

0
49
Member Avatar for santosh.garg

I am using command object in for loop on first time execution it inserts the record but the next time it gives an error Multible OLEDB error following is the code I use Set rssave = New ADODB.Recordset Set cmd = New ADODB.Command 'cmd.ActiveConnection = GCon 'cmd.CommandText = "prc_Invoice_Insert" With …

Member Avatar for vb5prgrmr
0
146
Member Avatar for HelloMe

Good day everyone!!! Pls dont kill me when a forum like this already exist but i was not able to find one through the search function. The purpose of this forum is, that skilled programmers will tell beginners how they managed it to become a programmer. Like what book was …

Member Avatar for Nerrisa
0
109
Member Avatar for francoise

I have a function and I want it to output one word in the current cell and one in the cell to the right (i.e., the next column). Is there a way to write this in VB? So, something along these lines (though this doesn't work): [code] Function test(word1 As …

Member Avatar for shiftingspanner
0
393
Member Avatar for santhanalakshmi

Hi, This is my coding......... Private Sub Command1_Click() Dim xlApp As Excel.Application Dim Wb As Excel.Workbook Dim ws As Excel.Worksheet Dim name As String Set xlApp = New Excel.Application Set Wb = xlApp.Workbooks.Open("E:\Projects\VB Excel to textfile\crse.xls") Set ws = Wb.Sheets(1) Open "C:\rolllist.xls" For Output As #1 For i = 1 …

Member Avatar for francoise
0
347
Member Avatar for deepak12333

hi I am in deep trouble to loose my job please help me I am working on a website where a user comes and login when it enters a pop up screen appears where it is written continue or remind me later now i am unable to handle this functionality …

0
130
Member Avatar for umesh8all

If anybody has some idea to make antivirus in VB6 then please reply with your ideas. well, i m thinking it is possible by Controlling the windows services but i m not sure. Pl. help me......

Member Avatar for Vineeth K
0
102
Member Avatar for shiftingspanner

Hi, I'm a bit of a numpty when it comes to programming so please excuse the silly question and I'm not even sure this is the correct forum to post it on but here goes... I'm trying to upgrade some VB6 to Visual Basic 2008. I'm trying to create a …

0
59
Member Avatar for xWiredx

good day.. i have a problem in accessing my Access database in network.. I made an inventory system... i couldn't run the program simultaneously in two PC. i got this error >>> "could not use.. file already in used"... i thought it can use in network? is my coding have …

Member Avatar for xWiredx
1
81
Member Avatar for alyssasiglos

I am doing an Attendance monitoring with PAyroll program... I have difficulty in doing the data report and data environment in order for me to print the table from the database.. Will someone help me out with it..? I think I need a tutorial. =)

Member Avatar for umesh8all
-1
102
Member Avatar for ImMoRtAl-

Ok scene i love all you guys/gals here on daniweb.com i will be giving you this one free. it's a program that lets you text cell phones from your computer for those nongeniuses it's pretty easy all you need is 1. a gmail user name 2. a gmail pass word …

0
56
Member Avatar for coollife

not allowing to surf anything in mozilla , so i want to close mozilla if somebody tries to open it. I have to do this by coding it in visual basic.

Member Avatar for vb5prgrmr
-1
54
Member Avatar for coollife

what i have done is i have allowed assume abc.com , apart from this if u enter any website in IE , the IE will get closed. For this to happen i have used Timer control and in timer control i am checking the IE toolbar contents . I am …

Member Avatar for vb5prgrmr
0
84
Member Avatar for patstarks

Hello, I have a .vbs file called Replace.vbs that: 1. opens a text file, test.txt 2. finds a string, orig_name 3. replaces string with new_name The file runs and works fine if I go to Start-->run-->cmd and type cscript replace.vbs ".\test.txt" "orig_name" "new_name" However when I go try to run …

Member Avatar for cguan_77
0
460
Member Avatar for Afi83

Hi experts I have a problem for data entry to grid like control. I have a relational database part of my data is for entering grades for each student. (I have a tables with student, courseStuJunc and course names). I want to make query with sql and show only the …

-1
67
Member Avatar for kimbsan.sande

HI Iam a student trying to develop an application in vb6 that can "download data from and upload data to any connected mobile phone" and iam only stack on the code that can do this so that i can get done with it. Request; can any one send me that …

Member Avatar for jonc
-2
75
Member Avatar for EntangledDesi

How do I go about coding the 'Calculate button' so that when a user is prompted to input a number into a Input box it will will calculate the square and square root of it? This is what I have so far. I'm pretty sure about the first part, but …

Member Avatar for EntangledDesi
0
86
Member Avatar for coollife

1) how to check whether Internet explorer window is open or not using visual basic code 2) how to get the url of a Internet Explorer window. actually i got some code which works fine in getting url the problem is it will not get the url of the child …

Member Avatar for vb5prgrmr
0
45
Member Avatar for titansrealm

ok prof in college asked us to write a program for a simple gradebook. iv wrote it 3 times and still cant get it right. he wants it to be able to put in 10 names/ids and 10 grades,and get a listing of those grades getting an average. im butchering …

Member Avatar for jhai_salvador
0
90
Member Avatar for PinoyDev

Good day! Any body uses a lynxgrid control because it only accepts the navigation key to move between cells. Does it allow moving between cells by the use of tab key.? If someone has an updated activex wiht the tab key support pls help me guys. Thank you guys for …

0
57
Member Avatar for coollife

Hi I am looking for an internet explorer project which blocks all the websites and in turn direct or opens a single website which i specify. Ex: in the code of the project if i give a website name abc.com whichever website u open in IE it may be google.com, …

Member Avatar for Vineeth K
0
298
Member Avatar for PinoyDev

Hi guys good day.! I have two numbers(105 & 210). I want the 105 to be left align in textbox1 and 210 to be right align in the same textbox at form load. Would this be possible.? Thank you guys for giving time with this post.! God bless us all.

Member Avatar for Vineeth K
0
262
Member Avatar for critalk

I would like to create a program to check dimension of piece part. My probram should be consist of interface form to get input from user and display mode to show the final result after program completely processed. Now I have completely created user interface form that is "Form1". This …

Member Avatar for critalk
0
274
Member Avatar for tinker

.. need help, i want to know how to identify the type of cable design if it is cross-over or straight-through cable using visual basic language...... just send your answer to my email <EMAIL SNIPPED> ...thank you very much!

0
55
Member Avatar for PinoyDev

Good day.! This will be my problem regarding on how to update the listview when one of the data in the field in sql server tables has been changed.basically, i have achieved the result by looping on the table continuesly with a timer. But is there any other way to …

Member Avatar for PinoyDev
0
279
Member Avatar for mpande

Good Day People I'v just finished my project in VB6.0 and now have to include reports for the program. I would like a button in VB6.0 to direct to a report in crystal report V85. I'm just not sure how the code on the button is supposed to be. Could …

Member Avatar for thappisalim
0
60
Member Avatar for jeto
Member Avatar for Vineeth K
0
65
Member Avatar for PinoyDev

Good day to everyone. Im just able to finish my banking system with QB SDK integration. I just want to ask help, idea or any other way to make a mathematical operation in a single textbox.Like you can perform to add two numbers in a single textbox and display the …

Member Avatar for PinoyDev
0
173
Member Avatar for coolheadedguy

I am currently working on my final year project and i researching into building an Information system with SQL as database and ASP.Net as an interface? I just want to know if VB6 has the capabilities of been used as a tool to develop an Information system, integrating SQL and …

Member Avatar for kvprajapati
-1
101
Member Avatar for NebulaM57

Hello, I am trying to read the contents of a text file from a website. I am running Visual Basic 6 (SP6). I need to add this code to an existing application written in VB6, so VB.NET is out. The file I want to read is on our website. It …

Member Avatar for vb5prgrmr
0
337
Member Avatar for kiran1241988

hii to all..i am currently completing my b.e in I.T. and for final year project i have selected to design a voice driven application for a cafeteria whr customers could book their orders on a pc placed at corner with help of their voice.I am aware that such an application …

0
36
Member Avatar for fauzanf

Hello My Friends, I have a question... How can i add a photo/picture into SQL Server 2000....? Need advice please.

Member Avatar for vb5prgrmr
0
173
Member Avatar for karimpepe

(a) Given the following program fragment in C or Java static int a = 3; static int f(int x, int y) { int z = a+x; ...; return ... } explain how the four variables (a, x, y and z) are accessed from within f at the instruction level for …

Member Avatar for vb5prgrmr
0
88
Member Avatar for amarbir

I have a word file containing questions and those questions also contains images. I want to save all those question images in a separate folder in a sequential order even also same images and replace them one by one with a text in sequential order. So please tell me how …

0
37
Member Avatar for helloshurite

i want a travel management system which has following details: ABC ltd. is a travel agency provides the services of reservation and cancellation of tickets for buses, trains and airlines. They require a travel management system to store the information regarding reservations and cancellations done by the passengers through them …

Member Avatar for abu taher
0
78
Member Avatar for frank.zappa

I'm working on a school assignment and I'm having trouble with radio buttons. I want something like this: [IMG]http://i43.photobucket.com/albums/e395/frank_zappa77/vb04f06.gif[/IMG] Where at least one radio button from each frame (in that example, the frames being 'Processor' and 'OS') can be selected. I've set up my application to look somewhat like this …

Member Avatar for frank.zappa
0
172
Member Avatar for Afi83

Hi there I have a problem with coding application with relational database in access. I have 3 table with relation to each other with one key. The tables are Faculty, Department and class. I relate each faculty to many departments and using the faculty id as foreign key in department …

0
61
Member Avatar for mannyloy

Pls. enumerate the steps in using a Status Bar Control wherein, Date, Time, Capslock will be displayed in every panel. Thank you very much for your help.

Member Avatar for mannyloy
0
120
Member Avatar for zidaneqrro

I started an introductory Programming Course in High School, and right now we're doing Visual Basic. (We're learning about For Loops :/) I find the course far too easy and I can do 90% of the work of a single unit in one class. I would like to get ahead …

Member Avatar for Vineeth K
0
81
Member Avatar for mpande

Good Day People I'v just finished my project in VB6.0 and now have to include reports for the program. I would like a button in VB6.0 to direct to a report in crystal report V85. I'm just not sure how the code on the button is supposed to be. Could …

Member Avatar for mpande
1
694
Member Avatar for rajeshkhanna_in

Hi there, I get an error message everytime I try to run a software written in vb6.0. The error is "vsflex7d.ocx not currectly installed or one of its components is missing". I tried to seek it on the net but it seems it is not available on the net also. …

Member Avatar for Fahim6479
0
626
Member Avatar for jhai_salvador

hey guys.... does anyone here knows how to disable and enable CTRL, Alt, windows keys, or Tab key in keyboard?... because im going to use it in my time cafe client project in vb...

Member Avatar for omoridi
0
1K
Member Avatar for abu taher

in data environment I write code[CODE]SELECT AccountInfo.incategory, Sum(AccountInfo.InAmount) AS SumOfInAmount FROM AccountInfo where Date and Date between DTFr.value and DTTo.vlaue GROUP BY AccountInfo.incategory;[/CODE] in form I write code in a command button like:[CODE]Private Sub Command2_Click() Load DataEnvironment1 With DataEnvironment1 If .Command3.State <> 0 Then .Command3.Clos .Command3 Format(DTFr.Value, "dd/mm/yyyy"), Format(DTTo.Value, "dd/mm/yyyy") …

0
95
Member Avatar for Neil_W

Hi guys, I am working in Access 2003 andtrying to populate a form from an underlying query written on the fly. My code is as follows: [CODE] Private Sub cmdDefra_Form_Click() Dim Cat As New ADOX.Catalog Dim cmd As ADODB.Command Dim sqlText As String Set Cat.ActiveConnection = CurrentProject.Connection Set cmd = …

Member Avatar for vb5prgrmr
0
259
Member Avatar for NorthDakota

Hi all :) First of all, sorry for my bad english :) Actually I'm creating a little program that should replace Vista's welcome center (that one that shows the system info's, microsoft's related links, etc..). So far I've made the "header" part of the form (see attached image) and now …

Member Avatar for TomW
0
161

The End.