Search results

  1. T

    Solved linking jpeg outside of a database

    but there is a code so u can copy-paste it :)
  2. T

    Solved linking jpeg outside of a database

    i found this template on internet. post #8
  3. T

    Solved Open Explorer according FilePath filed

    thank u very much, Sir ! u help me as always.
  4. T

    Solved Open Explorer according FilePath filed

    i set for "open" button Private Sub openacall_Click() Application.FollowHyperlink Me.FilePath End Sub and it WORKED ! amazing. 1 line of code. so simple.
  5. T

    Solved Open Explorer according FilePath filed

    Hello, guys, i have a feature that allows me to store pictures outside of a db. it can save to specific folder, rename as i need so everything is in an order and also delete. BUT unlike attachment type, i can't here open this picture via default picture viewer - i mean i can't open this pic...
  6. T

    Solved linking jpeg outside of a database

    I MADE IT ! it WORKED ! thank u very much guys ! without your help it couldn't have been possible
  7. T

    Solved linking jpeg outside of a database

    thank you Gasman ! it worked ! just found a solution within the same minute as u posted your message :) it now allows me to select a picture and then i get another error
  8. T

    Solved linking jpeg outside of a database

    i dont get it. i just looked at template's references and it has only these standard 5 checkboxes in my original db i have exactly the same 5 checkboxes.
  9. T

    Solved linking jpeg outside of a database

    u mean here ? what exactly should i set ?
  10. T

    Solved linking jpeg outside of a database

    i have found a suitable way to store pics outside of db. It does work on template but it doesn't work when i move the code and buttons to my original db. any idea why ? Private Sub Command36_Click() Dim fd As FileDialog Dim i As Integer Set fd = Application.FileDialog(msoFileDialogOpen)...
  11. T

    Solved linking jpeg outside of a database

    i couldn't replicate what u suggested me. could u please upload some simple demo ? much appreciated !
  12. T

    Solved linking jpeg outside of a database

    should user to input manually a name of jpg so db can upload picture ? in this case it kinda might not work for me as ppl who will be using are total noob with PC. some of them at least. is there an option to click, then select a pic through file browser and click OK. and it would be bloody...
  13. T

    hide object IF

    yes, tab control has such options, but it goes along with its rectangular switches so i had to set as transparent so i could use others features
  14. T

    hide object IF

    red for active or not active. let me play with it i dont know, looks like it doesn't go along with this "blue" color
  15. T

    hide object IF

    i have absolutely no clue, sir :)) thats why i asked it.. well, u know, maybe vba or somehting can do the trick :)
  16. T

    hide object IF

    hey guys! i have tab control with 2 tabs and i have OLEunbound object (pasted from Excel) under this tab control so i'd have a pretty nice UI so now i need to make switches obvious and the only thing i came up with is text color (back is active, white -is not) but is there a way somehow to...
  17. T

    Solved linking jpeg outside of a database

    hello everyone ! so i have a db in a local storage and it has "data type" in a table - "attachment" where users upload pictures. its only begging and now my db is around 150Mb. and every time a user opens this db - it should completely be downloaded and only then it opens up. sometimes it...
  18. T

    where condition doesnt call 0

    oh ,, i get it .. now i just need to make a dbl click event runs this new query. damn. its so cool to learn new things ) thank u very much it will show riskID. is there a way to open a masterlist (form) which will show all risks with riskcode=0 ? upd: or open a master list with riskID listed...
  19. T

    where condition doesnt call 0

    it shows me 1 record which is true. i have only 1 record where riskcode=0 my sql for just new created query is SELECT RiskID FROM Qddall WHERE riskcode=0
Back
Top Bottom