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

  1. HENDRIKB

    Fix defect visual Class

    That's it! Thank you both! Hendrik
  2. HENDRIKB

    Fix defect visual Class

    HI, I need to fix a visual class. I know what's wrong with it (just member-object with fontsize = 1), but Foxpro says "Error loading File", and just doesn't open it. So how can open it "low level" and change that wrong value? The Text-editor will crash the file completely. I Could generate a...
  3. HENDRIKB

    ActiveX PDF Printer for Reports?

    Hi community, In my application the user wants to print the Reports in a PDF File. At the moment he manages this with pdf-redirect. For better automatation now i'm searching for a simple - not too expensive and free destributable - axtiveX or com-component with which i can print x reports to...
  4. HENDRIKB

    when is a outputpage() on a shape cleared

    hi everybody, in my app i call outputpage() from a reportlistener. the output goes to a shape. For a second the report appears, than it vanishes. If i then call the same command from command window, it appears again and stays. What kind of event clears the report from the window ? thanks and...
  5. HENDRIKB

    GRID BASED ON CURSORADPATER MAKES PROBLEMS

    Hi, I thank you both for your replies. The mentioned article really helps. But at the end, i'm a bit disappointed with MS. In Version 6 I knew this kind of hanky-panky only from cursor, that where build at run-time. With views I never had this problems... I just read the MS-KB article about...
  6. HENDRIKB

    ADDPROPERTY METHOD NOT VALID IN COMPILED EXE

    Thanks mgagnon, you've got it! After omitting nVisibility it finally works. thank you!! Hendrik
  7. HENDRIKB

    ADDPROPERTY METHOD NOT VALID IN COMPILED EXE

    I know it's this line: this.opg.Buttons(m.lnx).AddProperty( "savecolor" , RGB(m.liRed,m.liGreen,m.liBlue), 1) in which i save the backcolor of an optiongroup button, to restore it later. When I press ignore, the programm continues and then later (in the refresh of these Buttons) i'm getting...
  8. HENDRIKB

    ADDPROPERTY METHOD NOT VALID IN COMPILED EXE

    mgagnon, i've checked that. I have no "SET STEP ON" in the code. Any other suggestions? thanks Hendrik
  9. HENDRIKB

    ADDPROPERTY METHOD NOT VALID IN COMPILED EXE

    Hello Community, In my application i make use of the "addproperty"-method. Everything worked well, but now that i compiled the application (win 32 executable), i get Error 1001 which reads "Feature is not available", but only if i start the exe outside the foxpro-developer-environment...
  10. HENDRIKB

    GRID BASED ON CURSORADPATER MAKES PROBLEMS

    Hello community, new to version 9.0 i had to discover that when i choose a cursoradpater (a "native" one, nothing special) as recordsource, it kills the layout i've given the grid at design time and shows instead of that all fields of the cursor in its natural order... Then even worser, after...

Part and Inventory Search

Back
Top