You mean that the local view is like an 'image' of the
table(s) and it has the behaviour of the real table(s) ?
Is it possible to switch between views and lock different records in every view ?
When i have a detail table and i want to edit or add or update a set of records what is the best way to do it. Create cursor, create view or another?
For example when a have a grid that the recordsource is SQL statement with 'INTO cursor' this cursor is readonly. How can i update this records ?
The bmp's is sure included in the project because if i right click in one of the bmp's i see the option exclude and not include. the code that i use is that :
IF !THIS.EditMode
THIS.btnAdd.Picture = "bmps\wznew.bmp"
THIS.btnEdit.Picture = "bmps\wzedit.bmp"...
I have a button with a picture in it. I set the picture property of the button and works ok. But sometimes i want to change this picture with another. That works but when i compile the program to .EXE when inside the program i change the picture property it displays nothing. Both picture are...
First thanks to all for your answers.
I tried all 3 answers and only Creeder's helps me.The data now in the table sales is ok when i choose a customer from the combobox but it displays only the perigr at the list of the combo. Anyway thanks.
I have 2 tables ( Sales and Customers ).
I put in a grid the fields code, custcode of table Sales. The field custcode of Sales is combobox in the grid and it has relation with the custcode of customers.
The combobox controlsource is sales.custcode, rowsourcetype is alias, rowsource is table...
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.