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 Chriss Miller 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: xiong
  • Content: Threads
  • Order by date
  1. xiong

    Variable TableAdapter declaration

    This is hopefully a fairly straightforward question. I am building a generic search form in my application. This will allow the user to search for various records throughout the application. The one thing I cannot seem to figure out is how to allow the declaration of the TableAdapter to...
  2. xiong

    Help Writing SP to call multiple UDFs

    First off, I am relatively new to SQL Development and fairly unfamiliar with all that MS SQL server can offer. I'll try to explain as best I can what I'm attempting to do, and how I've proceeded thus far. What I'm going to attempt to produce in my application is a page that shows current...
  3. xiong

    Word Merge and Warnings

    This should be fairly simple, but the answer still eludes me. I am using pseale's mail merge method to merge my data with a few documents (faq181-5088). There are two problems I'm running into. First, I really need to suppress the warning message "Opening this document will run the following...
  4. xiong

    Return all variables and values

    Is there a collection out there that I can loop through that will return the names and values of all variables in a given project? Reason: I've created a global error handler that is dumping all pertinent information into a table and log file for later reference. There are a number of public...
  5. xiong

    Check for holiday overlap

    I'm looking for some ideas here. I have a table of rental reservations that include a arrival date and departure date (dtArrv, dtDepa). I need to compare this date range to another table of holiday date ranges (not single dates). If there is an overlap, I simply need to warn the user that the...
  6. xiong

    onPrint event

    Has anyone ever come across a way to determine whether a report has been sent to a print queue as opposed to a preview? I have a dB that generally sends certain reports via email then records that function as a benchmark. Occasionally the user will need to print a hard copy instead. The...
  7. xiong

    Updating/Appending Table Definitions

    I have a task in front me. I have a fairly simple Access front end that links to a separate MDB containing the data tables. What I am looking to do is create a table that houses table definition data tlbName fldName fldType fldSize fldFormat The goal will be to create a function...
  8. xiong

    Multi Column Listbox

    Has anyone every come across a way to make a listbox, combobox, or subform show multiple columns. Ideally, I'm looking for a list box that displays my data like this: Key | LName || Key | LName 122 | Johnson || 126 | Evans 123 | Hunter || 127 | Barrow 124 | Smith || 128...
  9. xiong

    Access to Outlook Calendar Editing

    I am in process of building a small application for track long-term events and deadlines and am researching some possibilites on how best to execute some of my tasks. One of the big problems I am having is the need to create a reminder for an upcoming deadline. Normally this would be a fairly...
  10. xiong

    Toner Flaking on the Phaser?

    I recently bought a used Tektronix Phaser 740 so I can print my own business cards and brochures. My initial problem was that in certain areas, when the graphics were dense, toner would flake and come right off the printer. I've cheked every tip, and read through Xerox's KB extensivly...
  11. xiong

    Creating a Knowledgebase

    My goal is to create an Access database (or similar) and upload it to our website, then create a front end for it. Ideally, by using very simple search commands a list will be generated for matching records, and can be displayed on request. Think a very simple MS KB setup. I know there are...
  12. xiong

    Knowledge base Creation

    My goal is to create an Access database (or similar) and upload it to our website, then create a front end for it. Ideally, by using very simple search commands a list will be generated for matching records, and can be displayed on request. Think a very simple MS KB setup. I know there are...
  13. xiong

    Locate USER using SID

    Is there a fairly easy way to determine a user account/computer account by using the SID? In reviewing some security and application logs, I have easy access to the SIDs in question and generating errors, and I'd like to be able to narrow that down to the user/computer.
  14. xiong

    Semaphore Timeout

    Here's a head scratcher... I'm getting the "Semaphore Timeout" error on my BE server (Win 2K, SP4). I've searched the threads and KB, and found this...
  15. xiong

    AD Migration Advice

    I will be taking our existing small NT4 network and migrating to Windows 2000 Active Directory. Here are a few of the hurdles I need to cross: 1) I have a single NT4 PDC (no BDC) 2) I have no test enviornment 3) The PDC will be replaced with a new server 4) I have a Citrix...
  16. xiong

    CPU Usage in NTVDM

    Here goes: Using Windows 2000 Terminal Server Running 16-bit FoxPro Application Windows 2000/XP Workstations Problem: When a user switches from the TS FoxPro application to a local application and then back, the system has interpreted the ALT keystroke and accessed the menus in the app. When...
  17. xiong

    VDM TEMP files

    Has anyone ever seen a case where hundreds of VDM*.TMP files are being created in a program folder or sub-folder? I'm having this issue with a 16-bit FoxPro application, and only when it's running in a Novell environment.
  18. xiong

    VDM TMP Files

    Has anyone ever seen 0-byte TMP files being created in directories other than the Windows Temp folders? I'm having a large problem with directories literally filling up with these 0-byte files. I'd like to know the cause so it can be prevented in the future. So far, I've only seen it on...
  19. xiong

    Recommend a Good Secure E-Mail Service?

    Has anyone had good experience, or can recommend a good service offering secure/encrypted email? It's not a common occurance, but the need rises every so often here for a secure channel.
  20. xiong

    FTPS + SSL Server

    Does anyone have any experience installing and configuring a Linux box (Mandrake 9.0) with an FTP server that supports SSL? If so, what packages and some tips on building them. Thanks

Part and Inventory Search

Back
Top