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!

Search results for query: *

  • Users: taysys
  • Content: Threads
  • Order by date
  1. 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...
  2. 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...
  3. 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...
  4. 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...
  5. 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...
  6. 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...
  7. 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...
  8. 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
  9. taysys

    WinXP Pro Loses DNS

    This is the second time that WinXP Pro has lost DNS name resolution for the Internet. I can ping address, but cannot access them by name. I have a private network (192.168.2.x) that has an SMC router to a cable modem. I have three &quot;other&quot; PC on the network all working fine. The others...
  10. taysys

    Single Form Application

    I have a need to put out an application that displays a single user form and no program frame menu or Foxpro menu. When I try to run it, I get the Foxmenu. How can I suppress this and show only the singe form. Thanks... Bob Taylor
  11. taysys

    VFP 6 &amp; PCL-6 Printing Problem

    I have an application that was printing a report fine with PCL-4 HP driver. The tech staff upgraded the printer to a 4100N using PCL-6 and now the report hangs or starts over without ever going to completion. They tried PCL-5e which also failed the print. I had them re-install the PCL-4...
  12. taysys

    Getting Column Totals from Grid

    I am using VFP7, Codemine v7, Windows 2000. I have a form where I have two related grids. The parent selects related child records. I need to total the &quot;amount&quot; columns in the child for the user to view. I have tried different events that fire from the parent, but either I don't get...
  13. taysys

    A Shortcut Running DOS Batch with &quot;?&quot;

    I am having a problem running a DOS batch file which requires a &quot;?&quot; on the command line to prompt the user for input. It runs fine from Start | Run, but when I create a shortcut with the &quot;?&quot; it assumes the &quot;?&quot; as a parameter instead of forcing a user prompt. Any...
  14. taysys

    Changing/adding Fields in Tables- VFP6

    I am using VFP6.0 sp5, with Codemine 6.1 framework. We have a separate development area from the production directories. I add fields or change fields in the development environment get all my forms working fine, then need to convert the &quot;live&quot; files. This is where the hassle begins...
  15. taysys

    Option Group Frustrations

    I have been fighting using option group/buttons for too long, so maybe someone can assist me. I am using VFP6 (latest SP) & Codemine 6.1.21. I have a &quot;status&quot; field in a DB that is either &quot;A&quot; for active or &quot;T&quot; for terminated. In my option group on a pageframe...
  16. taysys

    Execute External Program w/o Path

    I would like to execute Adobe Acrobat Reader for user of a program but I don't know the full path of the program. It could be in different directories depending on the version. I have tried Winexec but it needs the full path. Any suggestions... thanks. Bob Taylor

Part and Inventory Search

Back
Top