hi folks,
when using a distinct on a table, i only get the data one time. that's fine but in the following example it's a little inappropriate...
having a table like this:
id | email
----------------
1 | a@b.com
2 | b@b.com
2 | c@b.com
3 | d@b.com
4 | e@b.com
4 |...
hi again,
a question of interrest and frequent use:
asume you got a table called costumer with columns id, name, email.
you know there are some costumers in the db with the same name and email, but different id:
---id---|---name---|---email---
1 john j@b.com
2 john...
hi folks,
i wrote a little *.prg wich executes a form. everything works properly except i compile it to an *.exe.
after i press the "quit" button, the application disapears from the taskbar, but does remain in the taskmanager.
any explanation?
thanks!
alex
i tried your solutions before, but i do have an array in the query string and therefore aidz98'code doesn't work properly.
when using something like dkduge's code, a recursively growing querystring will result.
so i'll try to ask a better way:
what kind of mechanismns does php provide...
hi folks,
i'm quite new to php, so don't wonder...
i do have a form with already got some data in the query string.
but when i try
<form action"<?php echo "thisdocument.php?".$GLOBALS['QUERY_STRING'];?> name="myform" method="get">
...
i only receive the...
hi folks,
i wrote a *.prg wich calls a form like "do form myform with parm".
within foxpro i can execute the *.prog and the form pops up and everthing is fine, but if i compile the *.prog and build an *.exe it doesn't work at all. (i see the form flimmering for a second).
any ideas...
hi folks,
i beg your pardon for this stupid question but i would like to close a table explicitly, but "mytable.close" does not work and "close tables" as well.
muchas gracias
alex
hi mike,
i was more intrested in where this value -4143 is comming from...
btw, i do have good hand for things, which work generally, but not with me.
therefore, i should become a tester. ;-)
thanks anyway, i gonna check this on monday. have a nice and relaxed weekend!
alex
morning folks ;-),
mike:
the "xlWorkbookNormal" was defined in your .prg, wasn't it? anyway, i tried it with hardcoding and got the same result.
sorry for my ignorance, but what is this #define standing for?
btw: i use various versions of excel, but non older than the officeXP...
sorry mike,
but i've tried your "Copy2Xls.prg" in order to solve the 16384 problem.
1. thanks for offering a workaround
2. unfortunatelly, i can't use this due to an error at this line =>
loXls.ActiveSheet.saveAs(tcExcelFile, xlWorkbookNormal)
errocode: 0x800a03ec and something...
hi folks,
i run a script with a sql-query. when i browse the result, i can see 18000 records. after i use "Exort to file.xls XLS" there are only 16384 left.
any explanation for this strange behaviour?
thanks!
alex
well, the afields() would be approbriate, but i don't think it would be a good idea to put a lot of data into a array... (eats up memory, doesn't it?)
ramanis version is, what i actually wanted, but is there a way to do it inline? i have tried:
scan
if &field(1) = "" then...
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.