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
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
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
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
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
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...
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
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
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...
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...
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
Yes, yes, yes and yes. :) Any other thoughts? I am thinking it has something to do with the focus not getting set off, or back on, or something like that. It's just one of those little things that is driving me crazy!
Thanks,
Eve
I have a checkbox in the 1st column of a grid. User selects the box (to select the record) then clicks a command button to execute code. In the code it resets the check box to .F. The only way I can get the check box to refresh in the grid (back to the .F. state), is to either click on any colum...
I use a text box and a grid to enter data into another grid. If I double click on the record in grid A, it calls ADD and then sets the focus to a field in grid B, like it's supposed to. However, if I use the arrow keys to move down to the record and press <ENTER> on the record in grid A, it...
The problem is that when I try to update the view (eventview.no_recs=eventview.no_recs+1) I get a "file in use by another user" error, even though I'm the only user. It always happens when I click on the grid to select a record before I try to update it. If I use the arrow keys, no error.
Any...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.