Search results

  1. I

    IF ChildNode EXIST?

    As soon as you get a battery recharger you will see that I have posted my code.. but in case you are shortsighted please take a close look at this.. ..prescription.SelectSingleNode("./issued_drug/fund_code") and check does "fund_code" exits as a childnodes or not..if not do something else...
  2. I

    IF ChildNode EXIST?

    I am parsing an XML file..and this XML file sometimes has ChildNodes (fund_code)..and sometimes hasn't..I want to check when has and when has not..because if there is not ChiledNodes (fund_code) I have message End..Debug..and so
  3. I

    IF ChildNode EXIST?

    Hi I want to check if this ChildNodes exirst...(fund_code) in the example ...prescription.SelectSingleNode("./issued_drug/fund_code") Thanks
  4. I

    Values from subform to main form doesnot work on every comp

    the problem is in computer not in my program..there must be some problems maybe with working memory or something
  5. I

    Values from subform to main form doesnot work on every comp

    well..what special configuraion is needed for a com[.Win 10, Access 2012 and that is all
  6. I

    Values from subform to main form doesnot work on every comp

    Hi..i have a database installed on more than 30 comp in diferent cities..On each one values from subform to mainform is workin perfectly, but only one is not working..I tried to figure out what is the possible problem on that comp..The problem is not on my program..Any ideas..see the pic below..
  7. I

    Pressing F7

    Pressing F5 is closing the customer receipt, custumer is paying cash and is printing fiscal receipt. Pressing F7 is also closing customer receipt but customer is paying by Card and also printing fiscal receoipt.. I had another similar form and there is no problem overthere. I tried to analize...
  8. I

    Pressing F7

    Hi after pressing F7 in a control field (barcode - first field) I got this message (see Pic_2). when pressing F5 everything is ok. Any suggestions?
  9. I

    frozen report section

    Hi is it possible to freeze report header section and only detail section to scroll up and down? Thanks
  10. I

    deleting records

    no
  11. I

    deleting records

    I can show you wit some photos..if you like..it happens with at least two databases..this is the first time I experience it..I did it before but never happend as it did now..
  12. I

    deleting records

    Hi I have deleted some data from my database. it was about 350 mb. After deleting I did Compact & repair so deleting to take effect. But instead of lowering it has grown up to 530 mb..What went wrong? Any suggestions?
  13. I

    Insert into?

    Thanks
  14. I

    Insert into?

    Hi why this doesn't work mATC_FULL = "escitaloptam tabl. 20 mk" DoCmd.RunSQL "INSERT INTO tblXML_LEKOVI_KOM (GENERIKA_FULL) VALUES (" & mATC_FULL & ")" field GENERIKA_FULL is text
  15. I

    AfterUpdate

    I would like to thank you very much...it works as in your first lines with a little addition from me two lines to go to next field with .requary
  16. I

    AfterUpdate

    I have already tried it .but the same efect as in previous pic I send
  17. I

    AfterUpdate

    well..great solution..but only one change..I need to press Enter If I want to execute afterUpdate..In this case now it automaticaly invoke AfterUpdate.. Why I need to press Enter..becouse there will be more recepts And I need to chose which one to realize...So please do a little change
  18. I

    AfterUpdate

    Code Tags Added by UG Please use Code Tags when posting VBA Code https://www.access-programmers.co.uk/forums/threads/please-use-code-tags-when-posting-vba-code.240420/ Please feel free to Remove this Comment Private Sub mE_BROJ_DblClick(Cancel As Integer) On Error GoTo greska...
  19. I

    AfterUpdate

    Hi I have two form, the small one and the bigger one. From small one wit double click of a mouse I transferred value to bigger form. See Pic1. After I move mouse to bigger form I get this See Pic2. I put the mouse at the end of a control to avoid black selected. see pic3. On Enter AfterUpdate...
Back
Top Bottom