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

    Menu and Form

    Hi, I have a Command Button ("Command1") on a top level form ("Form1"), My question.. How can I control this command Button from the menu? for example to make it visible or not: ..Form1.command1.visible=.T. or .F. Please Help.
  2. Lengliz

    Slow preview report in Network

    Hello, Too long waiting time problem before preview my report in my computer and network (nearly 5 minute when I execute my report on a distant computer with 2Mo ADSL). The report permits to display some photos, it is based on a general field using APPEND GENERAL to populate myTable with...
  3. Lengliz

    Graph parameters

    Hi, I an using the code below (in VFP6) to create my graph using (_GENGRAPH) it works fine: SELECT mygraph1 * parm1 - "AUTOGRAPH" && required nChartType = 3 && * parm2 - chart type (number) nChartSubType = 1 && * parm3 - chart subtype (number) cTitle = "Title Graph " && * parm4 - title (if not...
  4. Lengliz

    program don't wait

    Hi, i'am using vfp6 with this code: DO FORM myForm && to get the variable Ccode from user USE sale_2008 LOCATE FOR Item=Ccode IF FOUND() Lfound=.T. ELSE Lfound=.F. ENDIF USE The problem is that when runnig the program, the instruction after (DO FORM myForm) USE sale_2008 get executed before...
  5. Lengliz

    Graph in Report

    Hi, How can i insert graph in my report (like in cristal report) for exemple: Sales in: 2006 2007 2008 $: 1200 1333 100 I have found two thread in this forum about this question but i haven't inderstand exactly how to do this. Thank you for help,
  6. Lengliz

    _GENXTAB Problem

    Hi everybody, I have the following data (Table1.dbf): Code Line Qty C001 1 10 C002 1 20 C003 1 30 Now, I want to consolidate the above into a table (table1_xtab.dbf) that has 1 record per Code... as such: Line C001 C002 C003 1 10...
  7. Lengliz

    Hide MS-DOS WINDOW

    Hi, I want to hide the MS-DOS WINDOW when i excute DOS command: ! /N XCOPY G:\DBF\*.* C:\SAVE\ /D/Y Thanks' LENGLIZ
  8. Lengliz

    Report Form problem

    Hi, When I execute (Report MyReport Prev) from a form the Report is displayed correctly but when I close the state to return to my form the display of the form becomes indeed fuzzy I get the same form displayed two times (superimposed one on the other) Thank you Mistral
  9. Lengliz

    Browse with color

    Hi, Can i use different color for columns or lines or fields conditions ( exp: IF>0 in Green IF<0 in Red ) with browse? Thank you LENGLIZ
  10. Lengliz

    Table colum to line

    Hi, I want to convert the colum of my table1 to lines in table2: when I browse my table1: (custmer c(20),Qty N(5)) (custmer) (QTY) Custmer1 12 Custmer1 5 Custmer1 6 Custmer2 3 Custmer2 8 custmer3 1 ........ NB. every custmer have at max...
  11. Lengliz

    Updating fields general

    Hi, I want update a general field (photo) that contains a JPG photo in my table customer the structure of the table customer is the following: - Code: C(12) - Photo: general To update the new photos in my table customer I use the following code...
  12. Lengliz

    CRYPTING TABLE

    Hi, I have a table USER.DBF where i store passwords and confidential data. I want the table to be crypted so not authorised person can't browse it using VFP. I am using VFP6 Thank You Mistral

Part and Inventory Search

Back
Top