Hello GriffMG,
Thanks for your answers and your tips. I'm already glad that I can run my usb application from a stick.
As for shortcuts: I won't be creating them, so that shouldn't be a problem.
The data environment will probably pose a problem. Perhaps I can run with flat files. My app won't...
Hello,
Maybe a stupid question (I already searched this forum but couldn't find an answer): is it possible to make my stand-alone VFP application portable?
In other words: can I put it on a USB drive and run it from another machine WITHOUT first having to install some dll's or other files on...
Hello everyone,
I'm a complete newbie to Microsoft Exchange Server, so I'm gonna ask a pretty stupid question, but I need the info to help a client of ours and none of our technicians is available right now to help the client out.
The client has exchange server on the server installed, but...
Hi,
I'm fairly new to C, but I need to program a barcode scanner.
I need a function that allows me to substract a small string from a larger string, but I want to be able to give the starting and end position.
For example:
String= "abcdefgh"
I want to able to get all the letters from...
A beginners question (again):
I want to replace all occurences of <BR> in a string with a carriage return. This is what I used:
$desc =~ s|<BR>|\r|g;
but it doesn't give me any result. The "<BR>" is still printed instead of actually performing a carriage return.
Thanks for the help.
Cheers...
Hey guys,
thanks for the overwhelming response!!!!!
I've tried ishnid's method, but it doesn't seem to work, the url's aren't replaced. I probably must have done something wrong. I've tried to fit the code in the existing code of my calendar script. The description variable is where the url's...
Hi,
Probably a stupid question: I have a variable in my perl script which is filled with some text (a description of a show for example). In this text there are hyperlinks, but they are displayed as common text. Is there a way to display them as a link, so that the user can click on it and go...
I don't think that's it, because it all goes well for the first date, it's only the second date that causes the error. And I don't do anything specific for the first date either. If you look at the procedure, it's pretty straightforward: just put everything from the array in excel. The only...
Perhaps some more useful info: I don't get the error when I run my software in the foxpro development area. But when I run it outside foxpro, it get the error.
Cheers
LotusE
OLE IDispatch exception code 0 from ?:?..
I'm getting this error message when I want to export data from an array to an Excel sheet. BUT I only get this error when column 2 has a date value AND column 3 of my table also has a date value. I use this procedure for more than 10 tables/arrays and...
no, it's not automating copy paste. I can't remember the function in foxpro to copy data from an array (or table?) to the memory of the computer.
Cheers
LotusE
I know that there is a way to copy a large quantity of data to the 'memory' of the computer, so you can then easily paste it in for example, Microsoft Excel, instead of using automation with 'for endfor' loops, but I cannot remember how it worked and I don't seem to find anything on this form...
I use Genmenu to create my menus, but I get a compile error when I want to compile my project. When I go and check the err-file, this is what is in it:
Compiling c:\prj\gcs\menus\menurec.mpr
DEFINE BAR 5 OF (a_menupops[1]) PROMPT "Save" and _screen.activeform.leditmode==.F. ) or...
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.