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

    using Epicor the SalesOrder BO from C#.Net

    Hi all... I have been given the task to send sales orders from remote sales people sent to me via FTP into Epicor. I have to use the Epicor business objects. Can anyone please help get me going on using the Epicor.Mfg.BO.SalesOrder objects. I use C# in visual studio. P.S. ...no we do not...
  2. Timalaugh

    SQL query to duplicate records X times

    Hi all... I have an odd one. I need to be able to duplicate a record thisMany times where ThisMany is a field in the record. The table I start with only has one record. The problem is I need to do it in one select statement. Any one know how to do this. thanks very much Tim
  3. Timalaugh

    SQL query to duplicate records X times

    Hi all... I have an odd one. I need to be able to duplicate a record thisMany times where ThisMany is a field in the record. The table I start with only has one record. The problem is I need to do it in one select statement. Any one know how to do this. thanks very much Tim
  4. Timalaugh

    I need to duplicte records in a table based on a field in the table

    Hi all... I have an odd one. I need to be able to duplicate a record thisMany times where ThisMany is a field in the record. The table I start with only has one record. The problem is I need to do it in one select statement. Any one know how to do this. thanks very much Tim
  5. Timalaugh

    Photo ratio skewed by Crystal

    Hi all, I have an OLE Object that is displaying a photo for me on a report. I compared the report with the original .jpg files and the photos are all getting stretched one way or the other. I have the height and width both set at 100% Is there some secret place where the "stretch to fit...
  6. Timalaugh

    Rename a copied report on main tab

    Hi all, I copied a report and gave the file a new name but when i open the report in Crystal the old name appears on the main tab. ...this is going to cause some confusion sooner or later. anyone know how I can change the name? Thanks
  7. Timalaugh

    Group Header band with a SubReport still taking room when empty

    Hi All, I have a Group Header with a sub report in it that is almost all ways empty. However even with Suppress Blank Section checked it still takes up room. The sub report also has Suppress Blank Section checked in every section. Any Ideas on this? Thanks Timalaugh
  8. Timalaugh

    Keeping Group Footer with Group Header

    Hi all, I hope this is an easy one... When there is a page break, sometimes a group footer prints on the next page causing confusion. ...I need to keep them together. i have Keep Together checked but that does not do it. Any Ideas? Thanks Timalaugh
  9. Timalaugh

    Help!!! Can I send Crystal the number of pages to print?

    Hi Everyone, I need to use Crystal Reports to print out labels. However... I need to print the 1 of 3, 2 of 3, 3 of 3 thing on each label. the problem is Crystal will only get one record with a total label count in it. Crystal could not do this before... any changes? thanks Timalaugh
  10. Timalaugh

    Reuseing an ObjWriter made with System.IO.StreamWriter()... Help!

    Hi everyone, I created an output stream object and all i want to do is be able to use the same object to write to different files: Dim objWriter As New System.IO.StreamWriter(OutFileName) ... and writing to the file using: objWriter.WriteLine(WriteThisText) ...it works fine but anyone know if...
  11. Timalaugh

    Error message: Group #3: ? - A

    Hi All, I am getting the error message: Group #3: ? - A This group section cannot be printed because its condition field is nonexistent or invalid. Format the section to choose another condition field. There is no group 3... anyone know how I find where this error is taking place? I did not...
  12. Timalaugh

    Transparent background on a report Picture

    Hi All, I have a Picture/OLE on a report that is mapped to a changing data field that points to a .jpg file. I know all the Pictures have transparent backgrounds because of how they look in Paint. They work fine on the FoxPro report except they do not display the transparent background but a...

Part and Inventory Search

Back
Top