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 x508

  1. x508

    setting combo box to a command

    K You can also try the following, but u will have to adjust it as I don't normally work with Data Environment and Bound controls I'm sure u can pass the recordsource object a SQL string that can look like this rs.open "Select * from TableName WHERE (FieldName = '" & cboCombo1.text & "')" set...
  2. x508

    automatic emailing

    NP ***************************************** May the Code Be With You...[lightsaber] ---------- x50-8 (X Fifty Eigt)
  3. x508

    setting combo box to a command

    Hmmmm...are u using a Combo or a DataCombo(datacombo you have to specify two "data sources", second, i think that the controls should be bound not only to the Data environment, but alss to "each other" Try creating a new project with the Project Wizard, select dat project, fill in and select...
  4. x508

    automatic emailing

    jbrowne About the Wiscock Control and E-Mail U can use the winsock control to connect to a SMTP server on port 25(it's really straight forward) Then u can search on google for SMTP protocol, to see how the standard works, in short (Phseudo Code) Send string "helo" to the server Send string...
  5. x508

    automatic emailing

    Maybe I'm old fashioned....or also like nick like to re-invent the wheel, but I do all my emailing from code using the winsock control. This makes my app independant from Outlook Express and independant from Correct Outlook accounts etc. (The user's machine might not allways have Outlook...
  6. x508

    How to print a form

    If u ever didn't get it solved, you can just make your form an MDI child, it then can be as big as it wants on any resolution ***************************************** May the Code Be With You...[lightsaber] ---------- x50-8 (X Fifty Eigt)
  7. x508

    PrintForm cuts off page

    Such old stuff.... but damn it's good stuff Solved my prob too, thanks and I'm sure you deserve another star ***************************************** May the Code Be With You...[lightsaber] ---------- x50-8 (X Fifty Eigt)
  8. x508

    XP Workstations disconnect from network repeatedly.

    Not a virus...a worm...that was not picked up by antivirus software....but then again, back then the little bugger was still quite new... Hope you get the prob sorted out, and do post whenu have so we can all learn ***************************************** May the Code Be With...
  9. x508

    TimeTable - Best Control, Method etc. Please share your view and opini

    Very interesting BB...although I think that this is a brillinat approach, it might be a little steep for me at this time...seeing that I am quite pressed for the T*m% word...lol Thanks for your ingenious advice...I will definatley remember this for future use. P.S. I am not used to working...
  10. x508

    XP Workstations disconnect from network repeatedly.

    Maybe this is completely off the topic... A while ago we had a worm that targeted an exploit in XP, it kep messing around the network by sending data(packets) like mad....Whenever we had more than 6 PC's on the network, lets say 10...after a few minutes 4 of them would lose their connection...
  11. x508

    What's your most reliable hard disk recommendation?

    I'd say get yarself a fishy....Nothing like spending a good day with a 7200 RPM, Seagate Barracuda... Love mine more every day ***************************************** May the Code Be With You...[lightsaber] ---------- x50-8 (X Fifty Eigt)
  12. x508

    TimeTable - Best Control, Method etc. Please share your view and opini

    Hi I am creating a TimeTable for my app. Which do you think would be the best control to use for this purpose? I thought of using a Datagrid...but it doesn't look that kewl... I decided now that I think that I am going to use a Listview in report style for this purpose, what do you think...
  13. x508

    VB programmer new to Java (Complete Novice)

    Hi I am looking into app development for cellphones. My Ericsson T610 supports Java (or so I've read), and I can get/download Java apps for it from the net. What would I need to create Java apps like these.... I am extremely new to Java...Do i need a compiler, IDE....?? Where do I start...
  14. x508

    Formating Date

    :-) ***************************************** May the Code Be With You...[lightsaber] ---------- x50-8 (X Fifty Eigt)
  15. x508

    Formating Date

    Yup, go to Cntrl Panel -> Regional and Lang Options -> Customize ->Date Hope this helps ***************************************** May the Code Be With You...[lightsaber] ---------- x50-8 (X Fifty Eigt)

Part and Inventory Search

Back
Top