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 bkrike 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: dabowles
  • Content: Threads
  • Order by date
  1. dabowles

    All Records or User Specific Input

    By using a user-defined variable, [Enter X Data], in an Access query, how can you make the query display all records if the user enters no criteria? I've tried an IIf statement like IIf(IsNull([Enter X Data]), "Like *", [Enter X Data]), but that didn't work either. Thanks in advance, David B.
  2. dabowles

    Using VBA to populate text fields with report statistics

    I have an Access report that I developed that essentially is just a report that was developed from the Access Report Wizard. At the end of the report, I modified the form to include two end pages that both of them break down the record totals that were listed in the previous pages. I had my...
  3. dabowles

    Licensing Error using COMDLG32.OCX in VB6

    I get the error "Microsoft Visual Basic: Licensing information for this component not found. You do not have an appropriate license to use this functionality in the design environment." The component that it is referencing is Microsoft Common Dialog Control 6.0 (SP6). If I pull this...
  4. dabowles

    Executing OS Commands from COBOL

    Is there anyway to execute command line commands through COBOL and if so, what is the syntax? Thanks, David B.
  5. dabowles

    Runtime MDB Viewer

    Is there a way to view a table of an .MDB file you are writing to during runtime if you have the MDB opened exclusively by the program? I haven't been able to find any type of Add-In for VB and was wondering if anyone may know of a solution... Thanks, David B.
  6. dabowles

    Copying Text From Applet to System Clipboard

    Hello All, Can someone give me a page to view or provide me the details of the simplest way to develop an applet that will allow the copying of text in JTextAreas and JTextFields from the applet into a Windows Application that is compatible with the System Clipboard? Thanks, David Bowles
  7. dabowles

    SQL*Plus Prompt History

    Hello, Can anyone tell me if it is possible with SQL*Plus or if there may be an alternate program like SQL*Plus that has the capability of storing prompts in history and retrieving them like linux and Windows allows by using the up/down arrow and/or F3? It would be much easier to reload the...
  8. dabowles

    Web Queries In Excel

    Hello, Is it possible to write a web query in Excel to query a table from a site that is password protected? I am almost positive that it is possible because a co-worker supposedly wrote an excel macro that pulls it and she was able to execute the query from home one time but now we cannot...
  9. dabowles

    Java SDK 1.2+ compatible for Pocket PC 2002

    Hello, Does anyone know of a Java SDK that is compatible with at least 1.2 that runs on Pocket PC 2002 that is free? I have seen many that work with 1.0 or 1.1 but I want an SDK that is Java 2 compatible. Thanks, David B.
  10. dabowles

    Dynamic List Copying with Excel VBA

    Hello, I am trying to develop a loop that I can use to search a list that is dynamic in length and find a "start" point and an "end" point and then take that data and copy it to another sheet. The length of the data will change depending on the time of day. The list is...
  11. dabowles

    Excel 2000

    Hello, Currently I have a workbook that has a page for each day of the week with data from every half-hour of the day. At the bottom of each sheet for each day I have a group of cells that lists groups the data into 4-Hour groups (8,12,4,8,and 12). Can anyone tell me how I would go about...
  12. dabowles

    Knowledge Base

    Hi, I am wanting to develop a knowledge base with Access 2000, however I am not concerned with visual style, only operability. Are there any articles out about developing a knowledge base with Access? I have tried to find a shareware knowledge base, but they all are very expensive, so I am...
  13. dabowles

    HP 7200e CD-ReWriter and Toshiba 1005 w/ XP Home

    Hi, Does anyone have any experience using a HP 7200e writer and Windows XP? I seem to have nothing but problems. If I install it using the XP driver provided by HP, it will install, and then I can reboot and install HP Record Now. It will work fine until I reboot the computer. Once I...
  14. dabowles

    LAPTOP AND LILO

    Hi, I am not that new to Linux, been using it off and on but have recently come into a problem. I bought a new Toshiba Satellite 1005. This machine doesn't have the ability to have the CDROM and floppy drive in it at the same time. It also has WinXP Home on it which is installed by the Restore...
  15. dabowles

    What is the best way to learn Visual C++?

    Hi Everyone, I was looking for possibly a few people who consider themselves to be near VC++ Wizards who didn't learn VC++ through traditional means (college) who could direct me on how I might go about doing it in the best way. I am currently in college, however I am no dummy to...
  16. dabowles

    GDM-17E21 Monitor

    Does anyone have or work with a GDM-17E21 monitor? It is a Silicon Graphics Monitor that contains a Sony Trinitron tube inside it. I bought it and was told it is PC Compatible, but so far I can only make it work at one resolution and that's at 2048x1024. I am running a Voodoo3 2000 AGP card...
  17. dabowles

    Delayed Write Failed

    Hi, I am having an error message in Windows which is entitled &quot;Windows - Delayed Write Failed.&quot; Inside the dialogue box, it says &quot;Windows was unable to save all the data for the file \Device\NetwareRedirector\FS1\SYS\USERS\<USERNAME>\VACANCY\RESPONSE LETTERS\~RGE LIST.DOC...
  18. dabowles

    SGI Monitor w/ DB15F and 5-BNC Inputs

    Hi, I have recently purchased a 17&quot; Silicon Graphics Monitor (w/ a Sony Trinitron Screen), and it has two different inputs. It has the regular DB15F input in the back of the monitor and it also has the RGB plus two other BNC inputs. My question is of quality. If I purchase the...
  19. dabowles

    Deleted Records

    Hi, This is probably an automatic &quot;NO&quot; question, but, is there anyway to find out when a record was deleted, or who may have deleted a record or records, keeping in mind that the mdb hasn't been compacted so the &quot;junk&quot; is still inside the database. Is there anyway...
  20. dabowles

    Seeing who is logged on at a given time

    Hi, I have a database which is multiuser and has about 24 clients that access it each day. However, managment doesn't want the database to require users to log in with a password, so, everyone logs in as Admin. Is there any programs, free or cost, that will tell me what computers are logged...

Part and Inventory Search

Back
Top