Perfect...
Thank you,
Search found 254 matches
- Sun Jan 03, 2021 7:31 pm
- Forum: FiveWin for Harbour/xHarbour
- Topic: Logo on MDI window.
- Replies: 4
- Views: 995
- Sat Jan 02, 2021 11:27 pm
- Forum: FiveWin for Harbour/xHarbour
- Topic: Logo on MDI window.
- Replies: 4
- Views: 995
Logo on MDI window.
I use to do this using the old Harbour compiler. But since I moved to Borland my program gets hung up when clicking on the menu. Here is the old code I used in the main program just before the Activate Window: @ 0,0 Bitmap oLogo File Mcs_AppPath() + "Images\EocwdLogo.bmp" of oWnd:oWndClien...
- Thu Jul 02, 2020 5:12 pm
- Forum: FiveWin for Harbour/xHarbour
- Topic: Collaboration Data Objects
- Replies: 0
- Views: 5484
Collaboration Data Objects
All, I use Collaboration Data Objects for sending emails via gmail. Once I get it working it seems to work well. Problem I run into is when moving it to another site and the ports may not be open. Is see that inbound we need 993, and 995, and outbound I am using 465 outbound. However when I look for...
- Fri Jun 19, 2020 8:02 pm
- Forum: mod_harbour
- Topic: How to get the source file name
- Replies: 4
- Views: 771
Re: How to get the source file name
Antonio, I tried this on IIS. ?"*****" for n=1 to 10 ?Str(n) + ", " + Str( Procline(n)) + ", " + ProcFile(n) + ", " + ProcName(n) next ?"*****" And got this. MY Function is Rpt_003(), I was hoping it would show up somewhere. ***** 1, 0, , HB_HRBDO 2,...
- Fri Jun 05, 2020 5:51 pm
- Forum: mod_harbour
- Topic: App.Ini vs Web.Config
- Replies: 4
- Views: 1349
Re: App.Ini vs Web.Config
Below is a minimal web.config example from Microsoft Support.
<?xml version="1.0" encoding="utf-8" ?>
<configuration>
<system.web>
</system.web>
</configuration>
<?xml version="1.0" encoding="utf-8" ?>
<configuration>
<system.web>
</system.web>
</configuration>
- Fri Jun 05, 2020 5:14 pm
- Forum: mod_harbour
- Topic: App.Ini vs Web.Config
- Replies: 4
- Views: 1349
Re: App.Ini vs Web.Config
Yes, thank you, good point. I was looking for a class that may make it easier like the oIni class that allows us to read and write to INI files.
- Tue Jun 02, 2020 11:03 pm
- Forum: mod_harbour
- Topic: App.Ini vs Web.Config
- Replies: 4
- Views: 1349
App.Ini vs Web.Config
In harbour winforms applications we seem to store specific information for our apps in the .ini file. On the web it seems it is stored in web.config. Does mod_harbour have a way to read and write from a web.config file as harbour does with .ini's?
Thanks,
Thanks,
- Tue Jun 02, 2020 10:57 pm
- Forum: mod_harbour
- Topic: Problemas con mod_harbour en IIS
- Replies: 10
- Views: 1599
Re: Problemas con mod_harbour en IIS
Antonio,
I believe we have finally installed the new version, and have not seen an issue as of yet.
Thank you for your attention to this.
Great product.
I believe we have finally installed the new version, and have not seen an issue as of yet.
Thank you for your attention to this.
Great product.
- Wed May 27, 2020 7:21 pm
- Forum: FiveWin for Harbour/xHarbour
- Topic: How to know the number of affected rows using the command Ex
- Replies: 2
- Views: 577
Re: How to know the number of affected rows using the command Ex
Thank you Mr. Rau,
I found the wrong answer on "Stack Overflow".
I think the smart guys are over here.
Byron ...
I found the wrong answer on "Stack Overflow".
I think the smart guys are over here.
Byron ...
- Fri May 22, 2020 7:00 pm
- Forum: mod_harbour
- Topic: Server Error 503
- Replies: 14
- Views: 2673
Re: Server Error 503
Antonio,
So far all is good after removing the LibHarbour.dll.
We will keep checking and let you know if anything different occurs.
Thanks, Byron
So far all is good after removing the LibHarbour.dll.
We will keep checking and let you know if anything different occurs.
Thanks, Byron
- Fri May 22, 2020 5:13 pm
- Forum: mod_harbour
- Topic: Server Error 503
- Replies: 14
- Views: 2673
Re: Server Error 503
Is there a function that reports back what the version of the two DLL's are running on my server. I stopped the site, loaded the new files into the c:\windows\System32\INetSrv directories, and restarted so I believe I am running the new ones, but is there a way to be sure?
Thanks,
Byron ...
Thanks,
Byron ...
- Thu May 21, 2020 6:40 am
- Forum: mod_harbour
- Topic: Server Error 503
- Replies: 14
- Views: 2673
Re: Server Error 503
Will do, thank you.
Stay Safe,
Stay Safe,
- Thu May 21, 2020 5:39 am
- Forum: mod_harbour
- Topic: Server Error 503
- Replies: 14
- Views: 2673
Re: Server Error 503
IIS, Microsoft.
- Thu May 21, 2020 3:29 am
- Forum: mod_harbour
- Topic: Server Error 503
- Replies: 14
- Views: 2673
Re: Server Error 503
Antonio, I have not sent you code as of yet because there has been a new discovery. If i test from a URL I don't see the issue, when I run it from our web app I see the problem. We are checking into it. From the URL is all of the Mod_Harbour, and HaruPdf so I don't think it has anything to do with t...
- Wed May 20, 2020 4:41 pm
- Forum: mod_harbour
- Topic: Server Error 503
- Replies: 14
- Views: 2673
Re: Server Error 503
Thank you my friend. I will try to remove any reference to the Sql server so you can easily run it on your system.
This may eliminate the problem, who knows???
This may eliminate the problem, who knows???