Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: juandiegomc
  • Order by date
  1. juandiegomc

    memo binary foreign accents

    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?
  2. juandiegomc

    memo binary foreign accents

    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?
  3. juandiegomc

    memo binary foreign accents

    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...
  4. juandiegomc

    (rows height)tails on the y's

    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
  5. juandiegomc

    mouse over change color?

    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...
  6. juandiegomc

    mouse over change color?

    Thanks Vragabond, Where should one store this "class"? I am just catching on the CSS. juan diego mcc juandiegomcc@afirmacion.com
  7. juandiegomc

    mouse over change color?

    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
  8. juandiegomc

    select array?

    HELLO, I want to give a big star to you both, Ramani and AirCon for this fine pointer. It works fine. juandiegomcc@afirmacion.com
  9. juandiegomc

    select array?

    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 ...
  10. juandiegomc

    select array?

    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
  11. juandiegomc

    select array?

    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...
  12. juandiegomc

    select array?

    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...
  13. juandiegomc

    select array?

    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...
  14. juandiegomc

    page counter

    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
  15. juandiegomc

    Reverse Cmd Button

    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
  16. juandiegomc

    Reverse Cmd Button

    xWastedMindx, I owe you a star... it works super but can I make it like a button? Again, thank you very much. juandiegomcc@afirmacion.com
  17. juandiegomc

    Reverse Cmd Button

    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...
  18. juandiegomc

    ?</textarea>

    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=&quot;#0000ff&quot;> english </TD></font><TD><B><font color=&quot;#ff0000&quot;>...
  19. juandiegomc

    two counters independent?

    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...
  20. juandiegomc

    two counters independent?

    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

Part and Inventory Search

Back
Top