Hello,
i m implementing a user interface with some custom controls. Each of those controls inherits from its base class (textbox, listbox etc) plus some custom properties. Those properties are common to each of those controls (DataType, IsRequired, IsListOfValues, MinValue, MaxValue ..... etc)...
Hello to everyone,
i have created one instance of datagridview on my form(by using the designer), with some columns from a custom class (CustomDataGridViewTextBoxColumn) which inherits from the base DataGridViewTextBoxColumn class.
So far i ve added one extra property on my...
How can I disable all cells of a TextBox column, so that these cells are not selectable and tab doesn't stop there.
I m designing an "oracle like" form with fields like ID and Description and when i enter the "id field" and press tab, i want to move to the next "id field" by passing the...
Hello to everyone,
i want to build a platform for my database applictions (transactional), using Visual Basic (Client)and mySQL (server).
My problem is that i cant pass arrays with data (to and from ) a storedprocedure. You see i want to handle all my database issues like transactions, locking...
Customer notices that after distributing a character mode (ASCII distribution to multiple printers)
report to an IBM proprinter from the Live Previewer, then the live previewer crashes.
This problem start after the application of Patch 9. We've tried patch 10 and
13 with the same results. Our...
I have developed a client-server application with vb6 - sqlServer 7.0
There are 2 servers, each one is located in a different subdepartment of the company (different city)
in order to keep its data...
Each subdepartment has about 10 clients connected to its server.
Well the one is working just...
I ve problems with SQL server 2000. When push play button to connect to SQL it stops.
Well some days before it worked nice but now i face this problem. I uninstall SQL Server remove it's registry keys and then reinstall it.
(Well this time didnt ask for serial number) and proble still there...
Well i ve just began to work on oracle developer tools. I m using Forms Builder[32 Bit] Version 6.0.8.12.1 (Production) to build my forms. Well design and compilation works fine but when it goes to run the compiled form it instantly splashes the runtime window and hides it. Well i can figure out...
Well I want to distribute my visual basic application, an application that's supports the main project of my company (National Insurance System developed in Oracle).
This small application reads data from a file and validates it.
The problem is that it has to be only one diskette beacause it...
I m about to distribute my app which connects (ADO) to an mdb database (MS Access).
I ve created my package through Package & deployment wizard and included in my mdb file.
Well question is
1. Do i have to install any other dlls in order to be able to connect to my mdb (Access database)?
2. Are...
I m calling from VB6 and through ADO's Command Object an update query which IS LOCATED in an Access database and it updates one table.
This query accepts 12 parameters(Declared in query).
Well i create those parameters from Command object but when i execute the command it says 'too few...
I was wondering how to make nowrap attribute to work from CCS. nowrap should be applied to <TD> TAG in odrer to make cells to fit all text in one line.
Thanks in advance
What i need to do to display spanish on my page. I m reading the data from access tables (Spanish text) but when i display it from my page it displays it in english (it discards special tones etc of the language)
Thanks in advance !!!
Well, I m using ADO - VB6.0 and an Access Database.
Through a command object i m commiting SQL STATEMENTS to my mdb file.
When I m issuing an INSERT Statement to insert new record i want to get back the primary key of the record ( Auto increment field declared in Access).
So far i had to deal...
I have created a simple class named customer that handles data for a customer. Retrieves,updates customer's data etc.
Well when i m dealing with more than one customer i think i should deal with a collection of customers.
p.e. i should be able to do this
dim objCustomers as new colCustomers...
I'm calling ReadDisplayFile from within my ASP page in order to read another page and include it to the page.
It works just fine when i want to include a static HTML page. When i m calling ASP naturally it just puts the contents of ASP there without Compiling it.
Well this makes sense because...
Well what i m trying to do is send a page as a newsletter to some emails from my database.
The problem is to convert all image links and text links from relative to http absolute. I mean if image src = '.\images\top.gif' and my domain is www.mysite.com ==> 'http://mysite.com/images/top.gif'
I...
i have a incuded an external js file to my page.
p.e.
<script language="JavaScript1.2" src="../../menu2.js">
</script>
i m using the property <b>window.document.scripts[0].src</b> to get the source of the file.
Well it works on IE but it doesnt on Netscape.
is there a...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.