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 SkipVought 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: jadec
  • Order by date
  1. jadec

    some times page not found

    Hi Everyone, Our users in intranet, sometimes when they click a web page, they got error page: Page not found. When they refresh the page, the page comeup. Does anyone know what could be wrong? Thanks you ahead!!!
  2. jadec

    Page unavaliable

    I don't use ADO to retrieve data. I read data from a xml file. In my asp, I put all the data in an array first, then use For i=0 to rcdlength -1 ... next to display data. if i change for loop to for i=0 to 520 ... next the data displyed ok.
  3. jadec

    Page unavaliable

    Hi Everyone, I'm tring to display a large of data to webpage. I use loop statement: for i = 0 to rcdlength-1 ... next. If the data has more than 520 records, it display error page: page unavailiable. Someone told me to put response.flush inside the loop before every next statement. It...
  4. jadec

    select all yes with mutiple radio button

    Thanks cLFlaVA! I got it. Works Perfect.
  5. jadec

    select all yes with mutiple radio button

    Thank you for your replay, cLFlaVA. Please my code below. Buttons in each row have different name. <table> <tr> <td>aaaaaa</td> <td> <table> <tr> <td><input type="button" value="Y" name="SEL1" />yes<td> <td><input type="button" value="N" name="SEL1" />No<td>...
  6. jadec

    select all yes with mutiple radio button

    Hi Everyone, I have a page have mutiple rows, each row have a set of button, 2 buttons per set, one for yes, one for no. they have same name. But buttons in different row has different names. I want to create a "Select All Yes" button, when I click it, all rows will select yes button. Please...
  7. jadec

    use MSXML2.ServerXMLHTTP to get an excel file

    Hi, I try to use MSXML2.ServerXMLHTTP to get an excel file and display on line, I got error on the last line: response.write httpdoc.responseText Please see the following code: queryString = "http://myipaddress/reports/WRP0553.XLS" Dim httpdoc Set httpdoc =...
  8. jadec

    Login failed for user 'IS-MYNAME\ASPNET'

    Hi Everyone, I'm new to visual studio .net. I'm practicing to create a web application using c# in Visual Studio .Net. I creatd oleDbAdapter1, oleDbConnection1, dataSet11, and changed DataSource of Datagrid to dataSet11. When I run, I got the folllowing error message: Login failed for user...
  9. jadec

    No ss file When Add User

    We have SourceSafe installed in the server already, now I tried to install sourcesafe to user's pc. I intalled with option Share Database Server. After I run setup.exe, I maped the user's pc to vss server. I tried to add user in server. but why the user's folder is created but no ss file in...
  10. jadec

    cpysplf

    Thanks bruce2402 !
  11. jadec

    cpysplf

    Thank you for giving me the link, Talkturkey. It's very useful. I'm interested in using zip file and convert pf to excel utilities too. Thanks
  12. jadec

    cpysplf

    Hi Everyone, I know if we want to copy a spool file to pc folder. I have to do: 1) copy spool file to a flat file with *PRTCTL. 2) write a rpg program to convert control character in the flat file. 3) cpytopcd Anyone know better way to copy spool file? Like Java class? Thanks Jade
  13. jadec

    No value in dumped file

    Thanks Talkturkey and MdnghtPgmr.
  14. jadec

    No value in dumped file

    Hi Talkturkey, I tried the way you showed me. Still same thing. I guess this is IBM program bug. Thanks Jade
  15. jadec

    No value in dumped file

    Let me try thanks Talkturkey
  16. jadec

    No value in dumped file

    Hi Talkturkey, I changed the program as your suggestion. I got correct value in fields : zfmdate, todate and zcucd . But I still didn't get value for those fields that not used in program. May be I need to do what MdngthPgmr posted?? Thank you ! Jade
  17. jadec

    No value in dumped file

    Hi MdnghtPgmr and Talkturkey, I wrote a test program to make it blow up in purpose. I just tried to compile the program with *ALL in parameter Debugging view. But still get no value. What should I do to make reference to those fields? Here is my program (short) 100...
  18. jadec

    No value in dumped file

    Hi Guys, I have a rpgle program run in an error. I dumped it. The program read thru. a database file. When I looked at the dumped file qppgmdmp, the fields from the database file, only those have been used in my program have value, other fields are all zero or blank. What did I do wrong...
  19. jadec

    Use CPYTOSTMF to copy a file from as400 to IFS

    Thank you flapeyre, It works fine after i delete the stream file.
  20. jadec

    Use CPYTOSTMF to copy a file from as400 to IFS

    Hi rotebor, I don't understand what is codepage. But anyway, Do you have any solution? Thank you !

Part and Inventory Search

Back
Top