Recent content by Pramod Nair

  1. Pramod Nair

    Resolved Binary Control File Could Not Be Found. The Controls Cannot Be Loaded

    Hi ProgressGeeks, I have three systems in which an application is working. But one of the system got an error as below: This error only occurs when opening via webclient but it is working on this PC when opening locally and checked with other two systems in which it is working locally and...
  2. Pramod Nair

    Resolved How To Jump Within Nested For Loop

    Grt it works Thanks Cringer
  3. Pramod Nair

    Resolved How To Jump Within Nested For Loop

    I have a nested FOR loop and i want to jump from one loop to another within it. Help required.
  4. Pramod Nair

    Resolved How To Set The Window To Open Maximized

    Hi, How can i set the window to maximize default. Please help.
  5. Pramod Nair

    Question How To Show The Temp-table Values To A Text File

    Thanks for the quick reply. But i need output to the text file. I just want to check whether my temp-table has correct values or not.
  6. Pramod Nair

    Question How To Show The Temp-table Values To A Text File

    I want to output the temp-table values after assigning values in it on to the text file eg. xyz.txt. Please help in this matter.
  7. Pramod Nair

    How To Format Cell In Excel When Exporting

    Thanks @joey.jeremiah for sharing. It seems to be very helpful.
  8. Pramod Nair

    How To Format Cell In Excel When Exporting

    Issue resolved the problem was in my procedure. Thanks for the suggestion and your valuable time @Cringer
  9. Pramod Nair

    How To Format Cell In Excel When Exporting

    Yes i mean CSV
  10. Pramod Nair

    How To Format Cell In Excel When Exporting

    I want to format a cell in excel when export from the code. Original value to show in the cell is 00012345, 00012346, 00012347 which is a single field value in my temptable now when exported to the excel the cell value has 12345,000,12346,000,000,000. My Procedure PUT STREAM CSVSTREAM...
  11. Pramod Nair

    Resolved How To Convert Datetime To Decimal Value And Decimal To Datetime

    I am having a decimal field where decimal value of the selected date which is datetime is to be stored. How do i convert datetime value to decimal value and also decimal to datetime value.
  12. Pramod Nair

    How To Set Current Date In Date & Time Picker Ocx Control

    Osborne you rockzzzzzz. It works. Thank a lot.
Top