Hi!
I have 3 buttons visible
If I click Add button only Add button should be visible.
Then If I click back the Add button it will display all
But after I click it back the other button is not aligned.
function addBank(polno){
var editbtn = document.getElementById("btnEdit")...
Hi!
I have 3 buttons visible
If I click Add button only Add button should be visible.
Then If I click back the Add button it will display all
But after I click it back the other button is not aligned.
function addBank(polno){
var editbtn = document.getElementById("btnEdit")...
I have only used forms, combo boxes, text boxes, buttons, option groups, and grids, and am not familiar with containers. Even pageframe and the use of classes is new to me. I did not explore much when all the VFP projects were handed to me. :cry:
This is really helpful. The last person who...
Oh, I didn't know about containers... I've never really explored all the tools. Thank you this might be the one the programmer used in the project. Will check this out too. :)
Yes, screen resolution.
Hi!
Can I position my form (frmchecks.scx) to appear inside another form (branch.scx) when the radio button is clicked? It works when I change the Top and Left but if I do this will it stay in the position even if the device changes?
<-- changes depend on the radio button
frmchecks.scx...
Hi!
I'm trying to COPY TO aglib_aug24 TYPE XL5 file in a folder but the file name is already exists. Is there a way I can rename the file I'm about to save without changing the exitsing one.
SET DELETED ON
SET SAFETY OFF
SET UDFPARMS TO REFERENCE
CLOSE ALL
CLEAR
LOCAL...
Hi!
I would like to know if I can use merge with multiple executions when matched.
When matched, it should insert the matched record into a history table first and then update the main table.
When not matched, it will insert into the main table.
I just wanted to back up the matched record for...
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.