Jump to content

fcarvalho4

uniGUI Subscriber
  • Posts

    119
  • Joined

  • Last visited

  • Days Won

    8

Everything posted by fcarvalho4

  1. See the demo FasReport (..\Demos\Desktop\FastReport)
  2. Sorry, I forgot the attach file! GoogleApiChart.zip
  3. Sample code how to use google api chart https://developers.google.com/chart/interactive/docs/gallery
  4. Please see unigui developer's manual.
  5. FileExplore with FDMemTable! WebFileExplorer.zip
  6. Hello everybody! One more client side function,only validate numbers! UniEdit1 -> ClientEvents -> UniEvents function beforeInit(sender, config) { Ext.apply(Ext.form.field.VTypes, { nonDecimalNumber: function (value) { return /^\d{13,13}$/.test(value); }, nonDecimalNumberText: 'The length must be 13 characters' }); Ext.apply(sender, { extend: 'Ext.form.field.Number', xtype: 'numberfield', minValue: 0000000000000, maxValue: 9999999999999, allowBlank: false, maskRe: /[0-9]/, vtype: 'nonDecimalNumber' }); }
  7. http://forums.unigui.com/index.php?/topic/3048-guide-to-deployment/
  8. You can use the property anchors of the objects to fix it!
  9. I do this in UniserverModule property favicon.
  10. I had the same error! I fixed this by Repair the Delphi instalation!
  11. You can use the JvDBGridExcelExport from JEDI components, http://jvcl.delphi-jedi.org
  12. Very good, i like it! when you make the new version and mobile version availble?
  13. Vê o exemplo formnavigate!
  14. No UniMainModule NavigateKeys
  15. I'm using 2009 and it works without problems!
×
×
  • Create New...