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 gkittelson 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. woohoo

    exception catching (java like) - is it in VB?

    i was wondering if there is any sort of exception/error catching in VB similar to that in java. so far i have been unsuccessful finding anything and i'm hoping someone knows if there is or not and how you use it/where i can learn about it thanks and happy hunting!
  2. woohoo

    inserting checkboxes into datagrids

    i'm new to visual basic and 've been having no luck with this matter. 've got a datagrid (that is being populated correctly) and have added an additional column. in this additional column i would like to insert a checkbox, such that i can work with only the data selected (i.e. rows with the...
  3. woohoo

    truncating a real to an int

    bags! i look away for a second and the advice i need is already there thanks ya'll
  4. woohoo

    truncating a real to an int

    thanks for the help; to extend on that a bit, how does one set it so that the trailing zero's aren't shown?
  5. woohoo

    truncating a real to an int

    've got a field object that is a formula, which works great and all. the end result is a real number and i want to just truncate it into an int. how does one do this? thanks
  6. woohoo

    attempting to set a button value, yet not happening

    hey all i have a jscript function i'm calling where I attempt to set the value of a button. the rest of the code in the function works, excluding this one line: document.addoutage.btnsubmit.value='=' the value that it sends is empty (i.e. "" rather than "=") anyone have...
  7. woohoo

    attempting to set a button value, yet not happening

    hey all i have a jscript function i'm calling where I attempt to set the value of a button. the rest of the code in the function works, excluding this one line: <CODE> document.addoutage.btnsubmit.value='=' </CODE> the value that it sends is empty (i.e. &quot;&quot;) anyone have any thoughts?
  8. woohoo

    prevent field expansion from appearing over field below?

    ah ha, such a simple solution... thank 'ee kindly Mike! &quot;ultimately, 's irrelevent&quot;
  9. woohoo

    prevent field expansion from appearing over field below?

    yo yo yo ya'll i have several fields that i would like to have expanded as needed (and they currently do). unfortunately, there are fields below them on the page (that do the same) that when printed, the fields overlap, producing text on text. can the fields below an expanding field be auto...
  10. woohoo

    using info from one db to access/display info in another table

    thanks dgillz! that worked wonderfully (once i made sure to link the appropriate fields :) )
  11. woohoo

    using info from one db to access/display info in another table

    hey all I'm new to Crystal Reports and I haven't been able to figure this out. How does one use information gotten from one database to find and then display info in another? More explicitly: I have a userID from the database i want info from, but rather than display the ID, i would like to...

Part and Inventory Search

Back
Top