Search:

Type: Posts; User: jforero

Page 1 of 10 1 2 3 4

Search: Search took 0.01 seconds.

  1. Replies
    3
    Views
    921

    How to trap key entries in a cWebForm?

    Hello everyone.

    Is there a similar event key: "Procedure Key Integer iKeyValue Returns Integer" for cWebForm?
    How can I trap the key entry in a cWebForm?

    Thanks,
    Jose.
  2. Is there a similar command of RefreshDataFromMatchingRow for cCJGrid? using an riID?

    DF19.0

    Hi all.

    Send RefreshDataFromMatchingRow riID iOffset works for cDbCJGrid but not for cCJGrid

    What is the similar command in cCJGrid to refresh the grid using an riID?

    Thanks,...
  3. Getting Error:25 when parent grid record with child grid records is selected.

    DF 19.0

    Hi.
    In a view a have MyParent_DD, MyChild_DD, a tree and 2 cDbCJGrid.

    The tree is in the left side with a list of options.
    One grid is in the right for the parent records.
    The second...
  4. Re: How to open the drop down list in a ComboForm by code.

    Frank. Thank you very much. That code works very good. - Jose.
  5. How to open the drop down list in a ComboForm by code.

    VDF 19.0

    Hi All.
    What is the command to open the drop down list in a ComboForm from another object like a button.

    Object MyButton is a Button
    Procedure OnClick
    ...
  6. Replies
    0
    Views
    736

    Why tab size changes in Windows 2012?

    VDF 19.0

    Hi All.

    I am moving from Terminal Server Windows 2008 to Windows 2012.
    In Windows 2012 the size of the DbTabDialog changes and looks with a reduced size.

    In the cApplication object...
  7. Re: How to open a Pervasive file in a location from another one having the same set of files.

    Thank you Ianv. I will take the alternative approach using the ODBC connection.
  8. How to open a Pervasive file in a location from another one having the same set of files.

    DF 18.2
    Pervasive 9

    We have 2 locations, A and B.
    Each location has a workspace with the same set of files.
    I am trying to open a file in location B from location A.

    The file that I need to...
  9. Re: Need the right syntax to insert dates in Pervasive DB using SQL statements.

    Yes. It is working fine now. Thanks Samuel and Mark.
  10. Need the right syntax to insert dates in Pervasive DB using SQL statements.

    DF 18.2
    Pervasive DB.

    I am trying to insert a record with the following SQL statement:
    INSERT INTO CSHISSYS (IDHISTYPE, IDHISITEM, DATE) VALUES ('MyValue01', 'MyValue02', #4/27/2017#);

    I get...
  11. Re: How to get Out Of Office notification using EasyMail or other product.

    Thanks Wil.

    EasyMail is a product from QuikSoft Corporation. But seem like they do not exist any more.

    For this case I need the Out Of Office notification from Microsoft Exchange accounts....
  12. How to get Out Of Office notification using EasyMail or other product.

    DF 18.2

    I am using EasyMail to send emails from the DF programs.
    Is there a way to get a replay with EasyMail if the recipient is Out Of Office?
    If not, what product could do that task?
    ...
  13. Re: How to change the color for the label property in the dbGroup or Group object?

    Thank you Sture. This is for Group objects in Windows Applications. - Jose.
  14. Re: How to change the color for the label property in the dbGroup or Group object?

    Any suggestion?

    Thanks,
    Jose.
  15. How to change the color for the label property in the dbGroup or Group object?

    DF 18.1

    How can I change the color for the label property in the dbGroup or Group object?
    I see only 2 properties, Color and TextColor but these are not for the label color.

    Thanks,
    Jose.
  16. Re: How can I get the complete text from an error?

    Thank you Garret and Dennis. Both ways work fine.
  17. How can I get the complete text from an error?

    DF 18.2

    How can I get the complete text from error 28.

    In the following image the error shows the complete text:
    10775

    But in the ErrorSystem, the variable ErrMsg shows only the last...
  18. How to make a list of the view in the application.

    DF 18.2

    Is there a way to make a list of all the views in the application?
    Are the application views stored in some place that can be read?

    Thanks,
    Jose.
  19. Request_Search works in cCJGrid but not in cDBCJGrid. What setup is needed?

    DF 18.2

    I have the code below in a cCJGrid object and works fine for searching in the grid.
    I am trying to use the same code for a cDbCJGrid object and it does not work.
    The OnComKeyDown...
  20. Re: What is the event that I can trap after a dbCJGrid is loaded?

    Thank you Michael. Procedure Refresh worked fine.
  21. What is the event that I can trap after a dbCJGrid is loaded?

    VDF 18.2

    In a dbCJGrid, after the grid is loaded, what is the best event to trap to make changes in the view according to what is loaded?

    Thanks,
    Jose.
  22. Re: What is the correct syntax in DF 18.2 for INTO OUTFILE sql command?

    Is the bcp a utility that can be accessed from DF.
    Do you have any sample?

    Thanks.
  23. What is the correct syntax in DF 18.2 for INTO OUTFILE sql command?

    DF 18.2

    I am trying to export from a table to a .csv file using the shown code but I am getting an error in a SQL statement.
    Is the INTO OUTFILE sql command supported in DF?
    What is the correct...
  24. Re: How to trap the selected value from a ValidationTable list.

    DecriptionValidationTable has just one description for each number in the list, but in my case the description also depends on other conditions. - Thanks.
  25. Re: How to trap the selected value from a ValidationTable list.

    sjwalter thank you. This is what I am trying to do.

    In a ValidationTable, I have a list of numbers from 0 to 12.
    The invoker form must get a description according to the selected number and...
Results 1 to 25 of 229
Page 1 of 10 1 2 3 4