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

    Automate creating a PDF file

    I have the following code to create a PDF file from a frx. SET PRINTER TO NAME 'Acrobat PDFWriter' lcDefaultDir = SYS(5) + SYS(2003) SET DEFAULT TO SYS(2003) REPORT FORM nameofreport.frx TO PRINTER NOCONSOLE SET DEFAULT TO (lcDefaultDir) SET PRINTER TO DEFAULT My question is how do I avoid...
  2. grads

    Excel Formatting

    I am trying to format an excel document from VFP 6. I am trying to inset blank lines into my excel document using this command, Selection.Insert Shift:=-4121, which I obtained by running a macro in excel. When I attempt to run this code form foxpro I get a syntax error. Has anyone run across...
  3. grads

    Version 8.5 Export to PDF Question

    I am currently running my crystal reports (version 8.5) through activex controls in Visual FoxPro. Is there a PrintToFileType property to export the report into a pdf format. I notice that the option exists to export the report to Adobe Acrobat from the the crystal designer but I there doesn't...
  4. grads

    Sum decimal values

    Hi, I'm having a report problem that I can't quite get to work correctly. I have a list of numbers something like 2326.500 and 5632.211. What I'm trying to do is sum only the decimal portion. I only want .711 to show within a field. What I'm trying to do is use val(right(transform(ex_ent),3))...
  5. grads

    Combo Box on a Grid

    Hi, I need some help and nobody in my office seems to know why this isn't working. I have a DataEntry grid and within one of the columns I have Cbobasedropdown Combo Box. On the properties of this combo box I have Rowsource Type set to 1-Value and in the Rowsource I have 3 values; SELL,BUY,LOAN...
  6. grads

    Frx2Word

    I am currently developing a web application using Visual Foxpro and Web Connection. In this application I am using the Frx2Word class as my report tool. When I use this class to create an html document on my own pc everything works fine. When I transfer my executable to the server no file is...

Part and Inventory Search

Back
Top