Search:

Type: Posts; User: Oscar

Page 1 of 16 1 2 3 4

Search: Search took 0.02 seconds.

  1. Re: WebApp Server and Studio Registered on same server

    Hi Vincent,

    After the Activation icon changed into a green checkbox both of the licenses show up as before. Thank you!

    Regards,
    Oscar
  2. Re: WebApp Server and Studio Registered on same server

    Hi Marco,

    Hope you are doing well. Yes, I know that; not what the issue is. I am talking about the register.exe program, does not allow me to register the webapp license when the studio...
  3. WebApp Server and Studio Registered on same server

    Hi Everybody,

    I have a server with 20.0 with the WebApp Server Registered and also the Studio Registered. I know that the production server should not be the development one. But it is an...
  4. Replies
    5
    Views
    512

    Re: Format_num Function

    Hi Marcia,

    The reason is that we use it to format currency; since the software is multicurrency we need to pass the currency symbol that it should be displayed for the particular record. The...
  5. Replies
    5
    Views
    512

    Re: Format_num Function

    Hi Samuel,

    sure. Something like this:


    get Format_num of ghoFormatter -232.48 2 1 "$ " "" to sValue
    // sValue = "$ 232.48" after the call. Notice the missing minus sign.
  6. Replies
    5
    Views
    512

    Format_num Function

    Hi All,

    I haven't downloaded the 24.0 beta. But I just found a bug on the Format_Num fuction in cFormatter.pkg that was able to duplicate in 19.1 and 23.0. Please make sure it is fixed for 24.0....
  7. Re: Connect a MSSQL View using Structure_Start/Structure_End

    Hi Vincent!

    I do have a utility based on dbUpdateUtil (https://www.vdf-guidance.com/ContribPage.asp?Page=SOFTGENDBUPDATEU&ContribRecId=4) that describes the tables on my development machine...
  8. Connect a MSSQL View using Structure_Start/Structure_End

    Hi All,

    Does anyone know how to programmatically connect to a SQL View using Structure_Start / Sctructure_End?
    I can create new tables and update existing tables; but the first time...
  9. Re: IF condition executed as true, but false in watch window.

    Hi Samuel,

    It is a smallint(1)

    Regards,
    Oscar
  10. Re: IF condition executed as true, but false in watch window.

    Hi Vincent,

    I ran it on the same code, same data another 5 or 6 times and it worked as expected. It seems that only sometimes it misses the beat.

    I am using 19.1 with MSSQL backend....
  11. IF condition executed as true, but false in watch window.

    Hi All,

    not sure why/how the below is happening. As you can see by the green arrow pressing F10 did go into executing the code inside the IF statement. But in the watch window the condition for...
  12. Replies
    10
    Views
    2,411

    Re: DAW: dbCheckbox and Field_Changed_State?

    Hi Pieter,

    I just found the same issue in 19.1. Do you remember which hook did you use instead of OnChange?

    Thanks,
    Oscar
  13. Replies
    2
    Views
    800

    Re: ContextMenu on cCJGrid

    Hi Ben,

    Thank you! the problem was that I had pbReadOnly set to true. Setting it to false and using OnRowRightClick worked.

    Thanks,
    Oscar
  14. Replies
    5
    Views
    1,008

    Re: Appcrash with Codejock ReportControl

    Hi Ben,

    I did have a similar situation with a client, but the errors pointed to the commandbars 18.3.0. The issue presented itself when the customized the commandbar. Check with your user if it...
  15. Replies
    2
    Views
    800

    ContextMenu on cCJGrid

    Hi All,

    I added a context menu to a cCJGrid and the problem I am having is that if the grid does not have any rows the menu does not popup. In my case I need it to since I use it to Add, Open...
  16. Re: Dashes in sql statement when using paramters causes HY010 sql error

    Hi Garret,

    I did give a try to [-] instead I get error "string data, right trunction" (I believe the [] are to be used with identifiers like table and column names.)

    *Healthy enough to...
  17. Dashes in sql statement when using paramters causes HY010 sql error

    Hi All,
    Back to fixing bugs after a fantastic EDUC!!! Thank you to everyone that helped make it happen!


    I just found a problem similar to the one reported on the following post while creating...
  18. Replies
    4
    Views
    1,099

    Re: Chilkat Pop3 and Attachments

    Thank you! That will work.

    Oscar Mintegui
  19. Replies
    4
    Views
    1,099

    Re: Chilkat Pop3 and Attachments

    Hi Michael,

    Thank you! I've seen that, but first I have to get the email object through POP3... do I use the example to download as mime string?...
  20. Replies
    4
    Views
    1,099

    Chilkat Pop3 and Attachments

    Hi Everyone! Happy 2022!!!

    We have moved the send emails from EasyMail to Chilkat a few years ago, but left the POP3 code in EasyMail. But now with the phasing out of TLS1.0 EasyMail started to...
  21. Thread: Minimize event?

    by Oscar
    Replies
    7
    Views
    2,192

    Re: Minimize event?

    Hi Vincent,

    I clicked on the link to download the sample app, but couldnt find it.

    EDIT: FOUND IT!

    Thank you,
    Oscar
  22. Replies
    6
    Views
    2,990

    Re: Salesforce Integration

    Hi Jeff,

    I am doing the same... created a C# dll to use as middleware...

    Thank you!
    Oscar
  23. Replies
    4
    Views
    1,608

    Re: OEM to ANSI Conversion Wizard Automation

    Hi Vincent,

    I have several clients running the same application... they are all running MSSQL backend, but some of the tables are still listed as OEM on the INT file... So I need to run the...
  24. Replies
    4
    Views
    1,608

    Re: OEM to ANSI Conversion Wizard Automation

    I was afraid I was going to get that answer...

    Thank you Vincent!
  25. Replies
    4
    Views
    1,608

    OEM to ANSI Conversion Wizard Automation

    Hi All,

    Is there a way to run the OEM to ANSI Conversion Wizard using a command line or other method that could be called from my program?

    Thank you,
    Oscar
Results 1 to 25 of 395
Page 1 of 16 1 2 3 4