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

    CAST and Blank fields

    How do I handle blank fields with CAST? My code: SELECT CUSID AS CUSTOMER_ ID,; CAST(UTKVAL1 AS C(50)) as (UTKDESC),; CAST(UTKVAL2 AS C(50)) as (UTKDESC2); && UTKDESC2 can be blank. FROM trda; INTO CURSOR Trak1a Thanks! CJ
  2. jwxpnd

    VARIABLE COLUMN NAMES IN CSV FILE

    How do I create a CSV file with variable column names? SELECT CUSID AS "CUSTOMER_ ID",; UTKDESC,; <--- The value in this field I want to use as my caption for the field below it. UTKVAL1,; FROM trda; INTO CURSOR Trak1a SELECT Trak1a COPY TO \XReports\EXPTEST.CSV FIELDS CSV Thanks! CJ
  3. jwxpnd

    VFP9: End user color pallet

    Is there away to access the color pallet so I can let the user choose colors from there?
  4. jwxpnd

    Flash 8: Button for Flash Paper in a Flash Presentation

    I am new to Flash. I have a presentation I am putting together. I need a button to open a Flash Paper (Flash Papers 2) . How do I do this? Does anyone sell premade buttons? Thanks!
  5. jwxpnd

    Excel 2003: Cell calculation not automatically updating.

    This problem has occurred recently. I have 3 cell. Cells A and B are the numbers to be added together and cell C is the result it calculates of cells A and B Normally all I have to do is change the number of one of the first 2 cells and the third cell is automatically updated. BUT, now when...
  6. jwxpnd

    Belkin Network USB Hub and AVG 8 Firewall

    Hello. Does anyone know how to set the firewall in AVG 8 to work with the peripherals attached to the Belkin Network USB Hub? I am able to connect with the peripherals (example jump drive) with the firewall turned off. I have created a service for the TCP/UDP to 19540. What else do I need...
  7. jwxpnd

    Acrobat 7 and 8: adding a background shortcut

    Is there any way to create a button on the tool bar or create a shortcut, or shortcut keys to automatically add a background to a PDF?
  8. jwxpnd

    VFP 9: Line Graph DataLabels

    On a line graph is there away to automatically place the DataLabel above or below the point of the “V” so that the label is not printed on top the line?
  9. jwxpnd

    File -&gt; Properties –&gt; Summary tab

    How do I access this information from VFP? I would like to collect the information from a group of files and store it in my database.
  10. jwxpnd

    VFP EXE software copy protection

    I have VFP 9 and currently I use Crypkey (purchased years ago), but I can only license one product and upgrades for Crypkey are too expensive. I have been looking at SOFPRO. Their pricing looks good and I would be able to license more than one product. Is their product good? I would like to...
  11. jwxpnd

    2000 user licensing

    Is there some place that still sells licensing for Windows 2000 server? I need more users. Thanks!
  12. jwxpnd

    Printing From The Palm (Treo)

    What software is available to print from the Palm (Treo 680)? I've looked at PrintBoy, but it's been over a month of trying to get into contact them and they don't respond. So what else is available? Thanks!
  13. jwxpnd

    Outlook 2003 - Random Problem: sending multiple

    We are having a problem with sending messages in Outlook 2003. Outlook is ramdomly sending a messages multiple times to the recipient. Since it's random I am unable to determine what is causing Outlook to do this. I have updated Outlook with the most recent updates. Any ideas? Thanks! Jon
  14. jwxpnd

    VFP5: Shrink to small screen (PDA)

    We are using a PDA connection to our VFP programs via Terminal Services and Citrix. Is there away to shrink the screen size to fit the PDA screen dynamically?
  15. jwxpnd

    DNS4ME

    Anyone using this service?
  16. jwxpnd

    Excel and VFP7

    How do I have a excel sheet automatically update a VFP database when ever something is entered into the excel sheet? Jon
  17. jwxpnd

    VFP7 vs VFP9 graphs on a report

    What are the difference between vfp7 and vfp9 related to graphing on a report?
  18. jwxpnd

    Data Table added to graph on report?

    I’m trying to add a Data Table to my graph on my report. Which I am able to do. The problem is forcing the Data Table to appear on the graph without having to BROWSE the table and CLICK the graph to update. How do I do this? Thank you, Jon CODE BELOW: ****...

Part and Inventory Search

Back
Top