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

    Excel VBA, how to retrieve textbox title/label in word fillable form

    Hi All: I have multiple word fillable form, I need to retrive all the value filled in by the user on each form and insert the value into Excel sheet row by row, each row represents 1 file. I got the program working using Excel VBA, however I try many ways to get the title or label that's on...
  2. chieh

    Help in rewriting this Visual Fox Data Comparison Program to Access VBA or SQL T-SQL

    Hi All: I am working with Visual FoxPro, and I create this Program to compare data between two given month, where some account may or may not be available between the month, the end result will be a report with rows showing data in 2 month side-by-side, if not available, it wil show N/A on the...
  3. chieh

    How to create temporary/table table and insert test data in Access VBA

    The following is a code is in FoxPro, it creates temporary table and insert test data, How can I do this is Access 2003? Thank you in advance. Ch. * * Create test table for February Month, and populate test data * Create Cursor C_FebData ( Month C(3), company C(10), Client C(15), Account C(6)...
  4. chieh

    How to accept a carriage return in a Batch Script

    Hi: My friend is working in a firm that uses software written in Fortran 77. He is trying to run a batch script to automate file download on a nightly basis. However the script always stopped and prompt user to hit enter key, i.e. the file dialog shows up waiting for user to hit ok to save the...
  5. chieh

    Create a basic program to extract data from Btrieve database

    Hi: Does anyone has experience in creating a low level file i/O program to open up a btrieve 5.1 btr database file and extract the data to a text delimited or comma delimited format? Chieh
  6. chieh

    Accessing Btrieve 5.1 Table from Visual Foxpro

    Hi: One of my client is using Btrieve 5.1 in a Dos environment, They need to do some reporting on a data store in a btrieve database, i.e. CusOrder.Btr, I would like to find out if there is anyway where I can access this table directly from Visual Foxpro 9, as far as I know from reading the...
  7. chieh

    Printing Collate within a Citrix MetaFrame 1.8 Application

    Hello Everyone: our client access their app Citrix client to Citrix metaframe server 1.8. when they try to print 2 or 3 copies of the report from their app and want to use collate feature. Even though the printing setting shows collate is check on but when printed, it is not. Our client is...

Part and Inventory Search

Back
Top