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

    Printing a BMP image through program (coding)

    Hi, I am working on a layout printing (with BMP image),where the position of content printing is defined by the user. As i am not using the report designer (due to user definable layout), i need to print the content through program. I am unable to print the BMP image through program. Would...
  2. sridhar412

    Methods for Dynamic (runtime) created objects

    Hi, I am working on a form designer for Data entry jobs, which uses objects (combobox, textbox etc) created dynamically. However, i wish to place some code in the method/procedure of such dynamically created objects. How to do it without using a class? Thanks Sridhar
  3. sridhar412

    Force DROPDOWN in Combo

    Without using supercombo How can i force the dropdown of combobox? Sridhar
  4. sridhar412

    Calculation in Grid - with key board control

    hi, I am new to VFP. I am trying grid with a sample table containing code, qty, rate and value as fields. When the qty/rate is changed in the grid, i want to update 'value' field. I have tried "replace value with qty*rate" in beforerowcolchange/afterrowcolchange methods. This does...
  5. sridhar412

    HOW TO DEFINE DYNAMIC REPORT (COLUMNS)?

    I am trying to use 'CREATE REPORT' inside a program to define dynamic columns in a report. (As the database structure of the report changes dynamically, i need to change). I tried with 'Create report file ... fields <mvariable> where mvariable is a string of field names with ',' as seperator...

Part and Inventory Search

Back
Top