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...
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...
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...
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...
Hello everyone,
I've got the following problem:
I want to know the number of the row that a certain value has in an array, because I want to calculate in advance on which page my item has to appear.
I know how many items I can display on one webpage and I know the total number of items I have...
I would like to be able to check the contents of certain webpages for certain words.
Right now, when you click with your right mouse button on a web page (in internet explorer), you get a little menu and one of the menu-items is 'View Source', so you can view the source.
I would like to be...
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.