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 bkrike 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: adamwill
  • Content: Threads
  • Order by date
  1. adamwill

    Crystal XI RDC Component

    I have Crystal XI Pro installed and working on my machine, but I am unable to instantiate an RDC object Using Visual Fox Pro, the following code gives a class definition not found error goCrystal = CreateObject("CrystalRuntime.application.11") I have used previous versions with no problem...
  2. adamwill

    SHA-1

    One of my colleagues has the following requirements, I am not familiar with the terms, but to quote him :- We are after a library of functions which will Canonicalise (c14n) an XML document. Generate a 160-bit binary secure hash from the canonicalised XML using the SHA-1 algorithm. Encode the...
  3. adamwill

    Resetting Global String Variable

    A colleague is trying to create a report with a field to concatenate a string. In the group header there is a global stringvar ref1:=” ” statement to blank out the value and then in the detail the formula is global stringvar ref1:=ref1+<<field name>> The problem is that on change of group the...
  4. adamwill

    Shellexecute Twice For A PDF ?

    We have a form in our VFP8 app which we use for launching PDF's via shellexec. For some reason (on some machines) we have to click twice for the PDF to appear. After the first click the PDF does not appear on screen (though it can be seen in task manager), after the second click it appears. This...
  5. adamwill

    Font Corruption On Printing A Report

    We use crystal 9 with our software via the RDC. The reports preview fine on the screen, but any attempt at printing results in various labels and text fields coming up as 'garbled' characters - a mixture of allsorts, not symbols but completely random characters. The font used is just the...
  6. adamwill

    Problem with CR9 and Kyocera KM6230 Printer

    We have just installed our application at a customer only to find that on their Kyocera KM6230 printer, the reports print out incorrectly (I am told the fonts come out looking like Japanese - I assume they mean symbols or something). When selecting another printer the report comes out fine...
  7. adamwill

    Problem Displaying Images Via OLE Bound Control

    We have an application which is displaying images from a sql server database via an ole bound control. On some machines it works fine whilst others (after selecting and storing an image themselves) see an icon instead of the picture. They are able to see the picture fine when it is selected by...

Part and Inventory Search

Back
Top