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 bkrike 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 EMJULIAN

  1. EMJULIAN

    Knowing when mover bars have been used on list box?

    I ended up using the InteractiveChange event and a cMOVED variable. After the interactive change I do the error check. Simple but it works for what I need to do. Thanks for the help! Eve
  2. EMJULIAN

    Knowing when mover bars have been used on list box?

    Thanks, the listbox is just a list, no table associated with it. I'll take a look at that March article you wrote Tamar. If all else fails this feature will just have to wait until I get around to upgrading to 8! :) Thanks again Eve
  3. EMJULIAN

    Knowing when mover bars have been used on list box?

    How about in 7? Thanks. Eve
  4. EMJULIAN

    Knowing when mover bars have been used on list box?

    Is there a way to know that the user had moved a list box entry with the mover bars? How can I tell when they've completed the operation and what listindex they moved to? Thanks Eve
  5. EMJULIAN

    Putting bold text into a messagebox?

    Is it possible to make some of the text in a messagebox() function in bold? Right now my messagebox displays: "John Doe is already entered in the A relay" I'd like John Doe and A, which are both character variables to be in bold. Is there a way to do this?? TIA Eve
  6. EMJULIAN

    Adding fields to a view?

    I have a view that I would like to add 2 fields to that I can populate with temporary data. The fields would not be attached to a base table, just added to the end of teh field list of the view and populated with data temporarily. Is this possible? TIA Eve
  7. EMJULIAN

    Making an AM/PM spinner?

    Thanks all for the replies. In the interest of time and keeping things simple I ended up using a combo box for AM/PM and a text box for the time. I appreciate all the great ideas though and will be keeping them for reference - i'm sure I'll have another project where it will come in useful...
  8. EMJULIAN

    Sorting a list box "numerically"

    I have a list box that gets populated with items that are characters but are numbered (i.e. "1-item a", "2-item b", etc.). The SORTED property on the list box puts them in order 1,10,11,2,3,4. Is there another way to sort a list box that will sort the numbers 1,2,3...10,11,12? Thanks Eve
  9. EMJULIAN

    Making an AM/PM spinner?

    Is it possible to create a spinner that toggles AM/PM? Thanks, Eve
  10. EMJULIAN

    Parameters on a form with page frames?

    Aha. Oops! :) I've used parameters before, you'd think I could remember how they work. Thanks for the brain un-clog! Eve
  11. EMJULIAN

    Parameters on a form with page frames?

    Is there a trick to passing parameters to a form with page frames? I put the "Parameters ICALLED" into the INIT of the form, but it never seems to get there. TIA Eve
  12. EMJULIAN

    List box bound column not changing?

    Rick, Thanks, leaving the bound column and using value and display value worked perfectly. Thanks! Eve
  13. EMJULIAN

    List box bound column not changing?

    Rick, The list is built in the INIT of the combobox, from fields in a table (Col 1=eventlis.list_descrtn and Col 2 = eventlis.list_name) RowSourceType=0 RowSource=none Style=2-dropdown list Control Source=reccom.list_name (field in a table) Data type of both columns is character In the click...
  14. EMJULIAN

    List box bound column not changing?

    I have a form with 4 pageframes. On page 2 there is a drop down list box that has 2 columns, only one is visible. When the user selects the item from the list, I populate fields in a table with the information from both columns by changing the bound column and doing a replace in the table with...
  15. EMJULIAN

    Check box not updating?

    Aha! I found it. I have to set the focus off the check box and somewhere else on the grid before it would refresh. Who knew?! Thanks for you reply. Eve

Part and Inventory Search

Back
Top