Search results

  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

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

    Resolved How To Set The Window To Open Maximized

    Hi, How can i set the window to maximize default. Please help.
  4. 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.
  5. 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...
  6. 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.
  7. Pramod Nair

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

    Hi, I am having trouble with OCX control a lot almost i get solved by ProgressTalk. I am very happy that almost my query has resolved in this forum. Now my question is, I am trying to set the current date as well as time in Date & Time Picker OCX Control on runtime using chCtrlFram:Value =...
  8. Pramod Nair

    Resolved How To Get The Value From Ocx Control

    I am using Microsoft Date and Time picker (SP6) for Date selection on standard window. When i use to get its selected date using (SCREEN-VALUE) it returns nothing. I displayed a message it shows (?). Can i use this ocx control in normal window or i have to use smart window for this. I have done...
  9. Pramod Nair

    How To Convert Hh:mm:ss To Seconds

    I am trying to convert hour minute second to seconds but unable to convert. I have character variable which has initial value ('01:33:10'). But dont know how to convert the given time into its equivalent seconds i.e. 5590 in progress coding. Help needed. Thanks in advance.
Top