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 SkipVought 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: *

  1. sridhar412

    Methods for Dynamic (runtime) created objects

    Thanks for all your help. As my time span is short, i have used old fox program type. After creating a new form dynamically, i placed the contents using @ ... say command. For bmp image, @ ... say "filename" BITMAP Used "scrnprnt" which allows you to print the current...
  2. sridhar412

    Printing a BMP image through program (coding)

    Guys, start charging me after i finish with my project!!! I need to print the visitor pass with definable layouts. I have generated the form dynamically, including validation - thanks to you all.. Now, i have to print the form. What i have tried till now is using ScrnPrnt.VCX. By using this i...
  3. sridhar412

    Methods for Dynamic (runtime) created objects

    Thanks. Getting hold of it. Will try and get back with more problems!! Sridhar
  4. sridhar412

    Methods for Dynamic (runtime) created objects

    What i am working on to create an Visitor Pass System with user definable layout. Here, the user can define the label, input type (text/radio/combo etc), position etc. Based on this layout, a form is created dynamically. The layout varies for different type of pass issued. SO, the count and...
  5. 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...
  6. sridhar412

    Methods for Dynamic (runtime) created objects

    Mike, I am naming the dynamic objects like : Combo1,Combo2,Combo3,Text1,Text2,Text3 based on the requirement (combo/text). The number of objects is also variable. I actually have to define a class for each & in the <procedure>, define the code. As i have variable number and type of objects...
  7. sridhar412

    Force DROPDOWN in Combo

    Ok. i got it. But how to define a method in a dynamically created object(combo)? Sridhar
  8. 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
  9. sridhar412

    Force DROPDOWN in Combo

    Thanks.
  10. sridhar412

    Force DROPDOWN in Combo

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

    SEARCH AND ADD IN COMBO BOX

    Hi Chris, I would like to try your SuperCombo? Please email it to sridhar412@yahoo.com Thanks
  12. 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 &quot;replace value with qty*rate&quot; in beforerowcolchange/afterrowcolchange methods. This does...
  13. sridhar412

    HOW TO DEFINE DYNAMIC REPORT (COLUMNS)?

    PTCruiserII (Programmer), Would you please forward a copy to sridhar412@yahoo.com as i am looking to print a standard report from a cursor, where in the data structure is changed dynamically. The earlier example and link are also of great help. thanks, mike
  14. sridhar412

    HOW TO DEFINE DYNAMIC REPORT (COLUMNS)?

    mgagnon, thanks. i wolld like to try this out. please mail the zip file to sridhar412@yahoo.com sridhar
  15. sridhar412

    HOW TO DEFINE DYNAMIC REPORT (COLUMNS)?

    hi mgagnon, Thanks. Let my try it. probably will get back with more!! sridhar
  16. sridhar412

    HOW TO DEFINE DYNAMIC REPORT (COLUMNS)?

    Thanks guys, it works. i made a mistake of placing a COMMA at the end of variable while building in the FOR loop. The file need not be open. it opens automatically. Additional Queries : 1. how to define header, footer, paper orientation (landscape etc) while using create report 2. Defining...
  17. sridhar412

    HOW TO DEFINE DYNAMIC REPORT (COLUMNS)?

    Thanks ramani, I did try it. It does not work. gives error with variable name. I took the field names using afields(). The variable content is ok. when i give variable name (with or without macro &) it gives me error. (as mvariable not found) sridhar
  18. 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