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

    any java IDE that is similar to Visual Studio

    I am basically a dotnet developer. I use visual studio.net IDE to develop application. Now i need to create a small desktop application in java which will a form (a bit complicated to type all the code, as there are many controls i need to add). I can make the same application in no time in...
  2. cfprg

    thread is at a location at which function evaluation is not possible

    Regex regEx = new Regex(xmlZone.InnerText, (RegexOptions.Multiline | RegexOptions.IgnoreCase)); matches = regEx.Matches(bldrZone.ToString()); foreach (Match match in matches) { //code } The strings "xmlZone.InnerText" and "bldrZone.ToString()" are available until i try to match...
  3. cfprg

    hread is at a location at which function evaluation is not possible

    can anyone let me know the reason for this error "evaluation of function 'someStringBuilder.ToString' cannot take place because the thread is at a location at which function evaluation is not possible" Thanks in advance.
  4. cfprg

    regular expressions: look for a string that doen't have a substring

    I am parsing a file that has information as below: port x: id (yy) Vendor: xxy SN: xxxxxxxxx port x: id (zd) Vendor: xyz SN : xxxxyyyy " " " port x: id AZ SDWES x-Port xx:xx:xx:xx:xx:xx:xx:xx port x: id DW WDES x-Port...
  5. cfprg

    default marshalling?

    What is default marshalling in .NET?
  6. cfprg

    View state error ..

    Hello there, My form has "runat=server", and it is submitted to another page. The error i get is in "viewstate". This is one of the error messages: "2) Viewstate can only be posted back to the same page." I believe with viewstate i can't submit my data to some other page, As i always do in...
  7. cfprg

    printing a word document to a network printer

    Does any one know how to print a word document using asp or asp.net to a network printer. I am trying to do something like : press a print button on the webpage, which prints out word document from the server to network printer. There is a very little info on the web which shows how to print...
  8. cfprg

    printing word document using asp on network printer

    I want to print a word document on the network printer using asp. the functionality i want to acheive is: ---> when i press a button(named print) on the webpage, it should invoke the specific word file from the server and print it on the network printer. i need a code which invokes word file...
  9. cfprg

    Element RESPONSEHEADER is undefined in CFHTTP

    Hi All, I get this error. Element RESPONSEHEADER is undefined in CFHTTP. when i dump cfhttp, i can see the struct for it.it seems o.k. i can see responseheader in the struct with corret value. my http method is "get" and the following is the code i use.. <cfset...
  10. cfprg

    Printer connection acces denied

    Hi All, I am trying to print using windows script. I am using the following code and the error i get is WSHNetwork.AddPrinterConnection (0x80070005) Access is denied. <!--#include virtual="/include/ConnFile.asp"--> <% ' Get information from our form ' strPrinterPath =...
  11. cfprg

    Printer connection acces denied

    Hi All, I am trying to print using windows script. I am using the following code and the error i get is WSHNetwork.AddPrinterConnection (0x80070005) Access is denied. <!--#include virtual="/include/ConnFile.asp"--> <% ' Get information from our form ' strPrinterPath = "\\khufu\XEROXdoc"...
  12. cfprg

    cfhttp connection failure

    I am using the following code and getting Connection Failure error..any ideas..Thanks in advance <cfhttp method="post" url="http://127.0.0.1/grades/example8.cfm"> <cfhttpparam name="form_test" type="FormField" value="This is a form variable."> <cfhttpparam name="url_test" type="url"...
  13. cfprg

    configuring xerces with tomcat / support for jdom and sax

    This is the problem i get when i run my jsp page on tomcat... type Exception report message description The server encountered an internal error () that prevented it from fulfilling this request. exception org.apache.jasper.JasperException: Unable to compile class for JSP Generated...
  14. cfprg

    html to javascript

    var toDisplay = "<select name=&#34;sigDuration&#34; onChange=&#34;changeDuration(this)&#34;>" the above is in javascript function..the onchange event doesn't work at all.. any ideas...!
  15. cfprg

    day name of first day of the month

    Hi Guys, what is the function for getting name of the first day of the month.. for example 1st of july is Thursday..how to get this thursday name using some function. Thanks..
  16. cfprg

    Jobs in coldfusion

    How r the jobs in coldfusion? I have been working in school as a coldfusion programmer for over an year. now as i am done with my education, i want to apply for a full time job. can any one give suggestions as where i can look for.. etc., Thanks..!
  17. cfprg

    New to Progress Software

    I am new to this and need suggestion to learn, especially Progress 4GL V9,Progress GUI Programming V9, Progress WebSpeed. could you guys suggest me any books or tutorials...thanks in advance...
  18. cfprg

    coldfusion forms

    Hey guys, #URL.SelectCode##j# ... #j# is the loop index value. i want something like url.selectcode1, url.selectcode2 and so on...i determine the no. of select codes using my loop..i tried to use some thing like the above..but it doesn't work.. any ideas or suggestions.. Thanks so much in...
  19. cfprg

    help needed: coldfusion stoped working after installing .net

    Hi there, immediate help needed. The problem is..coldfusion stopped working after i installed .NET on my system. The webserver is IIS, i tried using macromedia's standalone server at 8500 port..but no use..any suggestions or help is really appreciated

Part and Inventory Search

Back
Top