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 gkittelson 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: *

  • Users: gutay008
  • Order by date
  1. gutay008

    problem in application shared on network

    Thank you all for your help.
  2. gutay008

    problem in application shared on network

    i already put this on my main program.. SET DEFAULT TO C:\system SET PATH TO Data,Form,Picture,Report,Program,Other,Menu is this correct? how about the data/tables that the system will used on the network? maybe the forms and the images and so on will be viewed because we put the app folder on...
  3. gutay008

    problem in application shared on network

    @sir mike, i get the idea on putting the application and other required files on the user workstation but i dont know how to start it. You mean sir i will remove all the code which call the path of my drive?
  4. gutay008

    problem in application shared on network

    Good day! This is my first time to share my application in the network since i have many user involved. This is what i've got so far, i shared my entire application folder to everyone, set the security setting to full control by anyone. On my user computer, i map the folder which i shared and...
  5. gutay008

    problem on displaying windows media player

    Thanks sir olaf for the time with me. After many tries, i did was to hide the olecontrol upon running the form then after few seconds i call the width and height i want and unhide the olecontrol. This trick fix my problem on the width and height of the olecontrol. You were right sir olaf for me...
  6. gutay008

    problem on displaying windows media player

    nope, i dont want to fit it on the form. i want to play the video with the height and width i set.
  7. gutay008

    problem on displaying windows media player

    upon checking the video details: the frame width was 1280 and height of 720 . i think it uses the size of the actual frame of the video.
  8. gutay008

    problem on displaying windows media player

    Tried to remove the anchor but the same happens. Upon running the form, it actually gets the set height and width but after few seconds the wmp changes its size.
  9. gutay008

    problem on displaying windows media player

    I have here a code for playing videos with wmp in a form. thisform.olecontrol1.url = "C:\Users\Desktop\1.avi" thisform.olecontrol1.height = 500 thisform.olecontrol1.width = 300 thisform.olecontrol1.uiMode = "none" thisform.olecontrol1.STRETCHTOFIT = .f. thisform.olecontrol1.enableContextMenu =...
  10. gutay008

    Problem on updating record balance

    ****updates: the suggested code of sir mjcmkrsr did fix my problem. thank you all for the suggestions, really appreciate the help.
  11. gutay008

    Problem on updating record balance

    @sir mjcmkrsr: while trying your suggested code, the 'csrSums.Balance' in 'UPDATE inventory SET balance = csrSums.Balance WHERE Inventory.cItem = csrSums.cItem'. it displays error saying "SQL:Column Balance is not found." i already changed the cItem to the name of my field.
  12. gutay008

    Problem on updating record balance

    @ sir olaf, sorry but i think i indicated above "i would like to update the numbers or all balances of items on my inventory in a single click" that all of the items balance in my delivery table. I'm using codes which i can understand so if you seen that my codes are legacy its because those...
  13. gutay008

    Problem on updating record balance

    @sir mjcmkrsr, thank you for the suggestion i will try this one and report it back if it goes well.
  14. gutay008

    Problem on updating record balance

    That's my problem sir, any workaround on my code? or suggestions? i have tried all i know on summing up my balances but i think thats all i got. I tried looking on the internet but no luck.
  15. gutay008

    Problem on updating record balance

    Please help, I have two tables named inventory and delivery, i would like to update the numbers or all balances of items on my inventory in a single click. For now, the only thing i can do is that to search for the item and update the balance, but i have here lots of items to update the...
  16. gutay008

    Problem on enabling and disabling menu bar

    ******UPDATE my mistake on my login form that's why my menu wont work. i accidentally change window type to modal instead of modeless. that's all.. thank you for the advise and suggestions
  17. gutay008

    Problem on top-level form

    Hello, i'am trying here to close my form which was set to top-level. I think the release will not work with the top-level form but quit does. I only want to release the form not to quit the entire application. thanks for the help
  18. gutay008

    Problem on enabling and disabling menu bar

    @ sir Olaf, trying what your suggestion give me error, either emptying or putting value which not equal to exact value of my password or username. locating the user account has no problem, it works fine but in the menu part, there was nothing happens, all the bar on my menu was enabled. Also the...
  19. gutay008

    Problem on enabling and disabling menu bar

    yes, i already double checked the name of the menu and the bar number. the problem is if i logged the guest account all the menu and menu bar was enabled and if i logged the admin account just the same as if nothing happens. it always enabled all my menu bar.
  20. gutay008

    Problem on enabling and disabling menu bar

    Good Day! i dont know if what is the problem on my code, im trying to disable some of my menu bar when the user account change. For example, if the user which is currently logged is admin, all menu and menu bar will be enable, then if a another user account logged in like guest there will be...

Part and Inventory Search

Back
Top