16,916 Topics

Member Avatar for
Member Avatar for JaceDBN

Hi, I have created a database using Access 03 and VB, and I will be letting some people use it shortly. I would like to create a way in which the program cannot simply be copied onto another computer. I was thinking of using VB and referring to some system …

Member Avatar for kb.net
0
98
Member Avatar for rajksarswat

Is there any method to assign the particular number to the current page number control in data reports using vb6.0. This is required to assigned the continous page numbering for the different report generated by the Data Report.

0
60
Member Avatar for kingflux

Hello-- I have an ordering screen that displays hundreds of items in a datagrid and provides a blank for the user to enter a Quantity. Datagrid "CatalogGrid" is bound to a datasource which is based on the System.Collection.CollectionBase class. If the user has entered a Quantity on a row, the …

Member Avatar for ptaylor965
0
244
Member Avatar for CLAY ROBINSON
Member Avatar for wmr30075

I have created and populated an Excel workbook with 3 worksheets. Sheet1 contains data; Sheet2 and Sheet3 are empty. I massage the data in Sheet1 and enter the output into Sheet2. I would now like to delete Sheet1 and close and save the Excel file. I am embarressed to say …

Member Avatar for binoj_daniel
0
113
Member Avatar for Anupkumar

Hello, I have installed VB6 and SQL * plus (Oracle 8i). I want to connect VB6 and Oracle. That is, I want to preapare an application where in, if I enter a value in the text box, it should get appended in the table in SQL. I know how to …

Member Avatar for debasisdas
0
288
Member Avatar for bakedsushi

I am making a simple payroll program that keeps track of my hours, jobs, descriptions, etc. It also keeps track of the checks I've gotten. I have three main tables: Hours consisting of date, time started, ended, total hours, customer, job, description, Payperiod number, I know this one could be …

Member Avatar for choudhuryshouvi
0
327
Member Avatar for damyna

Hello,Am new and I want urgent help.AM submiting a program in Oct And most of the functions are not working.For Example, am Trying to have search function but a failing to work.Am using visual basic 6 .Am using Ado as the Jet engine.Email me please with ideas and [email]sugestions.damyna@gmail.com[/email]

Member Avatar for jasimp
0
97
Member Avatar for kclif9

[B]I am tring to print a list in vb 5 does anyone have a code for it using printer.print[/B] Thanks

Member Avatar for choudhuryshouvi
0
93
Member Avatar for locsin

Greetings! I want to change the button message in visual basic 6.0. It is possible to edit the button message. Like vbokonly button display "OK", i want to reply this "OK" with my own word. Anybody have idea to replace it. Thankyou in advance

Member Avatar for debasisdas
0
73
Member Avatar for royaloba

hello every one.. good day... first i was able find the solution in this site on how to open the textfile and save it to the database, i'm using mysql as my database...thanks to sir "jomet" ;) . now what i want to do is, i want to open a …

Member Avatar for christophertheo
0
203
Member Avatar for rancedowner1234

I have successfully authenticated to a webservice which returns a SAML 1.0 token. I am using Visual Studio 2005 with WSE 3. How do I parse out the SAML token so that I can send it to subsequent webservice calls?

0
59
Member Avatar for Mickomitiku

hello everybody I am here to get some help abt developing timer with VB,meaning a countdown timer to remind me sth. after some time, tx in advance

Member Avatar for plusplus
0
70
Member Avatar for tgifgemini

Hi, I need help setting a spreadsheet printing Range because when I print, after printing the area with data, it prints additional blank pages. So how can I set my print range from "A1" to the last cell that has data? Example: [code] xlWksht.PageSetup.PrintArea = xlWksht.Range("A1:???????").Address[/code] Note: in the code …

0
58
Member Avatar for choudhuryshouvi

Hi all, this is my question :- I've created a table in ms sql server 7.0 using the enterprise manager. there i've a field named "address" which is a varchar type field. now in my vb6 apps i used a multiline textbox to write address. now when i'm trying to …

0
63
Member Avatar for shahriar2403

Let i have a 2 column table in access database. Is it possible to show the items of a column in a list mode by using 'Flexgrid' option in my vb form? What should be the code? Please help me.

Member Avatar for choudhuryshouvi
0
77
Member Avatar for noobyy

i just want to know if it is possible in SQL select statement to have more than one column to be compared for the searchstring(recordsource) like for example select * from [Tablename] where lastname like ... AND firstname like ... because the VB is giving me a run time error …

Member Avatar for ryan_vietnow
0
90
Member Avatar for Mickomitiku

I am i need of ur help before that let me tell u exactlly what i want to do. I am doing a mentenance scedule for some machinaries with VB.I want the timer to remind me and give me a kind of mesg for the next scedule as per the …

0
62
Member Avatar for aparnesh

I am currently working in Vb6 and ASP 2.0 and planning to switch to .Net. I have very little knowledge about it, so would be obliged if someone offers some answers to these Qs. 1. What software do I need ? MS Visual Studio.Net ? 2. Can I have VB6 …

Member Avatar for aparnesh
0
172
Member Avatar for suneel kar

Good Afternoon Everyone I Just Wanna Make My Code User Frindly . I Have To Extract .dbf Files . 2. Process Them.(makin .prn ) 3.stop. 4.selectin Another .dbf File. 5. Process It . 6. Stop. My Code Is Able To Process One .dbf File But If I have 20,30, ....n …

0
119
Member Avatar for hoon

i'm doing a budget calculator for my assignment. and now i'm facing the problem about how to load or save the data i type in the textbox into mdb...? i already had one simple mdb for login process...(containing username and passwords) i hope to do sth like when User A …

Member Avatar for xyte
0
129
Member Avatar for Jerry D

I have a project that I am working on that has customer data including their addresses. I am trying to Place a route code on each customer using a secondary data base that has been assigned route codes. I am trying to match these customers with the 2nd data base …

0
51
Member Avatar for furjaw

I wrote a Windows Forms application in Visual Basic 2005. What would be involved in converting it to run as an internet web application?

Member Avatar for furjaw
-1
201
Member Avatar for tycoonjamie

Hello I am trying to make an VB program to open an excel workbook and just open it. I have two forms. the first is a crude password system that if completed switches to form2. That is fine but i have no idea how to then make this form have …

Member Avatar for tycoonjamie
0
109
Member Avatar for dza

hi all Can anybody help me with the vb6 datagrid error control code.When I click addnew all textboes are cleared and the datagrid sets focus to an empty row but when I decide to click cancel update, I get a msg that "row cannot be inserted,row must have at least …

Member Avatar for ryan_vietnow
0
111
Member Avatar for Jaav

Hello. I have knowledge in both VB.NET and C++. What I can do in C++ is mostly console apps that are made from scratch. What I know in VB.NET is using the Visual 2005 express edition to make a simple game. I'm planning on starting making a big but still …

Member Avatar for Narue
0
164
Member Avatar for khanayub_chand

I have a Dll source code and i want to modify it. Now, I need to know after modification, I want to register it on the Server. Once the Dll is register on a Server, it should be registered automatically on all the client machine. So that I don't have …

0
56
Member Avatar for AnzJ

Hi all, need some help. I've just built a (REALLY) simple hit counter to add to my website, and was forced to use ASP.NET. (but im not using visual studio at the moment). I created a class file (counter.cs), and placed it in the App_Code folder. It was my assumption …

Member Avatar for AnzJ
0
103
Member Avatar for tgifgemini

Hello everyone, I am creating an excel spreadsheet using VB 6.0. After running my program, I may process either one or more records, but when I printView and initiate a print, it prints the page with one or more records and prints additional unnecessary blank pages. How can I programatically …

0
68
Member Avatar for arthurinvisible

I Have A Web Browser Project Made In .NET Using The Browser Control In The Visual Studio Express Edition But When I Click On A Link In The Browser Control It Opens Internet Explorer, Could Any One Tell Me How To Intercept Those Events So I Can Open The Link …

Member Avatar for arthurinvisible
0
81
Member Avatar for fatma

hi!! I need to know I can connect to a port using vb6.0.more specifically to a port that can either control a motor or a port that cantake analog signals or digital signals.any resourcethat can help me solve this problem will be of great help.

Member Avatar for mzlover
0
485
Member Avatar for BULK

Hi, all I have an application that listen to a port, and receives UDP data. The data is sent to a textbox. I want to add a checkbox, and when the checkbox is =1 then I want the UDP data to be saved to a file on desktop with date …

Member Avatar for BULK
0
149
Member Avatar for Dell XPS

I have an SSTab in my project. I want after I click a command button in Tab 1(now i am in tab1 of the ss tab) to be taken to tab2! Thank you Any help appreciated

Member Avatar for jireh
0
110
Member Avatar for Murali1311

Hi, i am doing a [B]payroll calculation[/B] using vb and access. In this, if a user clicks the search button, it should ask the emp_no and if it is present, it should display it. for this i need the codings. I tried some codings, but it doesn't works properly [B]Additional …

Member Avatar for jireh
0
109
Member Avatar for choudhuryshouvi

I have created a report using crystal report 8.5 Now I want to count total no. of words that are appearing in each page of the report. Is there a way from the crystal report software to accomplish this? Can we create a program in vb6 to count no. of …

0
65
Member Avatar for sibotho

Hi All I am trying to connect mysql and VS 2003 but i am unable to do the connection, which makes me wonder if the are compatible. Can someone tell and also give me the code for connection. Thanks in advance.

Member Avatar for jbennet
0
116
Member Avatar for tgifgemini

VB6 - Spreadsheet generates blank pages with no records. Good morning everyone. I'm sure everybody is now familiar with my non-stop posting with my spreadsheet issues. I am populating a spreadsheet/report using vb. I am using a query/table as my input files. The problem is even if program executes and …

0
76
Member Avatar for mr_fany

Hello dear!!! How can I [B]"Connect"[/B] and/or [B]"Disconnect"[/B] [I]Local Area Connection[/I]? Please help me to solve this question. Thanks In Advance!

Member Avatar for binoj_daniel
0
69
Member Avatar for Stefano Mtangoo

HI Guys! is there anybody who knows how to formatting,and copying files in vb. Does it need you to use windows API? if so which windows API do i use. Pse help me!~

Member Avatar for Stefano Mtangoo
0
111
Member Avatar for capricon

I m passing Criteria using selection formula to crystal report the criteria is table.column in ('July 2007','august 2007') but it displays error in formula that is The ) is missing while this criteria is working table.column in ('July 2007') Can You Please Help me.

0
62
Member Avatar for jberry

Hey everyone, I am writing an Excel2007 macro at work because we have two large Excel databases to compare to each other. Basically we have our old database, and our new database. We want to compare the two and find the similar entries based on a particular column. The issue …

Member Avatar for kb.net
0
85
Member Avatar for blinkonon

Should be simple but my brain is about to explode. My database has a form frmPets. I am simply trying to take a field (text) from that form and populate other related forms without actually having to open those forms right away. After 2 weeks of searching and banging my …

Member Avatar for kb.net
0
152
Member Avatar for choudhuryshouvi

Hi all , this is my question :- I have installed and created a report using crystal report 9. I used user dsn on ms access database. Now i want to know how can i show the report from my vb6 apps? Plz help me out... If possible plz post …

Member Avatar for debasisdas
0
94
Member Avatar for suneel kar

hi all my frnds and everyone here hey just see two zip folders ok . they are .dbf files . i know how to read data from one reord but not from 2 or more records at atime from a single program. how to do that. in this i have …

Member Avatar for suneel kar
0
101
Member Avatar for dandonia

Hi guys this is my first post on here so im sorry if its not done properly its just i have spent several hours trying to solve this problem already and I am starting to get very frustrated. Basically I have create a basic HTML editor using visual basic 6, …

Member Avatar for dandonia
0
259
Member Avatar for BULK

Hi, all. I'm not so good programmer, but I have tried to read from the serial port and display the string content to 4 textboxes. Problem is when I use Mid, then only one piece of the string is displayed. [Private Sub btnVoltage_Click() Timer1.Enabled = True MSComm1.Output = ("B9" & …

Member Avatar for BULK
0
93
Member Avatar for Ancora Imparo

Please help...I am new to Access and VB. I have created a form that selects certain records from a table into a recordset. Now I want to have all the records from the recordset into a report . How do I do this?

0
52
Member Avatar for choudhuryshouvi

Hi, all this is my question:- I am creating a double tier vb6 application with access in format 7.0 mdb. For this application i'm creating reports using crystal report 9. Now i want to show the report to view data from tables after passing some criteria. I have a table …

Member Avatar for choudhuryshouvi
0
689
Member Avatar for kshrini

Dear All, I'm developing an application in visual basic 6.0. I'm using Crystal Report 11 developer. I've taken Report Viewer using which I can able to view the report but PrintReport method gives error. Anybody has solution for this? Shrinivas

Member Avatar for jireh
0
517
Member Avatar for danlexter7

Guys, i need your help.. I really dont know how to rotate an object..What would be the codes of rotating an object?? please..

0
59

The End.