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

    Outlook custom form not going to Sent Items

    Hi there, I have an Outlook 2007 custom form used to capture some data and a message. It is of the type "Note" and sends the form as an email item. However, the form as sent does not show up in the "Sent Items" folder for the user. How do I make sure the email message goes to the "Sent Items"...
  2. DanWalter

    Can I expose C# dll functions to IntelliSense in VFP 9?

    Hi All: I have developed a C# (VS 2008 class library project) DLL. This DLL is registered for COM Interop and is COM visible. I can consume the DLL in VFP 9 using the CreateObject command, then invoking the methods in the DLL. However, the DLL is not exposed to VFP IntelliSense. I get...
  3. DanWalter

    Invalid path or filename before EXE executes

    Subject: Invalid path or filename BEFORE executable gets under way Hello: I have a real poser on my hands. A customer is getting a Windows dialog of "Invalid path or filename" when trying to run any VFP 7 exe that we ship him. There are at least 3 separate programs that we've tried. He...
  4. DanWalter

    Maximum length of cookie text

    Hello: In my app, cookies are used to transfer large blocks of text (user comments) from one page to another. I am running across a problem trying to find the smallest maximum number of characters allowed: a) in a sql db field b) in an html variable c) in a cookie. I'm finding that the size of...
  5. DanWalter

    Examining my variable nulls it

    Hello: There must be something I don't understand about the timing or order of parsing the javascript code and merging it back with the static HTML. I have a variable that is declared and filled in the server side code, before the HTML declarations begin. A little while down the HTML page, I...
  6. DanWalter

    ActiveX viewer skews A4 reports

    Hi: I'm distributing CR 10.0 reports. These reports contain some text boxes. The problem is that when the report is viewed in the ActiveX viewer, some of the text boxes shift position. If the report is sent straight to the printer, it prints fine. When the report is viewed in CR, it looks...
  7. DanWalter

    PEMs of AcroExch.AVDoc / AcroExch.App

    Hi: Can someone point me to a reference of the properties, events, and methods of the AcroExch.AVDoc and .App? I can get as far as creating the objects and opening documents, but that's not quite far enough. I'm trying to programatically emulate the user interface function of creating a new...
  8. DanWalter

    Missing bars on graphs - French Windows

    Hi: A Quebec customer is running French XP workstations connected to a Win 2003 server. I don't know if the specific network type (traditional LAN or Citrix, e.g.) Workstations are connected to network printers. Our reports contain bar graphs. On his workstations, the bars do not appear...
  9. DanWalter

    8.5 v. 10.0 RDC wars!

    Hi all: Our app ships with both 8.5 and 10.0 Crystal reports, and two custom dll's to fill them with fresh data. We started with 8.5 only, but then started getting customer reports of conflicts with other apps that used 10.0 components. So we added the dual version support. We install...
  10. DanWalter

    Select INTO Cursor opens table with alias

    Hi: I have worked around this problem, but I'm curious why it happens. This is in VFP 7. When this code is run, there are 46 work areas used in the form's datasession. SELECT var1, var2 FROM mytable INTO CURSOR myCursor The result is area 47 is now the table mytable with the alias...
  11. DanWalter

    Chart forgets who's on second...

    Hi - I'm using CR 8.5. I have a dual Y axis chart that is giving me fits. X axis is date. Y1 has five variables on a 0 - 3 scale. Y2 has one variable on a 1 to 20 scale. In design mode, I can get the variables to appear on the correct axes. As soon as I close and re-open the report (or...
  12. DanWalter

    Site resolves incorrectly without "www"

    Hi: I'm using IIS 5.0. The problem is that if I type "web-link.org" (no www) in my browser address bar, I get directed to the wrong site, or maybe the wrong page. The correct result should be www.web-link.org/index.asp. The result I get is https://www.web-link.org/entry-online/ . That page...
  13. DanWalter

    document.forms[0].submit() doesn't always submit!

    Hi: This one is a strange os/browser question. Only on Mac (I'm testing with OSX), and more frequently with Mozilla rather than IE, I get the weirdest behavior. After several forms have been submitted from different pages, all of a sudden the form will not submit! Code sample: <code>...
  14. DanWalter

    Only sometimes is file not found

    Hi: We distribute a program that uses the RDC (CR version 8.5) to create a CR object. We sell thousands of copies of the software each year. We have a few customers who report an error &quot;Error opening file File could not be found, crheader.dbf at file location...
  15. DanWalter

    EXE slow as death on &lt;some&gt; XP boxes

    Hi: We distribute our (VFP7) exe to hundreds of customers per year. We are getting an increasing number of reports about the program running slow as death on some XP boxes. I think they're all XP Pro, but I can't be 100% sure. Some are networked but running of the local hard drive, some are...
  16. DanWalter

    VFP 7, Win NT app install problem

    Hello: We have a customer running Win NT, SP 6. He runs our Installshield app, which calls a VFP 7 .exe as a post-setup procedure. The install bombs with this error message &quot;Visual Foxpro Cannot Start. Cannot create workspace temp files&quot;. User is administrator on the system. Any...
  17. DanWalter

    No toolbar in preview using RDC installed on W95

    Hello: I have a VFP exe that uses CR. To install it on some W95 boxes, I had to first install DCom95. Now everything works EXCEPT the toolbar is not displayed. Right clicking on the toolbar area yields toolbar actions (next page etc). Turning toolbar off and on changes the preview window...
  18. DanWalter

    Big memo field whacks my report

    I have a VFP report that is pretty complex - 6 tables in data environment and two SQL Selects feeding it as well. In the report title band is a memo field. The report is printed in landscape mode. When the memo extends to the bottom of the page, the rest of the report seems to kind of...
  19. DanWalter

    Limited characters from memo field in report.

    I seem to be hitting a limit of 4640 characters from a memo field in a VFP report. It's a pretty complex report, 6 dbf's and 2 SQL selects, but the memo is from a single record VFP table. TIA, Dan Dan Walter DWalter@zoo.uvm.edu
  20. DanWalter

    How to re-select multiselected listbox items

    Hello all. I have a legacy app that is resetting the selected listbox row to 1 by default. This is a multiselect list box. Under certain conditions, I am trying to re-establish the multiselect state the list was in. Here's how I'm trying: * first the selected elements are copied to an array...

Part and Inventory Search

Back
Top