10,992 Topics

Member Avatar for
Member Avatar for rajeshkhanna_in

[B][/B]Please help me out with this. Crystal reports entertains the MEMO field from ACCESS in three ways (uninterpreted, RTFText and HTMLText). Is there a way in which I can print the object in the MEMO field because I have the tables and diagrams in this field. and they don't print …

0
62
Member Avatar for stupidenator

Hello Everyone, I am having some trouble with a VBA application I am writing for work. I am using ADODB to connect to an Oracle database and return and I want to return a 2-D array from my function. The problem I am having seems to be determining how big …

Member Avatar for stupidenator
0
210
Member Avatar for prateekprashar

Hi, i am using VB6 with Access databse after a long time and have forgotten some syntax. I am using ADODC connection (the dirty method) wherein one makes a connection using ADODC component and setting its properties (ODBC and selecting table/ query). I need to display the fields of a …

Member Avatar for selvaganapathy
0
98
Member Avatar for rapture

Hi all, I'm stuck - it might be easy but I don't work with VB6 much. I have a form that is open and has a button on it which opens a second form overtop of it. when the second form opens it locks the first form. Upon exit from …

Member Avatar for rapture
0
98
Member Avatar for rajeshkhanna_in

[B][/B]Hi all, I have developed a software which is basically is Question Paper Maker. For the questions and answers to be saved I have used access database with MEMO field. Now the entire software is ready and the reports seem to be printing fine on the screen as long as …

0
71
Member Avatar for pardeep3dec

Hi friends, I am unable to fetch out correct result on date base. I am writing following code for fetching all records of a table between two dates. db.execute"select * from travel where doj between '"& doj.text &"' AND '"& doj1.text &"';" but above query can't give record between specified …

Member Avatar for AUGXIS
0
101
Member Avatar for Agrawal_rakesh
Member Avatar for nschessnerd

Hey i have a program running on a server that eats a lot of the processor. How can i see how much (%of processor) it is currently using similar to task manager? i only need it for one process.

0
74
Member Avatar for Skado

:( i have tried by all means but i stil cant code it correctly. pls help! how do i code and call a sub procedure that retrieves 3numbers frm a comma seperated string,eg."30,15,66" then send the string to convert as a parameter & return the 3 numbers using parameters. my …

Member Avatar for Teme64
0
106
Member Avatar for dhanya_piit

[code=visualbasic]Dim MyWord As Word.Application Dim WordDoc As Word.Document Dim MyRange As Word.Range Dim MyTable As Word.Table Dim MyCell As Word.Cell Dim MyCells As Word.Cells Dim MyCols As Word.Columns Dim RetSt As String Dim Pic As String Dim arc As String RetSt1 = Chr(10) + Chr(13) RetSt2 = Chr(13) + Chr(10) …

-1
84
Member Avatar for guest11

hi all, I am using data report tool for showing my reports. Everything is working well i am accessing records from table but when i set datasource to datareport it shows all records excluding last record. I don't understand why this happens. Can anybody tell me about this problem. If …

0
68
Member Avatar for shahriar2403

How can i make my report header variable? I want 2 make my report header label as per a textbox filled in a form. How can i do it? Please help me..

Member Avatar for surveyteck
0
116
Member Avatar for Abu Badr

Hi all, please I want the code in vb6 to save content of all text boxes i put in the form to a database in the internet.. I hope you understand what I want :)

Member Avatar for Abu Badr
0
88
Member Avatar for abu taher

what is .dll file. how it is work and how can i make it. please any body help me

Member Avatar for Jx_Man
0
101
Member Avatar for Richy321

Hi, Im looking for a way to get all the possible vb6 runtime errors and write them to a text document for later use. Thanks.

Member Avatar for Drycola
0
92
Member Avatar for zapptuner

I need to generate a timer code in VB that counts down from 3600000 miliseconds (1 hour) to 0 miliseconds.But it's not allowing value to exceed 65000 something....my present code is as follows..... [code=visualbasic] Private Sub Timer1_Timer() If Label2.Caption = 0 Then Timer1.Enabled = False MsgBox ("1 Hour is up") …

Member Avatar for Drycola
0
87
Member Avatar for iamnoangel26

I'm making a program that uses several forms, some are maximized some are not. My problem is when I try to run my program on other pc's that are using resolutions lower than 1280x800 the form now is to big for the monitor. Is there a way that the forms …

Member Avatar for Drycola
0
580
Member Avatar for SPIRO_DT

[b][color=#0000FF]Visual Basic 6 Tutorial - made by Spiro_dt Volume.1 [/color][/b] [quote] 1.Intro 2.Starting with simple hello world 3.Declaring variables 4.Combinations with Math 5.Loops 6.If ,else 7.Making a simple program for Shutdown pc using shell command(implement cmd commands) 8.Timer 9.Last words 10.About [/quote] 1.Hello People this is my first tutorial about …

0
66
Member Avatar for LudwigFF

Hello. I wonder if anyone can help me. I have the Following XML file, where I load multiple SQL database connection details: <?xml version="1.0" encoding="UTF-8" standalone="yes"?> <ConnectionDetails> <ConnectionName ID="1">DAWS</ConnectionName> <ServerName>LOLLIE</ServerName> <DbName>DAWS</DbName> <UserName>sa</UserName> <Password>sa</Password> <Network>TCP/IP</Network> <ConnectionDetails> <ConnectionName ID="2">FreightEquipe</ConnectionName> <ServerName>FREIGHTFOCUS2</ServerName> <DbName>FE</DbName> <UserName>sa</UserName> <Password>sa</Password> <Network>TCP/IP</Network> </ConnectionDetails> <ConnectionDetails> <ConnectionName ID ="3">Media Express</ConnectionName> <ServerName>FREIGHTFOCUS2</ServerName> <DbName>ME</DbName> …

Member Avatar for LudwigFF
0
81
Member Avatar for rajeshkhanna_in

Hi all, I have developed a software which is basically is Question Paper Maker. For the questions and answers to be saved I have used access database with MEMO field. Now the entire software is ready and the reports seem to be printing fine on the screen as long as …

0
50
Member Avatar for Derice

I whould like to check on a particular file in a share network whether it is open by other user. If it is open by other user, i would like it to be close. Here is my code for opening the excel file and checking code. I have no idea …

0
78
Member Avatar for oscarresonable

ei..guyZz... Can u help me with my project??.. I'm using front end vb6 and back end is mysql.. it is a cashless system.. do you have any idea about that??.. because i'm already a card.. how do i connect it in my project???

0
55
Member Avatar for chloevin

[B]hi im a newbie here,,, and i am having a hard time to display an icons in my chat program in vb6,,, does any body knows how to do it,,????[/B]

Member Avatar for peter_budo
0
148
Member Avatar for pardeep3dec

Hi friends, I am using travelmgmt.exe file of visual basic project on LAN. In project i can add record,edit,search and delete record. I want make my project multiuser but when i use travelmgmt.exe file on LAN it shows message [B]File already in use [/B] Please tell me the way of …

Member Avatar for saradavid
0
108
Member Avatar for smile4evr

hi... ive connected my VB to my data base with the following code.... [code=visualbasic] Private Sub Form_Load() Set CN = New ADODB.Connection cString = "Provider=Microsoft.Jet.OLEDB.4.0;Data Source=C:\Documents and Settings\Desktop\DATABASE FINAL\Passport Requirements.mdb" With CN .ConnectionString = cString .CommandTimeout = 20 .CursorLocation = adUseClient .Open End With nw... i want to connect every …

Member Avatar for smile4evr
0
117
Member Avatar for jarojasp

Hi, I am writing a network applications to read data from a server. The problem I have encountered is that on abrupt termination of my program, the socket rtemains open so that the next time I execute the program it will return an "Inavlid operation in actual state" error 40020. …

Member Avatar for jonc
0
126
Member Avatar for pardeep3dec

Hi Friends, I have a Access table with [B]S.No.,Name,Department,Status [/B]fields and some data attached with this mail.

Member Avatar for dspnhn
0
34
Member Avatar for hemantray

I m getting error msg "[B]report width is larger than paper width[/B]" when i want to display abt 40 fields on DataReport in VB. Is anybody have solution pls write me [email]hemant_apt@hotmail.com[/email]

Member Avatar for dspnhn
0
2K
Member Avatar for babukumar

I developed the project in vb.the screen resolution is 1024 * 768 the exe is posted in server . now when another person is opening the exe from his system of 15 inch wider screen the resolution is 800 * 600. some part (right to the user) of the form …

Member Avatar for abu taher
0
309
Member Avatar for silver_wolf

hi everyone! im just a newbie here! hope that someone there is willing to help me, i got a huge problem about how to show image from mdb in vb, the errors tell me "unable to bind object" something just like that, hope you will help me to solve my …

Member Avatar for abu taher
0
75
Member Avatar for mason_bancroft

Hello everyone, I'm trying to get this Sub procedure to execute after the selected worksheet is printed. Any suggestions? [code=visualbasic] Sub Save_Printout() Dim s As String, Sh As Worksheet Set Sh = ActiveSheet Sh.Copy s = "c:\printed sheets\" & Range("M5").Value 'save location and name of worksheet ActiveWorkbook.SaveAs Filename:=s Range("A1:IV5000").Copy 'selects …

Member Avatar for mason_bancroft
0
93
Member Avatar for SHAWTY721

I have a form that contains two text boxes where the user can type in file paths, I want to check to see if the file path entered into the textboxes are valid when the user clicks on the accept button. Here is my code [CODE]Private Sub btnAccept_Click() Dim OpenFile …

Member Avatar for Jx_Man
0
182
Member Avatar for edmicman

I've got a strange problem that I'm hoping someone might have an idea on... I have a VB6 application, and in that there is a form with a password textbox, and a multiline textbox. On one of the workstations, a user pulls up this form, and the multiline textbox acts …

0
77
Member Avatar for aquiintac

Sorry I first posted this question on on the tech talk portion.... I'm using crystal report and vb6. I posted a thread two days ago regarding changing the connection properties of the crystal report in vb6. I found a way by using : [code]crxReport.Databases.SetDataSource rsReport[/code] but I'm having an exception …

Member Avatar for gunasekaranm
0
248
Member Avatar for barneygurl

I've created a software using vb6 and mysql as the database. The exe runs ok but whenever I try to open a report, I get the error "ActiveX component can't create object". Can anyone shed some light on this problem? I'm using crystal report 11. The reports will run on …

Member Avatar for barneygurl
0
188
Member Avatar for Duki

Hey everyone, I need a decompiler for a VB6 application. The software was written in 2002 by a former IT admin, and he didn't leave the source code. I've been able to use programs like VBdecompiler-Lite, but it looks like the only thing I can get is the native code? …

0
57
Member Avatar for 3250245

oh my god ! the teacher let me 2 do the hangman !! u know, it is difficult 2 my--a VB learner who can give me the code for hangman ! @_@ thx

Member Avatar for jonc
0
133
Member Avatar for Bhatti302

[code]Hello, I am creating a Internet Explorer. I am using a webbrowser and VBStatusbar. I want when website is loaded a VBprogressbar is show in the VBstatusbar. The value of the progressbar is increasing with the file downloaded. please tell me anyone about this metter. I am very very confiuse.:icon_redface: …

Member Avatar for Drycola
0
67
Member Avatar for newb666

hey y'all i just started messing with VB about 3 days ago i just created a countdown timer. it works as far as result goes but here's my prob. i created a command button, when i click on it, it shows me the correct countdown and all how can i …

Member Avatar for Drycola
0
446
Member Avatar for alski

Hi all. I have an unbound Infragistic SSdbgrid which I populated with names and student numbers sorted by name from a recordset. As the user typed a name from a search text box, the grid should automatically scroll and point its current row on the record matching the name with …

0
56
Member Avatar for Sdr46

Recently some of our users have been having trouble using our VB program that gets data from a MS Access database. When checking those users PC's, we find that by going to MS Access on those machines, and the TOOLS > Macros > Security , the security level is medium, …

0
135
Member Avatar for AUGXIS

hi guys, i have manage to copy and paste files (excel, word, txt) in specified locations, but when i used it to copy exe files, the exe files are not being copied to specified locations.

Member Avatar for AUGXIS
0
90
Member Avatar for Gebby

(VB6) I want to place 20 columns by 20 rows of text boxes on a form. How do I program a 2 dimensional array of text boxes at run time?

Member Avatar for selvaganapathy
0
53
Member Avatar for dreamgirl

Hi, well can anyone guide me to a site or suggest me some ideas where i can get some interfaces done on vb for a learning package for kids up to 7 yrs old.. i just need some example of the interfaces only// Thx in advance

0
71
Member Avatar for Drycola

Hi, I need to know what is the advantage of classes as compared with normal modules?? and If I make an ActiveX with classes, should that let the code execute faster than if the same code is written within the form code??

Member Avatar for selvaganapathy
0
104
Member Avatar for aadebayo

Hello I am currently writing a program that generates an XML file. I am having some minor difficulty. I need it to look like below [code=xml]<?xml version="1.0"?> <?xml-stylesheet type='text/xml' href='test.xsl'?> <!--sample xml file created using XML DOM object.--> <GovTalkMessage xmlns="http://www.govtalk.gov.uk/CM/envelope"> <EnvelopeVersion>2.0</EnvelopeVersion> <Header><![CDATA[<some mark-up text>]]></Header> <node3> <subNode1/> <subNode2/> <subNode3/> </node3> </GovTalkMessage>[/code] …

0
150
Member Avatar for hanzi_ru

hi I need to create a report which can be produced according to the values given in the combo boxes For example: if I choose the location name as “Head Office” floorname as “1st floor”, utilization “all”– the report should only contain the records relevant to “head office” &”first floor” …

0
81
Member Avatar for justvince

sorry no well wrote code snippet , but my problem is although an absolute novice with VB6, I have created , well a specialist calculating programme, it is only a glorified calculator but using a lot of trigonometry functions, on the PC I created it on it works 100%. The …

Member Avatar for justvince
0
95
Member Avatar for Drycola

Hi, I'm working on a communication system that uses sound to transfer data, the concept is to transfer data by using different sound frequencies. I could produce the exact frequency of sound by using DirectSound and everything is OK about it. My problem is: I can't find a way to …

0
80
Member Avatar for jinkylopezplan

[b]hi there guys, i'm a newbi. can you help me how to create a program that count a day&time. and when it reaches the date&time that you set, it will prompt a message and the color of the message will change into red. thank you.. =) [/b]

Member Avatar for selvaganapathy
0
27

The End.