No I have not played with the code page.
I feel this is so strange, since a word-pad
receives these Polish accents, and also my
excel spread sheet also receives them, so why
does not a memo or a memo binary field not
receive them?
tnx wgcs,
I tried it as a common memo field and then tried to make a memo (binary) field, but both of them reject the accents.
I am using Windows XP and this receives the accents in my excel tables, strange foxpro won't?
Hello,
I have a problem with many accents of foreign languages
like Polish which I can't get foxpro memo fields to accept.
I thought binary memo fields would do the trick but not so
I opened the table exclusively and did a modify structure, made the memo a memo binary field. But it still...
Hello,
How can I make the height of a row of words be higher since
I notice that the tail of the y's and q's etc are not visible.
juandiegomcc@afirmacion.com
Happy New Year BillyRayPreachersSon,
I was only able to get one label to respond to the code and it comes out the wrong color, green since I made green the color of a label 'visited' Could you look at my web site:
http://www.afirmacion.com
and go to the spanish --->>> and then to links...
hello,
I need the snippet of code to change the color from "blue"
to change to red on "mouse over" or "mouse touch", as it
does here on the TEK-TIP labels.
on a command word to open a new page?
juandiegomcc@afirmacion.com
Hello Ramini,
Ok, I send what I think is the complete code, and see if
it is correct?
SELECT ALLT(FirstName)+' '+IIF(!EMPTY(MiddleName),ALLT(MiddleName)+' ','') +ALLT(LastName) AS FullName, ;
Street - ',' - Town AS AddressName ;
FROM DEX ;
WHERE DEX_ID == lnDexID ...
Hello,
Can I simplify this array by putting both the fullname and the street+town into the same array?
Or does one have to make two arrays?
juandiegomcc@afirmacion.com
Hello,
Here is the change added, and how does it look?
IF lnDexID # 0
SELECT DEX
SELECT ALLT(FirstName)+' '+IIF(!EMPTY(MiddleName),ALLT(MiddleName)+' ','') +ALLT(LastName) AS FullName ;
FROM DEX ;
WHERE DEX_ID == lnDexID ;
INTO ARRAY laPerson[1]
SELECT Street - ',' - Town AS...
Yes Ramani,
If your second SELECT is street as one field and then town as another field, modify my SQL suitably.
The fields are street and another is town and I want them to be replace the field of the child's row field called
(teacher's) street+town in one single field called teach.str but...
Hello,
I am trying to copy the child's teacher's name into his fields called dex.teachernam and dex.teacherstr. This pulls the teachers name from the same dex table but I want to pull the teachers street too. What is messing me up when I add the second part on for the teacherstr...
Hello VBKRIS,
I read thIS question HERE ON "page counter" 11/27/03 and it is exactly what I am looking for, but. How? Where can I find an ASP forum? And how do I do a search on filescriptingobject or FSO? I must find an explaination.
juandiegomcc@afirmacion.com
Hello xWastedMindx,
The dummy cmd button looks and works super. I must
say it works super. Again you deserve that big star.
juandiegomcc@afirmacion.com
Hello,
My web site is:
http://www.affirmations.com
My first folder is www.affirmations.com/index.html and so I
use this code to return to it: [
document.URL='index.html' ].
Now I go to a "NEW" folder using this code:
onclick="document.URL='base1/english.html' and I...
Hello,
I use this so people can add comments for words or one sentence but I want to have a big text box just like I am using here in tet-tips. Here is my old code:
<TR><TD><B><U><font color="#0000ff"> english </TD></font><TD><B><font color="#ff0000">...
Hello Tviman,
Thank you for the infomation. What I want to is distinguish
or count the number of times click on my download? Is that possible, to at least have an idea how many click on the download? The counter is not for the web surfers but it is for my own idea and control...
Hello,
I saw a web site with two counters operating independent of each other. I need the code for the second counter on different another .html page. Any helping hand.
juandiegomcc@afirmacion.com
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.