Search found 265 matches

by reganc
Mon Apr 06, 2020 1:20 am
Forum: Xbase++ Support
Topic: Using clipboard to copy text to Notepad
Replies: 2
Views: 11773

Re: Using clipboard to copy text to Notepad

rdonnay wrote:I got it to work only after calling oClipboard:clear() after oClipBoard:open()
You the man! Thanks, Roger, works perfectly.

I wonder if Alaska acknowledged this as a problem? If so, I can't see any mention of it...
by reganc
Fri Apr 03, 2020 8:23 am
Forum: Xbase++ Support
Topic: Using clipboard to copy text to Notepad
Replies: 2
Views: 11773

Using clipboard to copy text to Notepad

I have done some quick code that I thought would just work, but for some reason it doesn't. cText := Get_Report_As_Text() oClipBoard := XbpClipboard():new():create() oClipBoard:open() oClipBoard:setBuffer(cText,XBPCLPBRD_TEXT) if oClipBoard:getBuffer(XBPCLPBRD_TEXT) == cText lOk:=.t. endif oClipBoar...
by reganc
Tue Mar 31, 2020 1:17 am
Forum: Xbase++ Support
Topic: Database access errors
Replies: 19
Views: 38212

Re: Database access errors

Regan, did you check the GPO-settings? Hi Tom I mentioned this to our tech guy and he said the majority of our users do not use proper server / enterprise windows installations and he doesn't think group policy stuff would be related at all. I'm happy to go back and challenge that if you think he m...
by reganc
Mon Mar 30, 2020 1:01 am
Forum: Xbase++ Support
Topic: Database access errors
Replies: 19
Views: 38212

Re: Database access errors

I encountered this problem with cdx indexes and ADS, I solved it by creating indexes with a different name than the data file (example: parts.dbf -> parts0.cdx ...) and eliminating parts.cdx Actually, I'd like to clarify that our problems are not occurring when using ADS but instead when using the ...
by reganc
Mon Mar 30, 2020 12:54 am
Forum: Xbase++ Support
Topic: Database access errors
Replies: 19
Views: 38212

Re: Database access errors

messaoudlazhar wrote:I encountered this problem with cdx indexes and ADS, I solved it by creating indexes with a different name than the data file (example: parts.dbf -> parts0.cdx ...) and eliminating parts.cdx
Interesting. I shall have to think about that...
by reganc
Fri Mar 27, 2020 5:10 am
Forum: Xbase++ Support
Topic: Database access errors
Replies: 19
Views: 38212

Re: Database access errors

skiman wrote:Wish all the best to Bobby, and keep it safe.
Same here!
by reganc
Thu Mar 26, 2020 7:27 am
Forum: Xbase++ Support
Topic: Database access errors
Replies: 19
Views: 38212

Re: Database access errors

We're all fine so far. Hope you and yours are well and stay well, too. Chris, I always thought most of these were index related but they appear random and I haven't found that they ever relate to any actual database corruption. Tom, hadn't heard about this but I'll mention it to our tech guy and see...
by reganc
Thu Mar 26, 2020 3:09 am
Forum: Xbase++ Support
Topic: Database access errors
Replies: 19
Views: 38212

Database access errors

We have been experiencing a large amount of general database access errors. The majority of our customers are still using our application built using Xbase++ 1.9 (due to an outlook incompatibility with list & label that we're still trying to get to the bottom of) but a few customers have been given ...
by reganc
Fri Mar 13, 2020 4:56 am
Forum: Xbase++ Support
Topic: Code Signing
Replies: 5
Views: 13514

Re: Code Signing

Thanks, Tom and Klaus

I kind of expected that the certificates worked like that.

I have passed the info on to my colleague, Steve, as he's the one that will ultimately decide who we get the certificate from (and pay for it :-).
by reganc
Fri Mar 13, 2020 2:48 am
Forum: Xbase++ Support
Topic: Code Signing
Replies: 5
Views: 13514

Re: Code Signing

Yes, we do, since 2010. Symantec Code Signing. Do you use an OV or an EV certificate? It looks like for our purposes an OV woould be fine. Is the signing process itself simple? These certification companies seem to offer pretty much the same service but at quite wildly different prices. Difficult t...