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!

Recent content by richrichrich

  1. richrichrich

    How to change font type in VFP 6 at runtime?

    Is it possible to change font type for certain fields in the report at runtime? I like to change few fields to italic if particular condition is true. Thanks a lot.
  2. richrichrich

    How to overwrite info in a txt file open by FOPEN

    I like to overwrite certain string in a text file. For example, replace '123AAA' with '123BBB'. Please advice and thaanks in advance.
  3. richrichrich

    How to set the application in focus

    I am using VFP8 form to call another application e.g. CREATEOBJECT("TestApp.application"), I have both applicaitons open in seperate windows. Can I set the focus back to the VFP application by code? I want the VFP form to automatically show in front when a messagebox popup. Thanks!
  4. richrichrich

    How to pass variable back to VFP from VB dll

    Thanks Jim! This should do it for the xFlag. Is it possible to return other values, like a string or something? Thanks!
  5. richrichrich

    How to pass variable back to VFP from VB dll

    I call a VB dll from VFP7 to do some process and expect to return some infomation or flag back to VFP application for further process. Lets assume that the VFP program will continue if "xFlag" is true. Please let me know how to do that? Thanks! e.g. oapp =...
  6. richrichrich

    GIF file cannot display properly in the report

    Hi Bob, I will give it a try later after work this evening. I am at work now and create a test report that display a different GIF file in the report and it show the image properly regardless of I click on 'Preview' or not. Could be the GIF from Mappoint has problem... Thanks a lot and...
  7. richrichrich

    GIF file cannot display properly in the report

    Thanks Bob, In the report designer when I use the picture object and select the File, it will display he JPG or BMP images without problem but not the GIF file that I selected. I know the GIF file is a good image file because I can view by clicking on it in the Windows. Fyi, the GIF file that...
  8. richrichrich

    GIF file cannot display properly in the report

    Is VFP 7 support printing GIF file in the report? I have no problem to print BMP and JPG file using the Picture/ActiveX control but not the GIF file. Please advice. Thanks!
  9. richrichrich

    How to print a picture (jpg) in the report...

    Nevermind, I already solved it. Thanks!
  10. richrichrich

    How to print a picture (jpg) in the report...

    I have a charecter field that store the path with image file name? I tried to use Picture/ActiveX Bound Control and selected 'Field' option, it tells me that it has to be a general field. Thanks in advance.
  11. richrichrich

    Printing picture on report doesn't work

    I think the report Picture/ActiveX bound control is for general field only. Am I right? I have the same requirement as Mensud, I setup a text field and stored the path to the image (JPG). But when I run the report, it return an error.
  12. richrichrich

    How do I past parameter from a form variable to View

    Thanks JRB-Bldr but I don't want the "Pop-up" to prompt me to enter the variable. The View should take the variable in the form. Can this be done? Thanks a lot!
  13. richrichrich

    How do I past parameter from a form variable to View

    I am new to using views. I created a view in DBC and would like to accept a input variable in a form as parameter and then will try to REQUERY() to the records that me tthe condition. Let say I have a field in the view call "status" and will accept "THISFORM.mstatus.VALUE" as parameter. What...

Part and Inventory Search

Back
Top