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 75cl

  1. 75cl

    How to kill the application from Your Workstation?

    anyone know how to kill an application from your desk. Let say someone is running your vb application and you want them to get out the application, and they are not at their desk. Now you want to be able to kill the application from your desk. Thank You in advance
  2. 75cl

    any recommendations to display a list of data ??

    Use flexGrid is another option.
  3. 75cl

    Reset RecordNumber

    Can anyone please show me how to reset my recordnumber after each new group. It is an urgent. I'm truly appreciated for your help.
  4. 75cl

    common dialogs

    comondialog.filename
  5. 75cl

    Flexgrid Wordwrap does not work

    Can anyone tell me why is my wordwrap does not work??? SubUnitGrid.WordWrap = True SubUnitGrid.AllowUserResizing = flexResizeBoth SubUnitGrid.ColWidth(0) = 1500 SubUnitGrid.ColWordWrapOption(1) = True SubUnitGrid.ColWidth(1) = 2000
  6. 75cl

    Crystal Report new Page Reset

    How can I reset new page after each group? Thank you in advance,
  7. 75cl

    Check box on FlexGrid?

    Anyone Know how to make a checkbox control load on a flexgrid and still function like a checkbox, I can make it works on a combobox but i dont' know how to make it work on a flexgrid. Any ideas? Thanks in advance
  8. 75cl

    ComboBox?

    Is there a property in a combo box that keep it from adding the duplicate data?
  9. 75cl

    Move to the last record in a MSHFlexGrid

    If the number of record change jus requery your rs and reset your row number
  10. 75cl

    Move to the last record in a MSHFlexGrid

    you can get your last row by setting your row number = rs.recordcount
  11. 75cl

    Database Connection and Recordset

    That's what I have it done for my database currently. but there a so many recordsets that i have to close. I just want to know if anyone know of a better way of doing it, Like having a procedure that will close any recordset, any database connection.
  12. 75cl

    Textbox or Label that shows $ value

    convert your data value when sum. That's what I would do.
  13. 75cl

    Database Connection and Recordset

    is there any generic procuredure out there that will close any database connection and any recordsets?
  14. 75cl

    Parsing out a string of Characters.

    Is there a way that you can parse out a string of character like this 123333,44455566,99999,88888BC etc. and the number of characters are varies. Can you do a loop in Crystal report?.. Thank You in Advance
  15. 75cl

    How do you create a message box

    msgbox "Your Message"

Part and Inventory Search

Back
Top