Search:

Type: Posts; User: kltai

Page 1 of 3 1 2 3

Search: Search took 0.01 seconds.

  1. Replies
    1
    Views
    454

    cTextEdit with maximum line width?

    Hi,

    Is there a way to set a maximum number characters to be entered on a line before wrapping to the next line?

    Thanks
  2. Object fields (dbform, form etc) with enabled_state set to false but unable to highlight and copy object's value

    Current if the object has the enabled_state set to false, the user is unable to hoover over the object field, highlight and copy the object value. Is there a setting needs to be done when...
  3. Re: Loading large data from tDataSourceRow into a cCjGrid

    Thanks guy. I will try putting those routines into the stored procedure.
  4. Re: Loading large data from tDataSourceRow into a cCjGrid

    Here are the Codes



    Procedure doLoadGrid
    Integer iColDebtor iColLimit iColFlag iColStatus iColDate iColEndorsement iColProcess iColRecnum
    Integer iTempInt...
  5. Loading large data from tDataSourceRow into a cCjGrid

    I am trying to load a very large data set from a tDataSourceRow into cCJGrid and it seems it will take awhile to load read 1500 rows from tDataSourceRow before the Grid is loaded to the screen. Is...
  6. Replies
    4
    Views
    1,371

    Re: Can I activate a dbView from a popup Modal

    Thanks Frank. That is what I have done now.
    Thought there is a way to do it in the pop as the user might double click on another row on the pop to activate View B rather than running the popup...
  7. Replies
    4
    Views
    1,371

    Can I activate a dbView from a popup Modal

    Hi

    I have 2 dbviews - A & B

    Run dbView A, click a button to send a popup modal (cdbCJGridPromptList)
    In the Popup modal, double click on a row and this will run the other dbView B.
    Can this...
  8. Replies
    4
    Views
    1,275

    Re: setting dbTabPage or TabPage invisbile

    Hi Starzen,

    Do you where I could find this article?

    Thanks

    Barry
  9. Replies
    4
    Views
    1,275

    setting dbTabPage or TabPage invisbile

    Hi

    I know this maybe a repeated question but has anyone managed to make the DbTabPage or TabPage invisible depending on a criteria? I know the suggestion was to use the Button_Shadow_State to...
  10. Replies
    2
    Views
    1,121

    Re: Sql Select Distinct statement

    Thanks... just realised it
  11. Replies
    2
    Views
    1,121

    Sql Select Distinct statement

    Hi

    I am trying to use the pbSQLFilter to have the word "distinct" in it but am getting an error.

    Can this be used, eg

    Set psSqlFilter to "distinct program_name"

    where in normal SQL...
  12. Re: Preventing user from dragging a form out of the main screen

    Thanks. I know this is going to be a very tricky and difficult task. The user was testing the programs and thought this is an issue.
  13. Preventing user from dragging a form out of the main screen

    Hi

    Is there a method to prevent user from dragging a form out of the main screen. Please see attached example.

    Thanks
  14. Procedure Search in cCJGridPromptList & cDbCJGridPromptList

    We upgraded our DF 18.1 to DF 19.1 and we notice the Search button is working strangely where it now does not has a max length according to the PromptList. It allows us to enter an unlimited number...
  15. Replies
    2
    Views
    1,173

    Re: Last Page in cCJGrid

    Thanks Edgard. Currently this is what I am doing. Rather than getting the user to scroll down to the last page and highlight the last row, I thought it would be good to enable the user to use the...
  16. Replies
    2
    Views
    1,173

    Last Page in cCJGrid

    Hi,

    Is there any way to find out whether the last page is shown in a cCJGrid?
  17. Replies
    11
    Views
    2,042

    Re: SaveAsDialog or OpenDialog

    Thanks Garret. It was the button's default_state where it was set to true. When I set it to false, the Enter key on the form object did not bring up the OpenDialog.
    I have attached an example...
  18. Replies
    11
    Views
    2,042

    SaveAsDialog or OpenDialog

    It seems the SaveAsDialog or OpenDialog is activated when Enter key is pressed on any object entry field. Just wondering whether this is a current issue or not.

    Currently I have 3 objects -...
  19. Replies
    4
    Views
    6,079

    Re: Use of Buttons and setting Location on Buttons

    Thanks Vincent. Applied the procedure doApplyAnchors and it works prefectly.
  20. Replies
    4
    Views
    6,079

    Re: Use of Buttons and setting Location on Buttons

    Hi Vincent,

    I think I am using the correct peAnchors. If you have a look at the attachments, the Order Entry screen with new 3 Buttons. I set the visible_state of Button2 to false and reallocate...
  21. Replies
    4
    Views
    6,079

    Use of Buttons and setting Location on Buttons

    Hi

    I have this situation where I have buttons at the bottom of the selections list and some of the buttons may be turned on/off depending on the user's setting. When the user changes the size of...
  22. Replies
    0
    Views
    689

    Incremental Search on cCJGridPromptList

    Hi,

    Can anyone point me in the right direction? Instead of using the PbAutoSearch to invoke a search box when a letter is typed on the column, how can I set the CCJGridPromptList to use the...
  23. Re: Same DataDictionary file to be used in the Main & Sub Program

    The Main program is a dbView object which will send a popup of a dbModalPanel. Both dbView & the dbModalPanel are using the same DataDictionary. dbView holds Record A and if I make some changes to...
  24. Same DataDictionary file to be used in the Main & Sub Program

    Can anyone help?

    I have a situation where the same DataDictionary is being used in Main Program and SubProgram and I would like the DataDictionary to work independently i.e If Record A is set in...
  25. Replies
    0
    Views
    888

    Form and Ccjgricolumn

    Hi,

    Can a form or CCjGridColumn insert a comma as the user types a number. I know the PSMASK (Mask_Numeric_Window) will insert comma as a thousand separator but once the user is in the form or...
Results 1 to 25 of 62
Page 1 of 3 1 2 3