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: *

  1. Timalaugh

    using Epicor the SalesOrder BO from C#.Net

    I made great progress in this... in fact I had orders correctly sent and accepted by Epicor. then we did the upgrade to .707b and now my application works no more. ... more on this as it develops ;-)
  2. 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...
  3. Timalaugh

    SQL query to duplicate records X times

    ooops never mind... i got it thanks
  4. Timalaugh

    SQL query to duplicate records X times

    excellent... got it thanks
  5. 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
  6. Timalaugh

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

    Thanks but I need to do it in a single query. This is in MS SQL Server and in the Report Builder so I need to do It an one select statement.
  7. 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
  8. 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
  9. 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...
  10. 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
  11. Timalaugh

    Group Header band with a SubReport still taking room when empty

    Okay... here is another clue, I think. When I move the Sub Report somewhere else just to test, the section is still taking up room. Is there a way I can see all the items that are in the section? it appears blank but I am guessing there must be something in there right? Thx Timalaugh
  12. 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
  13. Timalaugh

    Keeping Group Footer with Group Header

    I got it !!! Under Report, Group Expert, Options. Select keep group together. Why is this in two places? who knows, but it worked. Thanks Timalaugh
  14. 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
  15. 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
  16. Timalaugh

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

    Thanks Jebenson... works great :-) I can dig it
  17. 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...
  18. Timalaugh

    Error message: Group #3: ? - A

    Well... What I did was just revert to a backed up version and started working on it from that point and the error did not happen again... This is not what I wanted to do but since I could not figure out what where the problem was i have to accept it and move on. I guess I may never know...

Part and Inventory Search

Back
Top