I am trying to move shapes and the shapes will not move. I can resize them. If I copy an existing shape or one from the Shapes window, I can't move them either. They can be resized. I was able to more shapes earlier today but now I can't. I suspect I hit some keys by mistake at some point but I...
I am using the following command:
find . -name *.queryInputs -ls | sort -k 8,10
This gives me a list of files that are sorted by date. It is basically ls -la returning only files ending in queryInputs. I would like to take the list of files and print the file name followed by a matching string...
Why does the script show a value of undefined when there is only one checkbox? It will show a length of 2 for two fields.
[code]
<HTML>
<SCRIPT LANGUAGE="JavaScript">
function checkAll(field)
{
for (i = 0; i < field.length; i++)
field[i].checked = true ;
}
function uncheckAll(field)...
My objective is to open existing reports using Visual Basic, modify the labels and field formats, and then save the reports with a new names. Using Visual Basic, I can open the report. I can also view the report. Is there a way to disable the prompts so I can then change the labels and field...
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.