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 SkipVought 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. Bhavna13

    open .MSG file in VB.NET

    hi, Please help me. I have written an application in vb.net. It opens my outlook inbox and for each message there saves it as a .MSG file opens the file stream and stores it to a sql database and deletes the file and removes the mail item from my inbox. so ive storred the entire mail in the...
  2. Bhavna13

    Crystal 9 start of the week

    The grouping is fine. But I made the change, and it looks better. It was the rows within the group that were not in order but i fixed it by adding a sort rows grouping. You were a great help! :-) Bhavna.
  3. Bhavna13

    Crystal 9 start of the week

    Thanks you so much!! It worked.. The dates are all in a wierd order though.. i'll have a look at trying to sort it by date.. for some reason it didnt even though i set that to sort ascending
  4. Bhavna13

    Crystal 9 start of the week

    you didnt say :where: to do this.. please remember im fairly new to crystal reports
  5. Bhavna13

    Crystal 9 start of the week

    Sorry. Here's more information. i have a dataset that is being used as the datasource for the crystal report. In it i have 2 tables : Job and JobDetails. These two tables join on the JobNumber. Job has fields JobDate,Customer. JobDetails has fields description,units. Using the Report Export,i...
  6. Bhavna13

    Crystal 9 start of the week

    Thanks. But where would i put it? i tried including it in my recordselection formula (wasn't sure where else) and it gave an error. does this function set the first day of the week or just tests to see whether the first day is Monday? Sorry, im a little new crystal. :-)
  7. Bhavna13

    Crystal 9 start of the week

    Hi, I've created a crystal report using the packaged crystal 9 that comes with VS.NET. It works fine except that when I group on Date for each week the week starts on a Sunday and I need it to start on a Monday. Can anyone please please please point me the right direction on how I can change...
  8. Bhavna13

    ADO.NET dataAdapter,update Error

    I recently did something similar except I used the wizard to configure my dataAdapter. This is the code the it generated for the update command for my table.. Mine was the employees table and had 4 fields : EId(primary key), Name, TelNumber, password. I know its long but it works... Friend...
  9. Bhavna13

    ADO.NET dataAdapter,update Error

    Do you have a sqlclient.sqlcommand object assigned to the daUsers.UpdateCommand property? if u havent created the DA using the wizard then you need to create the command manually. hope this helps. :-)
  10. Bhavna13

    .Net and crystal report RecordSelectionFormula

    Try leaving the RecordSelectionFormula property blank (i.e. "" ). if you want them seperated then group by Facilities.active and it should put all the active ones together and all the inactive ones together but still show all of them. hope this helps. :-)
  11. Bhavna13

    Strongly Typed DataSet Vs Un-Typed Dataset

    This link should help you.Its an article in the msdn library that explains why strongly typed datasets are better. http://msdn.microsoft.com/msdnmag/issues/04/12/DataPoints/ :-)
  12. Bhavna13

    Date Issue

    The DSUM function can be used to do running totals. An example is available here : http://support.microsoft.com/default.aspx?scid=kb;en-us;290136 Hope this is what u lookin for :-)
  13. Bhavna13

    how to save az excel book?

    have you tried this when u have these statements " ' Close the Workbook xlBook.Close ' Close Microsoft Excel with the Quit method. xlApp.Quit " try " xlBook.close true,"filename.xls" xlApp.Quit " where filename.xls is the full path and filename .. eg...
  14. Bhavna13

    MSAccess and datacombo box on network

    Hi, I've been having this problem for a while now maybe you guys can help? I am using a MS ado datacontrol in vb6 to create my connection to an access2003 database. I then use a datacombo box that binds to this control in order to get the values that populates this list from the database...
  15. Bhavna13

    vb6 activeX control on network

    Hi, I've been having this problem for a while now maybe you guys can help? I am using a MS ado datacontrol in vb6 to create my connection to an access2003 database. I then use a datacombo box that binds to this control in order to get the values that populates this list from the database...

Part and Inventory Search

Back
Top