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 bkrike 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
  • Content: Threads
  • Order by date
  1. 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...
  2. 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 =...
  3. 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...
  4. 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
  5. 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...
  6. gutay008

    Problem on adding data

    Good day! I have a simple problem here, i want to add all numeric data on a single field. I already search for the sum, average function on the help of vfp9 but i dont know how to work with it. i think it only be used in sql statement.
  7. gutay008

    Print report problem

    Good Day! Anyone here already tried to print a report on a half of a bond paper and that report will duplicate its data on the other half of the bond paper? every time i used the report for of the vfp9, it always consumed the whole page. I can preview the report on a half bond paper but with a...

Part and Inventory Search

Back
Top