Ask a Question related to Macromedia Flash Data Integration, Design and Development.

  1. #1

    Default DataGrids

    Hi,
    In the application I'm developing the customer needs to enter a valid Voucher
    Number in order to be able to proceed with their transaction. While most will
    complete their transaction there and then, some will (for whatever reason)
    cancel out of the process, to return at a later date/time. I consequently need
    to develop a small database to hold these 'cancelled' Voucher Numbers for
    future reference.
    We do not envisage the number of cancelled Voucher Numbers being to large. I
    was intent on developing a small SQL Server DB to hold these Voucher Numbers
    but as I was reading yesterday, I had a thought that I might be able to use the
    DataGrid object as a small built-in database in my application.
    Can someone out there in Flash world please tell me if this is possible at
    all? Can I use the DataGrid (off screen) as a small built-in database?
    As always any help, guidance or words of wisdom are much appreciated. Thanks

    Goo101 Guest

  2. Similar Questions and Discussions

    1. Checkboxes in DataGrids
      Hi, I am a new developer of flex and I am having trouble with checkboxes in datagrids. I create my DataGrid with 2 columns. The first column is...
    2. 2 datagrids
      i have a page with several datagrids. When i use 2 of them, they display next to eachother in stead of below eachother . i tried both...
    3. Validation in DataGrids
      Hello, I have a datagrid with an edit column that performs updates and another command column that performs deletes. I then added controls to...
    4. Hyperlinks in datagrids
      You can do this during the ItemDataBound event. Use a template column, and ..FindControl to get to the hyperlink. Set the navigateurl property to...
    5. ddl in datagrids
      Hello All.. I'm trying to find the best way to edit two columns in a datagrid. The data source for each of the two editable items are presented...
  3. #2

    Default Re: DataGrids

    Can anyone answer my question above? Please!?
    Goo101 Guest

  4. #3

    Default Re: DataGrids

    Yes it is possible, I recommend using amfphp([url]http://www.amfphp.org[/url]), it is
    flash remoting with php. you can use php to hook into your sql server and
    insert values directly into your datagrid object in flash.



    micahkoga Guest

  5. #4

    Default DataGrids

    Hi,
    Can anyone answer the above question? (Is it possible to use a DataGrid as a
    small built-in DB in a Flash application thus avoiding the need to connect to a
    backend DB?)
    If so, does the DataGrid store the variables added to it even if the app. is
    switched off?
    Thanks,
    Kevin.

    Goo101 Guest

  6. #5

    Default Re: DataGrids

    Hi,
    I'm experiencing a problem with one of my data fields, during runtime
    execution it's generating the following error message: "Cannot add item past
    the end of the DataProvider".
    I have one field which is working fine (i.e. is adding and removing the data
    to the correct column in the DataGrid without any problems). Yet the other data
    field, which I have set-up in exactly the same way, is not working at all.
    Can anyone give me any hints on what might be generating this error message?
    Thanks . . . Kevin.

    Goo101 Guest

Posting Permissions

  • You may not post new threads
  • You may post replies
  • You may not post attachments
  • You may not edit your posts

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139