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 Mike Lewis 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. rostulya

    Another BoundFrameObject Question

    Here's the code fragment that i'm using: myPath = FileD.SelectedItems(1) Form_Samples.olePhoto.OLETypeAllowed = acOLELinked Form_Samples.olePhoto.SourceDoc = myPath Form_Samples.olePhoto.Action = acOLECreateLink Works like a charm, BUT, after picture is added to the form, it opens MS Paint...
  2. rostulya

    Bound Object Frame Question

    Hi. Here's the problem that I have. I have an unbound form, with bound object frame control on it, which I use to store photos of products. When user clicks 'Save' button, this code is executed: Dim rst As Recordset Set rst = CurrentDb.OpenRecordset("select * from Samples where ID = 0")...
  3. rostulya

    event firing

    i'm not sure what you mean by that. i'm need to use this code in onClose event of modal/popup form.
  4. rostulya

    event firing

    can't find it anywhere. in code, i need to fire an afterupdate event for a combox on another form. how do i do it? thanks in advance
  5. rostulya

    Changing DataEntry property for subform

    this excersising in english leaded me away from my question, lol is it possible to change dataentry property for a subform? it doesnt seem to be working.
  6. rostulya

    Nasty thing

    this is a data entry form that was made from a regular form, that was, indeed, linked, using the field in question.
  7. rostulya

    Changing DataEntry property for subform

    Hi. I have an unbound combo box on a subform, that suppose to show a whole record information based on a selected value. hope u understand what I means:) specific of my task makes me change dataentry property of that subform (using option buttons). i alreasy know that this unbound combo box...
  8. rostulya

    Nasty thing

    no after update evants. nothing suspicious. it does work when i open the subform as separate form.
  9. rostulya

    Nasty thing

    anyway... i had to make ID textbox unbound, and assign it's value to ID field in OnDirty event. i think it's working
  10. rostulya

    Nasty thing

    originaly it was set to dataentry only. i changed that - no effect. the worst thing is that sometime it works, sometime it doesnt. drives me crazy
  11. rostulya

    Nasty thing

    Hi. I'm having a bit of a problem here. I have a subform, that has a field named 'ID' that contains a primary key(autonumber). When the form is opend, it shows the 'autonumber' in this field. But as soon as i start filling in other fields in the subform, it changes to zero. I cant figure it out...
  12. rostulya

    What to learn

    thank's all of you for your answers
  13. rostulya

    What to learn?

    thank's all of you for your answers
  14. rostulya

    What to learn?

    Hi. I am in a situation right now when i NEED to fina a decent paying job. A while ago i finished pretty prestigeous computer school, but never found a job - wasn't motivated enough. So, i feel that i'm capable of learning a new language on my own. Is it even possible on today's market to kearn...
  15. rostulya

    What to learn

    Hi. I'm one of those guys who's dreaming about programmer's job. I've been told that C# is 'hot' right now. I do understand that this is the worst (probably) time to be looking for a career in programming. But it's my only otpion at the moment. I have some programming background, and have...

Part and Inventory Search

Back
Top