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 gkittelson 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. muralinarayan1968

    unicode text in reports

    mike, Yeah i googled that & found out, i have downloaded ver 11 now. murali
  2. muralinarayan1968

    unicode text in reports

    Mike, Yeah i did mention that the unicode data came to us as a text file, however i failed to mention that there are quite a few fields in english which needs some kind of calculation or manipulation for eg. a city code is given from where we have to expand the city name in hindi. Somebody had...
  3. muralinarayan1968

    unicode text in reports

    Hi mike, yes i am badly stuck with supporting unicode just for this project, unfortunately i do not have any time to convert the entire program to .net & yes it will be worth it if i can just do this one report in CR. Please give me some example as to how i will store the data (in which type of...
  4. muralinarayan1968

    unicode text in reports

    Dear all, Can anyone tell me how to print unicode fonts using any reporting tool like native report writer, foxpreviewer or crystal reports or any other. I am specifically stuck with using the mangal font for hindi data which i have in a text file. VFP9 would be great cause i am comfortable with...
  5. muralinarayan1968

    different fonts on same line of report

    DbMark, I really could not figure out what you have explained, i am using report listner for only 1 thing that is rotating a date field 90 deg. I am fairly inexperienced in this regard, can you please elaborate with some samples, also the tweaks & abilities that you have mentioned. regards murali
  6. muralinarayan1968

    different fonts on same line of report

    Mike / Auguy, I came across this as a suggestion from someone in foxite will this solve my problem??? http://weblogs.foxite.com/vfpimaging/2012/02/22/foxypreviewer-html-like-formatting/ kindly have a look & let me know your expert comments on the same. regards murali
  7. muralinarayan1968

    different fonts on same line of report

    Mike / Auguy, I really did not get this literally, how would you simulate line spacing??? Mike, i have concatenated all the fields into one big char field for the address which includes CR+LF within it & second variable for tel. no., so practically there are only 2 variables (m_addr_full &...
  8. muralinarayan1968

    different fonts on same line of report

    Thanks to Mike & auguy, Yes i have previously mentioned i have solved that particular problem already with the advice mike gave me regarding the function occurs(). My next question was for the line spacing, which unfortunately VFP is not able to solve hence trying to take the crystal reports...
  9. muralinarayan1968

    different fonts on same line of report

    I agree with you, we have crystal reports 8.0 something, i have personally not tried it at all. Is there any guidance on how to use crystal reports with fox?? I am a little stuck on this issue though, let see!! Anyways thanks again for taking the time to answer, really appreciate it. Regards Murali
  10. muralinarayan1968

    different fonts on same line of report

    Mike, Your previous example of occurs() worked like a charm, now the problem of tel. no. is solved. yes i did experiment with only chr(10) & chr(13) at best they only give a single line spacing, problem not solved. Does any other reporter like foxypreview support this function??? Regards Murali
  11. muralinarayan1968

    different fonts on same line of report

    Sorry i forgot one other thing though, can we change line spacing in the reports, cause devnagiri fonts (hindi) gets jumbled up when we display in second line. adding chr(13)+chr(10) gives me double spacing which is too much, 1-1/2 spacing would be ideal, how to achieve this. Regards Murali
  12. muralinarayan1968

    different fonts on same line of report

    great i will try both the methods and let you know, it's past eleven in the night take a nap & first thing in the morning will try this. Thanks a ton for your effort. Regards Murali
  13. muralinarayan1968

    different fonts on same line of report

    Hi Mike, This is the code i came up with can you please check & let me know if i am doing something wrong. ** initially set the variable to "", for main address ** m_name_addr = "" ** then check which line is empty in...
  14. muralinarayan1968

    different fonts on same line of report

    Thank you Mike, Yes I have tried it already, having a single variable including cr+lf embedded. Unfortunately lets say i want to print a address line & then after that a line with the tel. no. something like this :- murali narayan 108, virmani industrial estate, navghar, vasai road east, mumbai...
  15. muralinarayan1968

    different fonts on same line of report

    Yes there is some data condition but difficult to calculate position for eg:- i will illustrate below field 1 : name field 2 : flat no field 3 : premises field 4 : area / town name field 5 : state field 6 : telephone no. above eg. any fields from 2 to 4 could be empty so lets say i want tel no...
  16. muralinarayan1968

    different fonts on same line of report

    Hi, I need to design & print a report wherin i need to change the font for some part of the text for eg:- This is a test line in the report I want "This is a" in say font kabel bd bt & test line in font times roman italic & in the report back to kabel bd bt How do i achieve this at runtime...
  17. muralinarayan1968

    store and print UTF-8 data in VFP9 SP2

    Thank you danfreeman, i have gone through the article you have mentioned but i don't think i can use it for reporting. Thank you olafDoschke, i agree with you maybe VFP is not the platform for this, having said this i have zero experience in .net I am willing to come to some commercial agreement...
  18. muralinarayan1968

    store and print UTF-8 data in VFP9 SP2

    Dear All, I have a text file containing UTF-8 characters (unicode) which i want to import and print using native VFP9 tools. 1. What is the field type i choose in the .dbf 2. Using append how can i import the data 3. How do i print it using reports Please give me examples using native dbf as...

Part and Inventory Search

Back
Top