Jump to content

CCH4UNIGUI

Members
  • Posts

    44
  • Joined

  • Last visited

Everything posted by CCH4UNIGUI

  1. Hi Farshad Recompiled using User Authentication, the result is worse, the expected login prompt does not appear and nothing is loaded. FYI, the standalone version displays a login prompt & upon authentication, the UniDBGrid appears with loaded data. What's happening ? What do I have to do to get the DLL version to work ? After 4/5 days of testing the trial, its kind of demoralising as basic deployment of as simple DLL don't even work. Your assistance is most appreciated. Thank you.
  2. Hi Farshad Windows authentication as I am testing everything on a single laptop.
  3. Hi Unigui Gurus 1. Simple database apps (ESS4HG.EXE) in standalone mode works beautifully using localhost:8077 a) UniDBGrid b) TADOConnection c) TADODataset d) DataSource 2. Switched to DLL mode (ESS4HG.DLL) copied to C:\ISAPI (virtual folder in IIS8) localhost/isapi/ess4hg.dll a) displays the UniDbGrid and says loading... b) No data loaded 😞 Where have I gone wrong ?
  4. Hi MIERIP Noted with thanks !
  5. Hi Sherzod Yay, by religiously following the IIS settings, finally got 1. localhost to display 2. isapiapp.dll to work Thanks a million :-) I am one step closer to persuading my boss to purchase a licence.
  6. I have seen above guide before but I need to know where mdemo.dll is located to copy it to my isapi folder. So where is mdemo.dll is located in which folder ? TQ
  7. CCH4UNIGUI

    mdemo.dll

    Hi Unigui Gurus May I know where the mdemo.dll is located ? Trying to run as isapi.dll
  8. 1. compiled ess.dll using Apache module and copied to c:\webapp\ess 2. Alias /ess "c:/webapps/ess/" <Directory "c:/webapps/ess/"> Options Indexes FollowSymLinks MultiViews AllowOverride all <ifDefine APACHE24> Require local </ifDefine> <ifDefine !APACHE24> Order Deny,Allow Deny from all Allow from localhost ::1 127.0.0.1 </ifDefine> </Directory> // httpd.conf entries: // LoadModule webbroker_module modules/mod_webbroker.dll <Location /ess> SetHandler mod_webbroker-handler </Location> // Nb. Apache 2.4 was stopped before editing httpd.conf & could be started. 3. Tried running in localhost/ess/ess.dll This localhost page can’t be found No webpage was found for the web address: http://localhost/ess/ess.dll HTTP ERROR 404 What am I doing wrong? Forbidden You don't have permission to access /ess.dll on this server. Apache/2.4.23 (Win64) PHP/7.0.10 Server at localhost Port 8080 After I tried localhost:8080/ess.dll
  9. Hi mierip Thanks for the tip. I recompile this mroning on th ehybrid project and yes ESS.DLL was created. This issue is deemed closed :-) I am on the verge of purchasing a licence but need to solve by isapi installation in apache 2.4 issue.
  10. Forbidden You don't have permission to access /ess.dll on this server. Apache/2.4.23 (Win64) PHP/7.0.10 Server at localhost Port 8080 After I tried localhost:8080/ess.dll
  11. 1. compiled ess.dll using Apache module and copied to c:\webapp\ess 2. Alias /ess "c:/webapps/ess/" <Directory "c:/webapps/ess/"> Options Indexes FollowSymLinks MultiViews AllowOverride all <ifDefine APACHE24> Require local </ifDefine> <ifDefine !APACHE24> Order Deny,Allow Deny from all Allow from localhost ::1 127.0.0.1 </ifDefine> </Directory> // httpd.conf entries: // LoadModule webbroker_module modules/mod_webbroker.dll <Location /ess> SetHandler mod_webbroker-handler </Location> // Nb. Apache 2.4 was stopped before editing httpd.conf & could be started. 3. Tried running in localhost/ess/ess.dll This localhost page can’t be found No webpage was found for the web address: http://localhost/ess/ess.dll HTTP ERROR 404 What am I doing wrong?
  12. Hi Sherzod Looks interesting but I was looking for an equivalent of a Record Edit layout, Any suggestions ?
  13. It seems that instead of ess.dll, ess.exe is created ?
  14. Hi All My project is named ESS // {$define UNIGUI_VCL} // Comment out this line to turn this project into an ISAPI module {$ifndef UNIGUI_VCL} library {$else} program {$endif} ESS; Where would ess.dll be output to ?
  15. Hi All IMHO,UniDbGrid is very impressive and can display with very little effort :-) Is there a UniGui component for a vertical Edit ?
  16. Latest Trialv ersion available from Unigui Downloads
  17. Yup, that solves the problem. I am now able to display LIVE MSSQL Express data to localhost:8077 via a UniDBGrid :-)
  18. Hi I have tried placing the ADO components on the ServerModule/MainForm/Data Module. Can compile as a stanalone with no error but get the CoInitialize has not been called then localhost:8077 How can I solve this problem ?
  19. Hi Farshad Mohajeri An Exception has occured in application: CoInitialize has not been called I am using Delphi Community 10.3.3 & the unigui downloaded trial ADO connections/ ADoDataset are on the Sever Module What was the workaround ?
×
×
  • Create New...