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: jadec
  • Content: Threads
  • 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

    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...
  3. 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...
  4. 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 =...
  5. 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...
  6. 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...
  7. 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
  8. 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...
  9. jadec

    Use CPYTOSTMF to copy a file from as400 to IFS

    Hi Guys, I try to use CPYTOSTMF to copy a file to a directory. I got a error : Code page attribute does not match STMFCODPAG. My code is: CPYTOSTMF FROMMBR('qsys.lib\mylib.lib\myfile.file\mymbr.mbr') TOSTMF('home\mydir\myfile.txt') STMFOPT(*replace) STMFCODPAG(*PCASCII) If i copy to...
  10. jadec

    Caculate date in CLP

    Hi Guys, First Happy Holiday ! I need to run a weekly report. date range is today's date - 7 to today's date - 1. Because I need build query first. So I need to caculate date in cl program. Is any way I can caculate date in cl program? Thanks !
  11. jadec

    end of file character

    Hi Guys, I'm sending xml file from as400 to a pc folder using cmd CPYTOPCD. This command create the end of file character (like empty square) at the end of file. Because of that character, I got error when i open the xml file. Anybody know how to prevent creating that ending character please...
  12. jadec

    C# Books

    Hi Guys, I'm new to asp.net. I know a little asp. now I want to learn asp.net using c#. I've installed visual studio .net 2003. And I've bought the book ASP.NET PROGRAMMING WITH MICROSOFT VISUAL C# .NET Step by Step by Andrew Duthie. But this book doesn't teach c# too much. There are too many...
  13. jadec

    Install MSDE

    Hi Guys, I bought the book: ASP.NET VISUAL C# .NET Step by Step. The book require me to intall MSDE (sql server desktop edition) after intalled Visual Studio .Net. When I run setup.exe for MSDE, I got a message box saying: A Strong SA password is required for security reason. Please use...
  14. jadec

    How to point to a specific area in a page from previous page

    Hi, Guys What I'm tring to do is when I clink a link to go to next page, I want the user to see a certain area in the bottom of the page instead of see the top of the page. Can anyone tell me how to do that? Thanks
  15. jadec

    IBM CGI technique

    Hi Everyone, We develop our web pages in web server using ASP. ASP pgm request data from as400. and as400 send data in xml format to web server. We use I-Net package as interface to request and response data between as400 and web server. I like to know if IBM have the similar technique like...
  16. jadec

    how to pass parameters to cgi pgm

    Hi everyone, I'm creating a cgi pgm 'xinq01', which is called from web server : http://222.31.2.11/cgi-bin/xinq01?parm1+parm2 my cgi pgm is a rpgle pgm. in the pgm i code: d main pr extpgm('XINQ01') d 2 d 35 d main pi d parm1...
  17. jadec

    how to use %edtcde in rpg4

    Hi Guys, I want to convert a number 00.2100 to char. The result should be exact like : '00.2100'. What function should I use? How do I code them? Anyone can help me please ! Thank You !
  18. jadec

    Jump to the middle of the page

    Hi Guys, I have two asp pages. First page is kind of long. The user cann't see the lower portion unless they roll down the page. What I want to do is that when the user come back from second page, The screen jump to the middle of the page. Does anybody can help me that please? Thanks!
  19. jadec

    Input Field not showing the right color

    Hi Guys, I have some asp pages, there are some input fileds inside a form. All the input fields were white color before. But some of the them show yellow color now (they were white before). It only happened on my pc. I run at another pc, the color shows correct ( which all white). I don't know...
  20. jadec

    Avoid update the key field

    Hi Guys, I'm writing a page to allow user to update a single record. the page is made of some input fields within a form. There are 2 key fields. After pgm load the record to the page, user can press the update button to update the record. But I don't want user override the key field. If I...

Part and Inventory Search

Back
Top