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 Westi 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: ByNary010101
  • Order by date
  1. ByNary010101

    Simple question about positioning

    No this isn't a homework question, I am trying to make the conversion from desktop development to web development and I'm having a fun time. So anyway, I'm trying to get the layout of my application based mostly on CSS and not tables. A simple scenario would be a login page, I want the...
  2. ByNary010101

    How to retrieve values from Active X Control

    I have created a very simple Active X Control for use in ASP pages using VB 6 just to do some playing around. It consists of nothing more than a ListView control. Now, if I were to actually use this in a production environment how would I be able to grab the values out of the Control for...
  3. ByNary010101

    Active X Controls

    Hi, not sure if this should go here or in the ASP forum...I have created an Active X Control using VB6 SP6 and would like to use it in my ASP pages...how do I do that?? Is there something from the VB side that I need to do in order to prep it for rendering in a browser as opposed to a Windows...
  4. ByNary010101

    Help with HTML code generation

    I am building a customizable Work Order screen for a local company. They want to have the ability to create a new Work Order type (i.e. Desktop Install, Laptop Install, Printer Install, etc.) and then they want to define the criteria that the form should display when a Manager or a Technician...
  5. ByNary010101

    What controls can I use??

    I would like to know if I can use any of the following in my ASP 3.0 Pages: DataGrid, TreeView, ListView, and/or ListBox controls?? If so how do I use them?? Links, code snippets, anything will do. Thanks.
  6. ByNary010101

    Integrity question

    Thanks for that, I think I was starting to head that direction with this. This is what I have: Table: Walkthrough (a.k.a Work Order) Walk_Id (PK) Walk_InstallId (FK Relates: Install) Walk_NER (New, Existing, Replacement) Walk_DeptId (FK Relates: Department Walk_Loc (Location information)...
  7. ByNary010101

    Integrity question

    Ok, so I've got a client that wants to be able to dynamically create and define table structures on the fly from an ASP interface. Once the table structure is done he wants to have the ability to go back in and change the field names as well as remove existing and add new columns. I told him...
  8. ByNary010101

    How can I build a dynamic function...

    I am absolutely stumped and am not even sure how to word this question but here goes: I am building an application that needs to be VERY dynamic. How can I make a Function receive a dynamic table name as well as dynamic field names to be used in Select, Insert, and Update statements?? Some...
  9. ByNary010101

    Data Structures

    Ok, I will take your (and paulbent's) advice and do it like that. Thanks again for your response
  10. ByNary010101

    Data Structures

    Thanks for the responses. So, NoCoolHandle, if I were to use your suggestion of passing the values to the functions as arguments, and then place the values into the UDF would that more or less defeat the need for the UDF?? The reason that I want to be able to just pass the whole structure of...
  11. ByNary010101

    Data Structures

    I am building an application using VB6 SP6 and have a question about using UDT's in functions. Listed below is some sample code outlining how I would like to use the UDT's frmContact- Contains 4 textboxes (First Name, Last Name, Phone Number, E-mail Address) and a command button (Save)...
  12. ByNary010101

    Advice on table structure

    Ok, thanks for that. Working off of this I have another question. Listed below is a general layout of what I think the tables should look like populated with sample data Table: Category 1 Desktop 2 Laptop 3 Monitor 4 Printer 5 Scanner 6 Keyboard 7 Mouse 8 Ergotron 9 Misc. Table: Product 1...
  13. ByNary010101

    Advice on table structure

    I am developing an Inventory tracking system for a Health Care provider; its front end is ASP and back end is SQL Server 2000. I need some suggestions as to how I should organize accessories with main assets, confusing I know but hopefully we can work with that: Example: When a technician...
  14. ByNary010101

    ASP with PDF & FDF

    Hey all, quick question (hopefully). I'm trying to use the fdf application type to display a PDF document populated with information from a DB through raw fdf code and not the development kit. My issue is that whenever I try to open the ASP page that serves up the fdf which in turn serves up...
  15. ByNary010101

    How to Synchronize offline form...

    Thanks for the reply...how easy is it to package the MSDE with the VB project using the standard Package and Deployment Wizard?? This is kind of jumping the gun a little bit, but the P&D Wizard frankly sucks, what other deployment packages are out there that I might be able to learn to use in...
  16. ByNary010101

    How to Synchronize offline form...

    Hi all, I was wondering if you could help me out with some ideas on a project I am going to start working on. This application will be used in local hospitals and clinics to monitor hardware and software installations and the main functionality I am trying to get is as follows: --Technician...

Part and Inventory Search

Back
Top