i have a grid with the recordsource/columnsource set to an alias.
however i want to change the table for this grid so i have the user select which table using an optiongroup which has a click event that closes the current table and opens a different table with the same alias.
i can't get this...
I've written a javascript html editor but i'm having problems...
I'm using a <div> tag with contenteditable="true" as the main editor window.
the only problem is when i type in it it uses <P> tags for each new line.
this is causing a bouble-spacing effect. how do i keep this from happening...
i have a table with a field (float) with the value "1.80" in it.
when i pull that value into a php page, the "0" is lopped off, and i just get "1.80"
how do I get the entire "1.80" to show (without changing the field to varchar)?
thanks
Dan Trenz
Ann Arbor, MI
i can't get this to work, and i cant see why... please help.
<head>
<style>
.mybutton {background-color: white}
</style>
</head>
<body>
<INPUT type=button class=mybutton value="Click Me" OnMouseOver="this.style.background-color='red'" onMouseOut="this.style.background-color='white'">...
i have a project built as an *.exe
this project is essentially 1 main form.
every once in a while i try pressing one of the buttons to make it do something and it freezes (goes to an hourglass, when it shouldn't). it says it is running in the task manager but it never stops.
at first i...
Which property determines whether or not the user can resize the form?
like grid.resizable = .F. but for the entire form window.
Dan Trenz
Ann Arbor, MI
i need my foxpro program to send me an e-mail after it is automatically run each morning on another computer, to tell me that it has run successfully.
nothing fancy... just the essentials.
i'd like to avoid messing with outlook as much as possible.
Dan Trenz
Ann Arbor, MI
i wrote a prg and in the prg i say "DO FORM myform"
myform is a form i built in the form editor to handle output from the prg.
but when i say:
myform.label1.caption = "hello"
i get an error saying that it cannot find object myform.
what am i missing?
Dan Trenz
Ann Arbor, MI
According to the documentation i have, AFIELDS() is supposed fill an array with a list of all the fields in a given table, as well as the structural info about each field.
but how could i accesss JUST the field names?
EXAMPLE:
if i had a table with 3 columns...
would i get the names by using...
not read-ony to the form/app?
i want to be able to have my form change values in a table/grid programatically (on Command.Click() events) , without the user being able to actually edit the values in the grid manually. is this possible? thanks.
what is the function to simply write a file?
say i want to create an empty file named "file.dat"
what would be the correct function? most of the file functions i can find simply write to pre-existing files... without creating a file from scratch. grrr.. please help this newbie...
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.