Okay, that sounds a little dodgy maybe I should rephrase:
Execute in the background with no indication of execution, although the user has installed and accepted the licence agreement...
Im running a program that keeps a track of a persons hours worked. I need to be able to check the date...
Im writing validation and i have a button that removes an item from a list box. Obviously if the list isnt populated or a selection within the list hasnt been made, an error occurs... Im using this code which resolves the empty list problem but not the highlightedness:
If (lst2.ListCount <> 0)...
hey, im working with a relational database and am currently trying to setup the relations. When the interpreter hits the line
Dbase.Relations.Append Rel
it says it hasnt found a unique primary key for the required table. Funny then that all the tables have unique primary keys. Im stumped...
Hey, how can I make a compound key for a relational database using DAO in VB6? It wont let me append more than one key per table... is it possible?
Thanks in advance
~*Gwar3k1*~
"To the pressure, everything's just like: an illusion. I'll be losing you before long..."
OMG cant believe this has happened! This is due for tomorrow and I didnt even touch this subroutine... now its not working ='( Im hoping someone can help me.
Error: Type is invalid.
Private Sub Database_ProductTable(AbsDir, CompName As String)
Rem creates a table and adds it to the database...
Hi, Im working on a forum layout and am quite stuck with my div elements. This solution would be easier to code using tables but id prefer to use divs.
I have a "row" comprising of 2 "columns" (one dive next to another).
I can place them together no problem, what is causing...
Hey just wondering if theres a way to have a stylesheet dynamically work out 100% width minus 200px. Ive tired
{width: 100% - 200px;} and it didnt work. Any one know of a way?
~*Gwar3k1*~
"To the pressure, everything's just like: an illusion. I'll be losing you before long..."
Hey, Im having troubles setting up relations using keys in Access 2000. This is the code i have:
Dim FolderRelation As New Relation
'FolderRelation.ForeignTable = DbaseCat.Tables("Customer")
'FolderRelation.Table = DbaseCat.Tables("CustomerProduct")
FolderRelation.Name...
Im having trouble positioning two divs next to each other. I cant use position: absolute for this task, and relative doesn't work. Does any one have suggestions?
TIA
~*Gwar3k1*~
"To the pressure, everything's just like: an illusion. I'll be losing you before long..."
Hey, Im having troubles setting up relations using keys in Access 2000. This is the code i have:
Dim FolderRelation As New Relation
'FolderRelation.ForeignTable = DbaseCat.Tables("Customer")
'FolderRelation.Table = DbaseCat.Tables("CustomerProduct")
FolderRelation.Name...
Hey, Im having troubles setting up relations using keys in Access 2000. This is the code i have:
Dim FolderRelation As New Relation
'FolderRelation.ForeignTable = DbaseCat.Tables("Customer")
'FolderRelation.Table = DbaseCat.Tables("CustomerProduct")
FolderRelation.Name...
Im creating a table in Access 2000 and would like to be able to add a primary key to one of the columns. Im currently referencing:
MS ActiveX Data Objects 2.7 Library
MS ADO Ext. 2.7 for DLL and Security
MS DAO 2.5/3.51 Compatability Library
I dont really know how to setup a key, my...
Hey, Im using a flat file to store details of an administrator (username, password, and some file settings). The password gets converted letter by letter to hex and has 11hex added to each. It is then stored in this format. When comparing an input password against the stored one, the conversion...
Hey, im used to Turbo Pascal and im getting my feet very wet with vb6 but there are a few things i miss from my pascal code that im stuck with in vb. this is one of those things...
id like to copy a single character from a string (from a text box) for processing. in pascal it'd be nice and...
Is this possible as you cant do it in Access itself? I know how to make my database perfectly using SQL so this would be a big bonus if I could do it this way.
If it is possible im unclear on how I would do things involving the connection and recordset. Currently I use the typical connections...
hey me again. trying to get data from a recordset and whack it all into text boxes... this using a value entered into a text box. Im not sure what the [start] was in the prodrec.move (this_bits_ok, [start]) part of the code so i left it out. is this the reason? what does the start do? I assume...
Hey, im not getting the .CreateIndex or .Execute commands that are mentioned in examples given to this question previously. Im referencing ADO Ext 2.5 for DDL and Security, ActiveX Data Objects 2.1 Library and DAO 2.5/3.1 Compatibility Library. Am I missing something?
With newTBL
With...
hey im trying to add some data into an access 2000 file but im not sure of what Im doing and Ive ended up with the error:
Item cannot be found in the collection corresponding to the requested name or ordinal
and it stops (logically) on a field call. heres my code:
Sub addProduct()
Rem adds a...
Hey can i force an mp3 file to show the download dialogue box as apposed to opening a new page and playing in it? just need a quick fix for IE browsers
TIA
~*Gwar3k1*~
"To the pressure, everything's just like: an illusion. I'll be losing you before long..."
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.