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 TouchToneTommy 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: *

  1. Ziggurat

    Why is recordset returning ? instead of Japanese character.

    Hi All, I have a curious problem and I hope that someone out there will be able to help me. I have a table in an English version of MsAccess 2007 which contains various fields and in one of the fields is a single japanese character. When displaying the table, the japanese character is...
  2. Ziggurat

    Highlighting specific records in a subform

    Hi kjv1611 Thanks for the feedback. I forgot to mention that I was using Access 2010 and the records are displayed in a continuous form. I had already looked at "Conditional formatting" but it only seemed to be concerned with changing the fore/back colour of the field. However you mentioned...
  3. Ziggurat

    Highlighting specific records in a subform

    Hi Everyone, I have hit a bit of a snag in a little Access program that I am writing. I have a form frmReader that displays the information about a reader. On the same form is a subform called "frmBooks". The frmBooks sub form displays all the books in the library. What I would like to do is...
  4. Ziggurat

    How to make a Unique Multiple column (from multiple tables) Index

    Hi Peter V, From the information that you have stated. I cannot give you an answer. You mention 2 tables, mybooks and myauthor, but what are the fields in these 2 tables and how are the 2 table connected ? Also do you want to create a new field in the mybooks table to hold you new unique...
  5. Ziggurat

    Unable to Connect

    Thanks Noway2, I had created a new rule to open the port in firewall but it didn't work. I had also turned off the firewall at one point to see if that would solve the problem but unfortunately it didn't work. Thank you for the advice. # ### ##### ####### Ziggurat
  6. Ziggurat

    Semitransparent border

    Hi Camarate, It sounds like you want to create a glow behind the text. Steps:- 1) Make a copy of you CR logo layer. 2) Place the copy in the layer above your original 3) Delete the white border from the copy. You will now be left with the original image without the white border. Hide this...
  7. Ziggurat

    Semitransparent border

    Hi Camarate, I am not exactly sure what you are after. Do you want the white outline to be deleted ? If so then you could use the colour mask (Toolbar Mask > Color Mask) with the eye dropper to select the white of the image and then click delete. Note: The tolerance value may need to be...
  8. Ziggurat

    Unable to Connect

    Thanks again Norm, I had already created a special open port rule in the firewall and switched off the Antivirus but to no end. Thank you very much for your time that you have spent on the problem. I will continue to trawl the internet to see if I can find an answer. If I do I will be sure to...
  9. Ziggurat

    Unable to Connect

    Thanks normntwrk, I change the port to 987 and then ran the "all service port probe" in the link that you provided and it found 987 to be open. So it seems like the port is open however when I tried to connect remotely I still have the same "Unable to connect" Sorry for bothering you but do...
  10. Ziggurat

    Unable to Connect

    Thank you Noway2 and normntwrk for your replies. I would like to ask normntwrk for more details on how to check if the port is open or filtered. Is it displayed somewhere in the Windows Firewall settings ? I forgot to mention in my initial message that I am using Window 7. I am new to using...
  11. Ziggurat

    Unable to Connect

    Dear Gurus, I have looked through the forum and I couldn't find this question. If it has already been answered then please accept my apologies. The Problem:- I have WAMP running on a PC behind a WIFI router. I have set the PC to have a Static IP Address and then modified the Port Forwarding...
  12. Ziggurat

    Would this work to randomize a hard disk

    Hi Members I am in the process of deleting the data from my company's hard disk and I have read many different opinions on the best way to completely erase a hard disk. One method that I thought of is to use an old Windows 98 boot disk with a CD that has a single 500Mb text file of random...
  13. Ziggurat

    Open Word Document Read Only From Access Form

    Hi xeb I think all that you need to do is to change the following line :- 'Open the Document oApp.Documents.Open filename:=LWordDoc, ReadOnly:=True You will not be able to overwrite the original but you can save the document under a different name. Hope this helps # ### ##### #######...
  14. Ziggurat

    how to color in an object with a pattern of my choice???

    Hi eugchen You will need to define a new pattern. Look at the URL (Pattern fill option)for an explanation:- http://www.extropia.com/tutorials/photoshop/what_is_fill.html Hope this helps # ### ##### ####### Ziggurat
  15. Ziggurat

    Getting last chars of 3 fields into one

    Hi Danster One question that I would like to ask. Is the postcode always at the end ? If it is, then concatenate all the fields together and the last 4 characters should be the post code. Hope that this is the problem. # ### ##### ####### Ziggurat
  16. Ziggurat

    Concatenating 2 fields!

    Hi vs24 If this is the code that you are using, then the problem is that you are calling the wrong field eg >Need to combine [Implementer ID] & [RegID] into [RegImpID]. > >This is the code I'm using : > >[RegImpID].Value = Str([Implementer ID].Value) + [RegionID].Value It looks like you have...
  17. Ziggurat

    Finding DoubleByte Characters in a word document.

    Hi Macropod and TonyJollas I really appreciate the time taken in replying to my question. I have tried the function that macropod had written and it does indeed find the Japanese in the text. A very educational piece of software. As a side issue. Could you tell me where you learnt about the...
  18. Ziggurat

    Finding DoubleByte Characters in a word document.

    Thank you all for your replies. To try to answer them:- I have tried searching through the file to find non ASCII characters this works for characters in the main document but this doesn't seem to work for the text that is displayed in text boxes, in the header, footer, etc. Concerning the...
  19. Ziggurat

    Finding DoubleByte Characters in a word document.

    Hi All, I don't think that this question has been asked, but if it has my appologies. I am currently doing some translation work in Japan. I have to translate a Japanese Word document into an English Word document and then create a help file and pdf file. The help and pdf files should not...
  20. Ziggurat

    Standard Windows Fonts

    Hi bcastner In answer to your questions:- We intend to write for Windows XP professional. Basically at the moment all I really need is a statement of what standard English fonts are guaranteed to be on all windows machines. I am not really concerned at the moment with the Common Dialog boxes...

Part and Inventory Search

Back
Top