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 taysys

  1. taysys

    Load Report Error After Deployment

    My solution: I recompiled the application changing the reports to "Content" instead of "Embedded." Then I was able to place and reference the files anywhere. Still would like to have an "embedded" solution, though. Bob Taylor
  2. taysys

    Load Report Error After Deployment

    Sorry correction on error message: Load Report Failed BT
  3. taysys

    Load Report Error After Deployment

    I know this has been brought up several months ago, but I am fighting this crucial deployment using VS.NET 2003 with the embedded Crystal Report package. The error when starting a report is: Load Report Error Test workstation OS is Win2K In my setup/deployment package I have included...
  4. taysys

    Graph Legend Item Labels

    The problem is that in the .NET version, at least what I am seeing, these options are not available at design time. That is why I was wondering where to hook in at run time to make dynamic changes. Bob Taylor
  5. taysys

    Graph Legend Item Labels

    Can you do this in the .NET version of crystal? I have the same problem for which I am trying to find the answer. BT
  6. taysys

    Crystal Charts- Change Legend Labels

    I have a 3D Bar Chart on a Crystal Report Footer where the legend is giving me the Summary field names ie. "Sum or tblFiscal.BasicRate." I want to be able to either at design or run time, change those labels in the legend to something cleaner for the user. I have gone throgh all the...
  7. taysys

    Adding Timestamp to Memo

    Jim, You clued me into it... part of my string had to have the RTF commands. So I just created a dummy memo, copied the before and after codes along with the transform for the date and voila. See solution below: lcText1 = "{\rtf1\ansi\ansicpg1252\deff0{\fonttbl{\f0\fnil\fcharset0...
  8. taysys

    Adding Timestamp to Memo

    Thanks for the quick reply. Yes this works, as I have been there. But the problem is working woith the RTF control. When I do this, I get all the embedded RTF commands in the display. See below.... 10/17/2003 10:57:09 AM {\rtf1\ansi\deff0{\fonttbl{\f0\fnil\fcharset0 Arial;}} {\colortbl...
  9. taysys

    Adding Timestamp to Memo

    Using VFP 7, Codemine 7.1 I have been wrestling with adding a time stamp to a memo field. The memo field is displayed in the ole Rich Text control. I want to have the user click a button to add a date/time stamp to the beginning of the memo field moving the rest of the text down a line. Any...
  10. taysys

    Creating a report using Crystal Reports in VB .NET

    Give this a try... I worked this out and seems to do what I want... with a cboBox: Please note that the "Groups" collection is dependant on the number of groupings you have in your report. I have two, so I am only manipulating the "second" sort group. So if you have...
  11. taysys

    Change Sort @ Runtime in Crystal Report & VB.NET

    Thanks anyway.... I figured it out. BT
  12. taysys

    Crystal & VB.NET2003- Change Sort at Runtime

    Thanks anyway... figured it out. BT
  13. taysys

    Crystal & VB.NET2003- Change Sort at Runtime

    I want to produce the same Crytal Report (v9 which comes with VS.NET 2003)but with different secondary sort order. I don't want to duplicate the report if I don't have to and want to use the same Dataset schema. I am accessing SQL 2000, hand coded connection and adapters, but using Dataset...
  14. taysys

    Change Sort @ Runtime in Crystal Report & VB.NET

    I want to produce the same Crytal Report (v9 which comes with VS.NET 2003)but with different secondary sort order. I don't want to duplicate the report if I don't have to and want to use the same Dataset schema. I am accessing SQL 2000, hand coded connection and adapters, but using Dataset...
  15. taysys

    Contract Programming Advice

    Thank you for your thoughts; greatly appreciated! I am working in Northern California. I currently have a full-time position as a programmer/analyst. But I have found a need for a lot of small business needs here. BT

Part and Inventory Search

Back
Top