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...
@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?
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...
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...
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.
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 =...
@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.
@ 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...
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.
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...
******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
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
@ 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...
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.
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...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.