16,916 Topics

Member Avatar for
Member Avatar for abdb911

would any one be able to tell me on how to simulate a run report function when trying to call a report written in crystal reports XI. or any link that will help me in calling a crystal reports report from vb6 interface will be of great help. regards, Ebad

Member Avatar for abdb911
0
282
Member Avatar for shahriar2403

I use dim mydb as recordset and also use mydb.update in certain required places like the update command button clicking. It works, by adding the new value in database. I have a list that shows the values of that db. But the main problem is i cannot see the newly …

Member Avatar for choudhuryshouvi
0
88
Member Avatar for francis0ng

i have a VB form with 4 combo box, how can i make the combo box to display the contents o a certain coloumn in an access database, and then be able to make a report out of them thanks

Member Avatar for debasisdas
0
80
Member Avatar for gunner22
Member Avatar for popson

I haved developed a software in Visual Basic 6.0 and i want to convert it to VB.Net without re-writing the code, pls help me out

Member Avatar for binoj_daniel
0
276
Member Avatar for rtm_e

Hi, i am using Data Environment to connect VB with my Access Database. Can i use SQL statement in my script (manualy)..?? Please tell me how to do it Thanks RE -Denpasar-

Member Avatar for kb.net
0
245
Member Avatar for locsin

Greetings! I designed a simple program in VB6 with a background picture in my main menu form. but when i try to install this program to other computer having different resolution or sized in the screen settings my background picture appears not fit in the entire screen. I used jpeg …

Member Avatar for SCBWV
0
620
Member Avatar for mohammadhaneef

Please note this is in Visual Basic 6.0 language not .net : I am facing alot of probem while creating a program which can show 5 different timezone of US on a form on 5 different label in connection with the system time. for Eg label1.caption "should be IST" Indian …

Member Avatar for mohammadhaneef
0
89
Member Avatar for rtm_e

Hi... i am a newbie in VB Programming right now i am tryng to make a simple programme that will connect VB with an Access Database Can i use a variable inside connection sintax..? Something like this.... What i want to do is accessing field NmPeg that suppose to use …

Member Avatar for debasisdas
0
118
Member Avatar for dilip_singh3

I am using a connection object from code and a DataEnvironment in a VB application Set CON = New ADODB.Connection CON.ConnectionString = "Provider=Microsoft.Jet.OLEDB.4.0;Data Source=C:\AA.MDB;Persist Security Info=False" CON.Open Set RS = New ADODB.Recordset If RS.State = 1 Then RS.Close RS.ActiveConnection = CON RS.CursorType = adOpenKeyset RS.LockType = adLockPessimistic RS.CursorLocation = adUseClient …

Member Avatar for debasisdas
0
103
Member Avatar for naturegirrrl

Hi all, Need to get this thing running. Need to develop in VB6 and hook up the back end to sql server express. VB6 and sql server express are installed locally. Please tell me how to do this to get it up and running. It is urgent. thanks, b

Member Avatar for debasisdas
0
88
Member Avatar for coco86

hello guys , i got a problem with string let's say: i got a string like this : dim Amount As string [B]no error [COLOR="Red"]Amount = 0000780080[/COLOR] error [COLOR="Red"]Amount =000060005A[/COLOR] [/B] the problem now is the amount contain a value A at the end of the string. how am I …

Member Avatar for coco86
0
83
Member Avatar for gunner22
Member Avatar for leovicAustria

Hi. good day, can anyone help me please..I'm going to run an application which will get files in folder and store it to listbox,,but I'm always came up with this error: "User defined type not defined" please help me..give me another suggestion....heres my code: thanks.. Dim oFileSystem As New FileSystemObject …

Member Avatar for debasisdas
0
104
Member Avatar for bluanwht

I really would appreciate it if someone could help me troubleshoot this code for my class. I am trying to get it to take input from textboxes and put the output into a list when the user clicks a button and likewise hide the list when the user clicks the …

0
77
Member Avatar for peter_budo
Member Avatar for jbennet
0
84
Member Avatar for snehas

Hi, I am creating a small application which connects to an MS access database. I am using app to get the path of the mdb. This works fine when I am accessing the exe from my own machine. When I share the folder containing the exe and access it over …

Member Avatar for ryan_vietnow
0
132
Member Avatar for jmatusik

Hi , My name is Joe and I work mostly with Visual Basic 6.0 Apps. Learning Labview (tried to get BrokenArrow as Username). Hope to be able to get and give some useful info here. My latest challenge is calling Matlab from VB6. Making good progress so far. I am …

Member Avatar for binoj_daniel
0
58
Member Avatar for razaka

Help! I'm a beginner. I've just done some short studies in oracle database. I need your help... how to show my data in oracle to appear in interface of visual basic. Your help will improve my knowledge. Thx

Member Avatar for debasisdas
0
50
Member Avatar for stan yost

All of a sudden I'm getting this error message in vb 5.0: Run- time error '3027' Can't Update Database or object is read-only. Can anyone help me with this? Thanks

Member Avatar for stan yost
0
194
Member Avatar for hawisme000

the title said it all, pls give me ideas on what i can use in making a chat box, like is using a many textbox good or a Big Nono, thx

Member Avatar for agrothe
0
113
Member Avatar for amishosh

Hi! Up until today I've been writing C with Borland C dos version. Only g-d knows why the school I go to teaches us C on that. I want to start using MS's Visual Studio and I'm totally lost. It's a whole new enviornment of work. All their tutorials and …

Member Avatar for iamthwee
0
182
Member Avatar for vidyahajare

hi folks, i want some help with dlls i want to create dll which will take image file path as input string do some processing, and five different strings as output. how to use it. can anyone give sample code thanks

Member Avatar for debasisdas
0
73
Member Avatar for kehar

Hi, There is a memo field called [B]'Particulars'[/B] in my [U]exp[/U] table [U]exp1[/U] database. I have placed the field in my Crystal Report. The length of memo field by default is set to 250 characters. If I extend the field size horizontally in crystal Report my other field will go …

Member Avatar for kehar
0
135
Member Avatar for hawisme000

hello anybody know how can i make a search button?? im having a problem on the syntax or coding i need, i mean, for example if i put a word on a textbox(txtUN), then i click on the cmdbutton(cmdSearch) it will retrieve all info about the data that is been …

Member Avatar for hawisme000
0
106
Member Avatar for murraydun

hi Let me start with a little introduction of myself,am murray an undergraduate of computer science, am in my final year and i need to write a project for this award. In a nutshell what am saying is that i need about three project titles and its reference. And the …

Member Avatar for kb.net
0
73
Member Avatar for FallenPaladin

Hi, I am currently studying programing, and have become some what stumped with Visual studio 2003. I have written a number of application using the console, however currently i am trying to clear of text that has already been written to the console.....but can not find any command or code …

Member Avatar for FallenPaladin
0
147
Member Avatar for plusplus
Member Avatar for QVeen72
0
106
Member Avatar for Pieter

I'm new to visual basic, and after writing my first few programs I decided it's a nice language for database front ends :-) just like VBA. Everhing is working out fine, but there's one thing I can't figure out, how do I pass arrays between private subs without declaring them …

Member Avatar for waynespangler
0
125
Member Avatar for sivakumarhtsl

hi all, i am sivakumar from india. i am basically a mechanical background working in a software company. i am in a position to learn visual basic, visual c++ stuffs. i want some basic tutorials on programming visual basic. thanks sivakumar

Member Avatar for hawisme000
0
103
Member Avatar for Pareshja

Hi Guys, I have completed a vb6 application that uses sql2000 database. I have sql client installed on my pc. I want to install the application on a machine that does not have sql on it. Will it work or do I need to install sql on the clients machine. …

Member Avatar for Cruize_Invades
0
92
Member Avatar for dilip_singh3

How many tables we can create in a single MS Access database ? I m going for a multiuser project . I dont know how many tables I will have to make.

Member Avatar for QVeen72
0
145
Member Avatar for vassup

I'm trying to determine if the data in a string field is found in a list of possible strings. It needs to be an exact match. I can use a bunch of 'If' statements obviously, but is there a better way to search for a match, and then keep a …

Member Avatar for venkatramasamy
0
72
Member Avatar for plusplus

In the first column of my grid I don't want any lines between the rows(in the other columns I do want them) How can I do this?

Member Avatar for QVeen72
0
69
Member Avatar for plusplus

Here is my code, it works when I leave away the line in bold, I can't figure out what's wrong with my line in bold, I've been checking my database so many times already, can you help me [QUOTE]With gridMieter .Cols = 5 .TextMatrix(0, 0) = "Frist_id" .TextMatrix(0, 1) = …

Member Avatar for QVeen72
0
102
Member Avatar for Randika

I'm an aprentice to VB,but have a little knowledge and interested in doing experiments. What i want to know is,how to get the time difference? text1.text includes the 1st updated time and text2.text includes the 2nd updated time.text3.text must be the difference between two times. please teach me to do …

Member Avatar for venkatramasamy
0
142
Member Avatar for kolony

hi i am new to asp.net .i have to do two projects in asp.net. i am weak in coding . i am making a website in asp.net with vb.net as back-end . i have to do codibg of login page which uses postback i am confused. i have seen daniweb's …

Member Avatar for SheSaidImaPregy
0
241
Member Avatar for Pareshja

Hi Guys, I am a newbie and need some help. Is it possible to extend the message box functions to include buton "Yes to all and "no to all" in vb6 Kind regards

Member Avatar for Pareshja
0
150
Member Avatar for Tekmaven

OK.. I want to start trying to develop a web app using an SQL Server 2000 database. The only language I know comfortably (but not totally) is VB (although VB.NET is giving me lots of problems). What should I use to develop this program? Dreamweaver? Visual Studio.NET has web development …

Member Avatar for nfantano
0
202
Member Avatar for hawisme000

hello every1, it really makes my mind :confused: about converting sytaxes especially when converting DAO coding to ADO.. for example in making a Login form, usually you can see sample Login form in the net, but most of them is made of DAO, and i cant use DAO ,since im …

Member Avatar for choudhuryshouvi
0
76
Member Avatar for karan_21584

i want to create a dropdownlist and when i click the dropdownlist, then it should show the all databases which is present in SQLserver. (now i m using SQLSERVER 2005 and Microsoft VISUAL STUDIO 2005) can anyone help me plz? thanks in advance. CLEAR MY DOUBT IF U GENIUS

Member Avatar for s_muenchaisit
0
139
Member Avatar for Artis_Croatia

Hi to all I need help with this program, i have problem, i must write it out from left to right not from right to left, but i do not know how to do it, when i change something in program, than it is not working :( here is the …

Member Avatar for zandiago
0
94
Member Avatar for locsin

Greetings! Anybody know how to save database file into a text file. What i mean to say my program works fine to save data into a MS Access database file. I'm trying to save this file also into a text file ".txt". And also, how to extract or open this …

0
60
Member Avatar for Andre de R

I want to ad an .dll procedure to my VB application but when I try to run the dll I get the error message 453 can't find etc. The code is Private target As Integer Private solutions As Integer Private mode As Integer Private Type dealstr trump As Integer first …

0
49
Member Avatar for yogesh_vaidya12

I am trying Ms flex Grid attached with combo box. Can anyone give me source or soloution.

0
71
Member Avatar for blitz2bleach

Hello there, i just need your opinion about this...i have now database and all i need to do is to connect it on this page..my question is..where i should put the code of connecting this page to my database that has a column of "ID" and "Password" and it has …

Member Avatar for SheSaidImaPregy
0
176
Member Avatar for Pim

Well I'm quite a noob programmer, but I wonder if Microsoft Visual Basic 2005 Express edition programs in .NET or in VB 6 (This might be a really silly question) Thank You.

Member Avatar for tostrinj
0
150
Member Avatar for jonwildman

Visual Basic coding for excel database - am tearing my hair out! I am trying to build a database in Excel 2002 / Windows XP. I have 5 columns starting from row B they are as follows.. TITLE/ PUBLISHER / YEAR OF PUBLICATION /DATA TYPE /ELECTRONIC /HARDCOPY /DESCRIPTION /WEB LOCATION/NETWORK …

Member Avatar for hopalongcassidy
0
165
Member Avatar for jagpreet

can anyone provide me with the script for extracting columns from a text file. the script needs to be in visual basic

Member Avatar for Diguelo
0
238
Member Avatar for pbyrne98

Hi, I'm trying to copy shapes from 1 sheet to antoher. In the first sheet there are 2 buttons which I do not wish to copy and multiple screen shots that I do. How do I build a shaperange that includes all shapes except the 2 buttons ? cheers, Paul.

Member Avatar for Diguelo
0
53

The End.