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 Chriss Miller 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: EdGioja
  • Content: Threads
  • Order by date
  1. EdGioja

    cfheader/cfcontent IE vs Firefox

    I've been looking for an answer for quite some time. I'm creating output that I want to have open in Excel. I'm using CFHEADER and CFCONTENT. I've unchecked the browse in same window. I've verified the registry. I've verified the proper relationship in the the My Computer/File types...
  2. EdGioja

    cfgrids and binding...

    I LOVE the binding. It's very efficient and doesn't require a resubmission of the form. I think the grid is ugly, though. I would like to do it without the grid and without multiple SQLs, however. Let me set it up.... Imagine a cfgrid bound to a CFC that returns a query. Imagine a number...
  3. EdGioja

    How do I make my plugin for Mac?

    I don't know where to start. If someone could give me an idea of what to read even, I would appreciate it. I have created a plugin for Acrobat using MS C++. I'm very happy with how it turned out. Now I need to compile it for use on a Mac Leopard. I don't know where to start. Do I copy...
  4. EdGioja

    New Plug-in won't load

    I have created a plugin using VC++. It works GREAT on my machine. When copy the .api to other machines on the network, though, it doesn't load. I've even gone so far as putting an AVAlert in the init before ANY decisions are made. Again, it appears on my development machine, but on the...
  5. EdGioja

    ColdFusion8:Acrobat:images/watermarks

    I've looked everywhere and can not find an answer to this. I'm hoping that the vast brain trust in this "room" can help me. Here is what I am doing... I want to attach a .jpg of a signature to a form. Every form is different as to where that location is BUT I have a form field (fSignature)...
  6. EdGioja

    What is the latest .net?

    I have developed applications in MS Development Environment 2003 using VB.net (I don't really know what the version is, it doesn't say) and C++.net We have a mixture of XP and Win2k Pro workstations as well as MS and Linux servers. I am requesting that my company purchase this development...
  7. EdGioja

    VS.net 2003 vs VS 2005

    I've done a few searches and can't see where this may have been discussed. Can someone tell me the difference between Visual Studio.net 2003 and Visual Studio 2005. I saw someth that says Visual Studio 2005 can create .net applications, but I can't find it anymore. Is VS 2005 the next step...
  8. EdGioja

    Calling a function by vairable

    I've been looking, so if the answer is in the documents somewhere, I would be happy with a link. Here's the situation: I have a progam with LOTS of functions. I have a controlling function that reads in a string variable. This variable contains the names of functions and parameters...
  9. EdGioja

    PDF in byte field of Informix table

    I am finding that more and more of my project dilemnas straddle two or more subjects. I am posting this in both the vb.net and the PDF forums. I have byte field in an informix table that contains a PDF document. Of course I can query this field with no problem using ODBC, but I don't know how...
  10. EdGioja

    Getting PDF data from Informix

    I am finding that more and more of my project dilemnas straddle two or more subjects. I am posting this in both the vb.net and the PDF forums. I have byte field in an informix table that contains a PDF document. Of course I can query this field with no problem using ODBC, but I don't know how...
  11. EdGioja

    Java Tag in ColdFusion not accepting /

    I wrote a very basic JAVA tag. I've now stripped it down to the following: import com.allaire.cfx.*; import javax.swing.*; public class GetFileName implements CustomTag { public void processRequest( Request request, Response response ) { // String strName =...
  12. EdGioja

    Passing "\" to a cfx_ tag

    I wrote a very basic JAVA tag. I've now stripped it down to the following: import com.allaire.cfx.*; import javax.swing.*; public class GetFileName implements CustomTag { public void processRequest( Request request, Response response ) { // String strName = request.getAttribute(...

Part and Inventory Search

Back
Top