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 Mike Lewis 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: taysys
  • Order by date
  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
  16. taysys

    Contract Programming Advice

    I am expanding my program contracting work to local companies in the area. I have done quite a bit in the past on a job-by-job basis but with organization I new or were referred to on-line, but I always seem to under-estimate my work and get screwed in the end. I will be working in Clarion, VB6...
  17. taysys

    Format issue with Datagrid

    I am curious why you are clearing the tabstyle on the reload? If you don't set the tab style and column definitions again, then the default dataset will fill the grid. I believe that you can just initially set the grid style and leave it alone through any reload process. Bob Taylor
  18. taysys

    Date Format for NULL or Empty

    Dang, Kris... didn't I try that first? Guess, not... since it works. Thanks! Bob
  19. taysys

    Date Format for NULL or Empty

    I am trying to format a SQL date in a form. When the date is first created it is <null>. If it is updated, I am able to format it fine. But am fighting what happens when the date is cleared out ie. txtDate.text = &quot;&quot;... to try to work around some of the problems I tried using...
  20. taysys

    Better Print Preview Class??

    Using VFP 7 and Codemine 7.1 framework. I need to add some options to the print preview which will go to report too. I am looking for page jumps, scanning for particular keywords, etc. I didn't want to invent the wheel if there was a class already available. Thanks to all. Bob Taylor

Part and Inventory Search

Back
Top