Search:

Type: Posts; User: Jarred@TME

Page 1 of 3 1 2 3

Search: Search took 0.01 seconds.

  1. Re: Changing Index 1 / Key Field Data of a Table in 20.0 MSSQL

    Thank you Vincent!
  2. Re: Changing Index 1 / Key Field Data of a Table in 20.0 MSSQL

    Hey Garret,



    Set Protect_Key_State to False
    Set Key_Field_State Field Table.Id to False


    This didn't fix it, even with this set I should be able to change the data in the table viewer
  3. Re: Changing Index 1 / Key Field Data of a Table in 20.0 MSSQL

    Hey Samuel,

    Even if I remove the Foreign Field Options it doesn't allow me to edit the record in the program, table viewer, or database explore.
    The data just reverts back to the original when...
  4. Re: Changing Index 1 / Key Field Data of a Table in 20.0 MSSQL

    Hey Vincent,

    If you create a record and/or edit an the record or existing record, the data will not change. Also trying to change the data in the table viewer sort of bugs out the studio.
    My...
  5. Re: Basic sample of Google Chart working with Dataflex WebApp

    Hey William,

    I just posted a example of how to use a google bar chart inside a dataflex webapp. This was programmed in 20.0
    ...
  6. Replies
    1
    Views
    1,734

    Google Bar Chart Example

    Hello All,

    Here is a library I'm starting for Google Charts.

    Will post code and examples soon.

    https://1drv.ms/u/s!AtZywc3WXTCugYgtPJjmVSv10pt7cA

    Jarred
  7. Changing Index 1 / Key Field Data of a Table in 20.0 MSSQL

    Lets say in 20.0 I have a table with 1 column and I have an index with that column with nothing but default properties setup using MSSQL Driver ie:

    Table - Name: Table
    Column - Name: Id, Type:...
  8. Replies
    6
    Views
    6,189

    Re: Login Failed (WebApp & SQL Server)

    Thanks for the post. If you look at the DFConnId.ini file, you will see that this adds a separate password to the file. So two passwords DFPWD and PWD. My situation was, I was connecting to the sql...
  9. Replies
    13
    Views
    14,535

    Re: Web Catalogue and Image Gallery

    Updated to 19.0 :)
    12881
  10. Replies
    4
    Views
    1,636

    Re: Dynamic pbScroll

    Add the following to your application.css to achieve this in 19.0



    .WebList .WebList_Scroll, .WebGrid .WebList_Scroll{
    overflow-y: auto;
    }
  11. Google Recaptcha for Dataflex Web/Mobile Applications

    Haven't posted in a while so I thought I would share some web app plugins I have created over the last year. First up is google recaptcha.
    https://1drv.ms/u/s!AtZywc3WXTCusEWFFe7BNIht4aXy

    12194
    ...
  12. Re: Getting a google map listener to fire event procedure on a df custom web object

    Thanks Harm, did some research on closures and got it working now. Removed intAutocomplete(not needed), added the closure function and passed the current object in a variable to it when calling it...
  13. Getting a google map listener to fire event procedure on a df custom web object

    I have created a google place autocomplete form using df.WebForm as my parent class. Im having trouble getting the custom controls event to fire in dataflex without having to do drastic stuff.
    ...
  14. Google ReCaptcha for Mobile Applications

    Is anyone using google recaptcha or any of the sort in their webapps, if so, can you provide an example please.
    I've tried using it in a webhtmlbox, but not having any luck in getting it to render....
  15. Replies
    2
    Views
    1,487

    Re: Download File from URL to Mapped Folder

    Use cWebView.pkg
    Use cWebPanel.pkg
    Use cWebButton.pkg
    Use cHttpTransfer.pkg


    Object oFileDownload is a cWebView
    Set piWidth to 700
    Set psCaption to "FileDownload"
  16. Replies
    2
    Views
    1,487

    Download File from URL to Mapped Folder

    In my web app, I want to transfer files from an url ie(https://beebom.com/wp-content/uploads/2016/01/Reverse-Image-Search-Engines-Apps-And-Its-Uses-2016.jpg) to a mapped folder...
  17. Replies
    3
    Views
    1,866

    Re: Google Charts in a cWebHtmlBox

    Was able to figure this out. Moved the JavaScript out of the html box and stuck in in the index.html file, also modified the javascript a little.
    Including a link to a example project that utilizes...
  18. Replies
    3
    Views
    1,866

    Google Charts in a cWebHtmlBox

    Been trying to get this to work with no luck. I looked through various post and havent got a straight answer.
    What im trying to do is place a google gauge in a cwebhtmlbox. The intent is too get all...
  19. Replies
    2
    Views
    1,455

    Geo Location in 18.2

    Can someone share the geolocation class for the webapp 18.2

    Since google and apple now require secured sites for the gps api to work, some of our employee cant use it, because they have new phones.
  20. Replies
    16
    Views
    3,613

    Re: 18.2 Blank Page

    18.1 is running on production box, so are 18.2 examples, our updated 18.2 webapp works on development box, but not in production. Throws error:999 as Bob stated
    global.asa and...
  21. Re: List and Label Report Export with multiple pages as PNG

    Thanks Bernhard for helping us out! :)
  22. List and Label Report Export with multiple pages as PNG

    Has anyone been able to export a list and label report as a png when the report has multiple pages and name the files with a appropriate name ie. 200-1.png, 200-2.png, 200-3.png?
    Been trying to do...
  23. Replies
    11
    Views
    2,538

    Re: Decreasing the date by 1 error in Dataflex

    I was able to do this to get this to work properly, still wondering if there is a better way in 18.0?



    Move (CurrentDateTime()) to dDate
    Move (CurrentDateTime()) to dtDate
    Move (dDate-1) to...
  24. Replies
    11
    Views
    2,538

    Re: Decreasing the date by 1 error in Dataflex

    Im using 18.0 and yes I need to use datetime because im running a report from 4 am to 4 am.
  25. Replies
    11
    Views
    2,538

    Re: Decreasing the date by 1 error in Dataflex

    What if Im using 18.0?
Results 1 to 25 of 51
Page 1 of 3 1 2 3