alex,
I tried 2 top level forms, both skinned, with a table called "INPUT" used in form1. A command button then opened form2 and in the init I put both a "select input" & a sql select * from input . Both worked fine & the forms remained skinned.
sorry have no idea why the...
morning
does the table you're trying to append into have a corresponding structure to the XLS file?
use table1 in 0
APPEND FROM "c:\a.xls" TYPE XL8 SHEET "bm5_g3_2"
It appended in OK - i got a share violation when i had the XLs file open when i tried to import it.
If you...
morning
Thanks for that - i was intending to use the web browser control but didn't realise you could set the filename directly to a gif file (hence i was going to create an html document with the gif as imgsource).
I used the web browser control in VFP & VB with the gif as the filename and...
evening
I know this probably may not be much help - but here's what we did when we needed to record phonecalls (call centre environment).
The phone system used tapi and when a call was taken, tapi returned a value - we looked for that value and started our recording. The recording was done...
afternoon
I need to create "fancy" buttons for a client GUI (heavy on the G), that have a rollover effect - like in flash, e.g on mouseenter a the button graphic rotates through 360 degrees.
I've been considering a few options:
1 use Videoframe class from the VFP samples classes as...
afternoon
you could set a filter on the table:
set filter to !deleted()
or use a another rowsource for the grid which doesn't contain deleted items, sql select for !deleted into a cursor
monkey
afternoon
thanks for the tips - got some places to start from.
I guess i should re-named the header to "adir problems with NT User permissions"
i'm thinking adding a 'fix' of
if type("acurDirList")#"U"
FOR nCopy = 1 TO ALEN(acurDirList,1)...
afternoon
ref: faq184-140
been using this for a while (in a modified version - conversion to VCX - NO major changes to code).
While performing the recursive directory search on a NT network drive the program using the class crashed - it couldn't open a folder to list the folders inside.
I...
sorry forgot to add the bit about after that.
do case
case nMylength=5
Thisform.Department = "Sport"
case nMylength=8
Thisform.Department = "haberdashery"
endcase
etc
monkey
afternoon
not sure if i get you correctly but ..
nMylength=len(alltrim(thisform.textbox1.value))
will give you the number of characters in a string.
monkey
afternoon,
thought of the same thing..you need the CDO files.
found this on another forum group..
http://www.dotnet247.com/247reference/msgs/26/133958.aspx
i've pasted the relevent post.
-- my paste
"
Lion Shi [@online.microsoft.com]
Hello Jonny,
Based on the description of the...
afternoon
Shellexecute is the way to run/open files with their associated programs
e.g avi files will open up media player and play.
i'll find the code
monkey
morning,
I initially thought of something similar to Brians idea of replacing the " in the file with 'nothing' - but on many occasions with client supplied delimited files the actual data may contain the " character e.g around house names which they insist on maintaining.
The...
evening,
There are still some 'bugs' with the skin class that need working out - but otherwise it seems to be good.
I had problems with the skin title bar hiding my menu.
when setting the form Closable property to false the tooltip for the skin close button still says "Close" (there...
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.