Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations biv343 on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: gwar2k1
  • Content: Threads
  • Order by date
  1. gwar2k1

    Execute without user knowledge

    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...
  2. gwar2k1

    How to tell if a list box has been clicked

    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)...
  3. gwar2k1

    Primary key not appending as unique

    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...
  4. gwar2k1

    Compound key using DAO?

    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*~ &quot;To the pressure, everything's just like: an illusion. I'll be losing you before long...&quot;
  5. gwar2k1

    Type invalid... worked 5minutes ago though!

    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...
  6. gwar2k1

    align divs into rows

    &lt;!-- BEGIN postrow --&gt; &lt;div style=&quot;width: 100%; position: relative; top: 5px;&quot;&gt; &lt;div style=&quot;position: absolute; left: 0px; width: 200px;&quot;&gt; &lt;a...
  7. gwar2k1

    Bset way to handle divs

    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 &quot;row&quot; comprising of 2 &quot;columns&quot; (one dive next to another). I can place them together no problem, what is causing...
  8. gwar2k1

    Can CSS perform maths: width= 100 - 200

    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*~ &quot;To the pressure, everything's just like: an illusion. I'll be losing you before long...&quot;
  9. gwar2k1

    Relationships in Access 2000 with VB6

    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(&quot;Customer&quot;) 'FolderRelation.Table = DbaseCat.Tables(&quot;CustomerProduct&quot;) FolderRelation.Name...
  10. gwar2k1

    Div next to div

    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*~ &quot;To the pressure, everything's just like: an illusion. I'll be losing you before long...&quot;
  11. gwar2k1

    Creating a relationship in Access 2000 with VB6

    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(&quot;Customer&quot;) 'FolderRelation.Table = DbaseCat.Tables(&quot;CustomerProduct&quot;) FolderRelation.Name...
  12. gwar2k1

    Set up relations between 2 entities (Access 2k, VB6)

    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(&quot;Customer&quot;) 'FolderRelation.Table = DbaseCat.Tables(&quot;CustomerProduct&quot;) FolderRelation.Name...
  13. gwar2k1

    What do i need to reference to be able to use Indexes?

    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...
  14. gwar2k1

    Passwords not matching according to the program but they do?

    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...
  15. gwar2k1

    copy a single character from a string

    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...
  16. gwar2k1

    Creating tables in Access 2000 using SQL (VB6)

    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...
  17. gwar2k1

    From recordset to text box - should be easy but i cant get it to work

    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...
  18. gwar2k1

    Create mdb Primary Key VB6

    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...
  19. gwar2k1

    Item cannot be found in the collection corresponding to the name

    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...
  20. gwar2k1

    making mp3s download not play on a page

    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*~ &quot;To the pressure, everything's just like: an illusion. I'll be losing you before long...&quot;

Part and Inventory Search

Back
Top