Jump to content

mhmda

uniGUI Subscriber
  • Posts

    1141
  • Joined

  • Last visited

  • Days Won

    157

Posts posted by mhmda

  1. Hi,

    I use UniURLFrame.

    I save only filename in DB, and the file itself I save in the HD, every customer has a unique folder and when DoubleClick on Grid row I use this:

    ...
    targetFile:=ServerModule.NewCacheFileUrl(False, copy(ext,2,length(ext)-1), '', '', AUrl, True);
    ...
    urlfrmAttached.HTML.Text:='about:blank';//to force refreshing
    sleep(1500);
    urlfrmAttached.HTML.Text:= '<iframe src="https://docs.google.com/viewerng/viewer?url='+
                               'https://www.nasaos.net'+AUrl+'&embedded=true" width="685px" height="540px" frameborder="0">'+
                               '</iframe>"';

     

    The NewCacheFileUrl creates the file that can be accessed from the internet and it puts the link in the AUrl variable then you pass it to google docviewer.

    • Like 1
  2. Я не вижу объект RichText в вашем отчете, вы не можете загрузить RTF в memoview
    FastReport RTF ожидают формата RTF.
    Это сработало для вас раньше или впервые?

     

    I don't see RichText object in your report, you cann't load RTF into memoview
    Fastreport RTF expect RTF format.
    Does it worked for you before or it's the first time?
     

  3. I am working in Msoft LTD a software company, we provide professional solution to our clients ( enterprise and soho) in many fields: Cellular, AI, IT.... We use Unigui for our projecrs.

    Unigui is stable and just work out of the box and the big advantage is the Extjs js client-side. We don't search for other solutions because all we want can be found in unigui, it is true that some times we use js code to achieve somethings that doesn't included with Unigui but what's the problem doing it in client side in that way you become familiar with Extjs.

    We have developed more than 30 web apps and some of them are used by clients world wide.

    Unigui support (Mr. Farshad) is always a helping one and caring about his customers. 

    Before Unigui we used Intraweb and TMS components for Intraweb and the result was not impressed in every browser a different result.

     

    • Like 9
  4. Well, in our web app which used by clients world wide we let them to attch files (xls, word, pdf.....) In order to view them later or for later download we create a unique folder for every client we save files there, in db we save only file nane without path and we use Google viewer to let them view files online instead of download and view (in some cases client doesn't have MS office installed)

×
×
  • Create New...