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!

Recent content by jcisco

  1. jcisco

    class serialization problem.

    found my problem and fixed it. i was trying to do Serialization with a collection. which doesn't work. changed it to an arraylist and things are working just fine now. thanks. -------------- :)
  2. jcisco

    class serialization problem.

    here is the err message. An unhandled exception of type 'System.Runtime.Serialization.SerializationException' occurred in mscorlib.dll Additional information: The type Microsoft.VisualBasic.Collection in Assembly Microsoft.VisualBasic, Version=7.0.5000.0, Culture=neutral...
  3. jcisco

    class serialization problem.

    Ok. i'm having issues with serialization and i'm hopin someone can point me in the correct direction. I have a class called Profile <Serializable()> Public Class Profile ..... code........ methods.. blah blah.. End Class and i have a save profile button on a form that uses this code...
  4. jcisco

    datetime stamp in table not showing time in report.

    got it. i had to select the second to the top option for it to work. -------------- :)
  5. jcisco

    datetime stamp in table not showing time in report.

    crystal ver 8.5.0.218 under file options I go to reporting and i have changed the Conver Date-Time Field: to equal To Date-Time then in the Fields tab I have picked the Style that I would like to show up on my Date/Time objects 3/1/99 2:01 pm then i clicked ok. the Ok again to close the...
  6. jcisco

    datetime stamp in table not showing time in report.

    I have a small problem. inside my table i have a col called EndTime which is a datetime stamp. now then when i bring this table in my crystal report and drop the value on the report it will only show the date not the time. when i go into the Format field of that obj the only options that i have...
  7. jcisco

    formating help.

    that worked thanks! -------------- :)
  8. jcisco

    finding 2 item in one database

    that worked! -------------- :)
  9. jcisco

    finding 2 item in one database

    I have noticed that there is alot of posts on this subject but i'm unable to find a solution that fits my needs. I hope someone can help me :) --background-- I have two tables one that is called tblLocations, and the other is tblLocationsItemsJoin in my tblLocations I have a pkey of...
  10. jcisco

    formating help.

    nope only have one. Suppress IF Duplicated then off to the right side of it there is the X+2 button. that's all. -------------- :)
  11. jcisco

    formating help.

    I am trying to format my report for customer address. Now i found this thread that tells me how to do this but i'm having a small issue with it (thread767-560095). I am using crystal 8.5.0.218 and when i click on my text object and go to the format editor i do not see suppress blank lines, i...
  12. jcisco

    update problem

    I have a question I have a table that i want to be able to update by adding a ItemDescription to it. i have tried this update tbl_TempBillOFLading set ItemDescription = ( select tblItems.ItemDescription FROM tbl_TempBillOFLading INNER JOIN tblItems ON tbl_TempBillOFLading.ItemNumber =...
  13. jcisco

    Snort setup problem.

    I just installed Snort on my windows 2k server device. and i'm having a problem finding the alerts.ids I have searched the C dirve and it's not there, but it looks like one should be do i need to extract it or something? or do i just need to create a blank txt file and change the ext type to...
  14. jcisco

    Smart Device question.

    I'm looking into programing some test app's for a pocket pc. I have vs.net 2003 Ent. ed. and my question is where are the database sqlconnection, and adapter controls? they are not showing on my Toolbox like a windows or asp.net app. How do i add these? do i need a sdk for CE or something...
  15. jcisco

    DateDiff problem.

    doh. thanks! :) -------------- :)

Part and Inventory Search

Back
Top