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 Wanet Telecoms Ltd on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by kllick123

  1. kllick123

    How to change the icon of an exe file

    Hi, I am building a exe file with add icon option at the time of building a project. But still the exe file shows the icon of Fox and not the icon I had saved. Please Help Arun
  2. kllick123

    Oracle database server becomes slow after sone time

    Hi, I am using Oracle 8i(8.1.17) on sun solaris. After running the database for say 2-3 hours, it becomes slow. My queries takes long time to fetch the results. If I shutdown the datbase and re-start it, then performance becomes OK. SGA STATUS AT 30-Dec-2005 02:57:20 PM...
  3. kllick123

    Generating SPR file for FORMS in VFP 6.0

    Thanks to all of you. Now I had decided to re-write/design the *.prg in the forms designer and learn the vfp. Thanks Arun
  4. kllick123

    Generating SPR file for FORMS in VFP 6.0

    Hi Mike & Mike Thanks for the reply. I am thinking of switching my .PRG (Foxpro 2.6 for windows) programs files to FORMS in VFP 6.0 But at one go I cann't change all the codes. Its very-very time consumming. For some of the codes I still have to depend on the .PRG files with few changes in...
  5. kllick123

    Generating SPR file for FORMS in VFP 6.0

    Hi, If any one help me to generate a SPR file from the screen/form build from form designer as it was being generated in FOXPRO 2.6 for windows ? Thanks Arun Tayal
  6. kllick123

    Printer "resource busy" in WIN 98/2000 with Foxpro 2.6

    Hi, I am using *.prg to print the report in foxpro 2.6 in win98/win2000 First I had created a report with many fonts and size and run the report to the printer using set device to print. Once the printing is finished, I run the second report which I am sending to printer using the following...
  7. kllick123

    Email not getting send from IIS 5.0

    Hi, I had created the mail in aasp and send the mail through IIS 5.0 Sometimes, the mail gets stoped in mailroot/queues folder though the smtp server is running and internet connection is also up. I had tried to stop & then re-start smtp server, but the mail still resides there. This happens...
  8. kllick123

    protected program from copied

    You can trap the Hard disk Serial No and inside the program you can check if the HDD SRL is same or not. If it isn't, close your program Arun Tayal
  9. kllick123

    Scroll bars in User Defined Windows of Foxprow 2.6

    Hi, Is it possible to show/use the scrollbar in the user defined windows in the programs written in Foxpro for windows 2.6 Thanks Arun Tayal
  10. kllick123

    Shift to NEW Versions of Foxpro

    Hi, I am using Foxpro2.6 for windows (OS=WIN98). I am in the practice to write forms & reports through *.prg files. Since there is lot of change in the Technology (Both H/w & S/w), Should we shift our applications to the new versions of Foxpro. If I am planning to shift, is it advisable...
  11. kllick123

    What is the order of tirriger & constraints firing

    Hi, If I had a table on which I had applied the column level contraints as primary key, foriegin key or check level constaints. Also I had applied the triggers on it(Both statemenmt & row level). Then what will fire first a constaint or a trigger ?
  12. kllick123

    How to route clients IP Through 2 NIC card on Windows2000 server

    Hi Dana I had Installed RRAS and also enabled IP Forwarding in the registry. But Still My clients are not able to come from one network to other network through windows-2000 server i.e. My client (IP=122.1.1.80) is able to come to IP 122.1.1.160. But My client is not able to Ping IP...
  13. kllick123

    How to route clients IP Through 2 NIC card on Windows2000 server

    I had 2 NIC cards on my Windows 2000 server with IP's 122.1.1.160 and 122.1.1.164 My Client and server are on 2 different HUB's. One HUB (HUB-1) is connected to my WINDOWS-2000 server with IP 122.1.1.160 to which all clients are connected. Second HUB (HUB-2) is connected to servers...
  14. kllick123

    Error Creating the Session objects

    My Program is as follows <% @Language = VBScript %> <% Response.Expires = -1 Response.Write session.sessionID Response.Write session.Timeout session("name")="arun" Response.Write session("name") %> also the global.asa file is as follows <SCRIPT LANGUAGE="VBScript" RUNAT=Server> Sub...
  15. kllick123

    ASP Mail receiving

    Hi, I want to read e-mail from an asp code. it is a hotmail account and using win-2000 server with IIS-5 can anyone help me in giving code for doing the same. Arun

Part and Inventory Search

Back
Top