Thanks Roger, we will give that a try. Kristie is working with me and will be taking over for me when I retire in the next month or so. You might remember her from when we first started using express back in 200 or so. Thanks for all of your help over the years.
Dian
Avatar Systems
Search found 21 matches
- Thu Feb 27, 2020 6:38 am
- Forum: Xbase++ 2.0
- Topic: Encrypt/Decrypt with AES to dbf table
- Replies: 11
- Views: 24883
- Wed Feb 26, 2020 4:02 pm
- Forum: Xbase++ 2.0
- Topic: Sending mail to Outlook fails under Windows 10
- Replies: 3
- Views: 8985
Re: Sending mail to Outlook fails under Windows 10
We have ran into the same problem. Started happening after installing office security updates in Jan. Reverted back to Alaska 1.91 and had no problems, so it seems to be a Alaska 2.0 problem with using Mapi access to outlook.
We haven't been able to solve the problem yet.
We haven't been able to solve the problem yet.
- Fri Aug 25, 2017 2:06 pm
- Forum: eXpress++ Support
- Topic: excel spreadsheet tab order
- Replies: 4
- Views: 9600
excel spreadsheet tab order
I am using DC_Array2Excel() to create 3 tabs spreadsheet. It creates different sheet order depending on what Excel version you are on. For Excel 2013 and up, it creates sheet tab in this order: Sheet3, Sheet2, Sheet1. And in Excel 2010 it creates in the correct order Sheet1, Sheet2, Sheet3. I need i...
- Tue Jan 31, 2017 3:39 pm
- Forum: Xbase++ Support
- Topic: Tooltips in Published Remote Destop Application
- Replies: 0
- Views: 8421
Tooltips in Published Remote Destop Application
We have been running our Xbase application remotely for various clients using various versions of Citrix published applications for years. We are now trying to use published applications on Windows Server 2012 R2 instead of Citrix and are running into a problem with tooltips when the application is ...
- Fri Jul 01, 2016 11:58 am
- Forum: Xbase++ Support
- Topic: Update Performance Using Different DBESYS
- Replies: 7
- Views: 21136
Re: Update Performance Using Different DBESYS
We have been using Fox 2.6 files with ADS for many years and have never had any problems. Memo fields cause no problems. Prior to switching to ADS use used the FOXCDX DBE with the following settings so that we could access the tables with our FoxPro application as well as our Xbase application. QDEF...
- Fri Jul 01, 2016 11:47 am
- Forum: Xbase++ 2.0
- Topic: USE SHARED EXCLUSIVE SLOW ON NETWORK
- Replies: 9
- Views: 27204
Re: USE SHARED EXCLUSIVE SLOW ON NETWORK
When Kaspersky was installed did you add exclusions? Normally we exclude the data folder from all virus scans and add our application as an excluded application.
- Tue Jun 07, 2016 2:57 pm
- Forum: eXpress++ Support
- Topic: Network and ADS
- Replies: 6
- Views: 15318
Re: Network and ADS
We have converted many of our processing intensive programs from record base operations to sql queries using ADS SQL. With by changing the data gathering to use sql, performance on reports have improved a lot. By requiring our clients to purchase ADS we now have almost no index corruptions, better p...
- Fri May 20, 2016 11:36 am
- Forum: eXpress++ Support
- Topic: dccheckbox appearance 2.0
- Replies: 14
- Views: 26502
Re: dccheckbox appearance 2.0
Thanks, Roger. That fixed the checkboxes. I also had to add the same lines in at 385 for the dc_XbpStatic, so that the background on Says for a code block would also be transparent.
- Wed May 18, 2016 7:17 am
- Forum: eXpress++ Support
- Topic: An error we keep getting
- Replies: 9
- Views: 18235
Re: An error we keep getting
we use the <alt>D key to launch the dot prompt, but since express release 263 it is the default for the designer. change your default designer key to something else and the <alt> D will work as it did previously.
dcgetoptions DESIGN HOTKEY xbeK_ALT_H ; //prevents designer from overridding dc_dot
dcgetoptions DESIGN HOTKEY xbeK_ALT_H ; //prevents designer from overridding dc_dot
- Mon Jan 18, 2016 9:34 am
- Forum: eXpress++ Support
- Topic: Fix for DC_WorkArea2Excel() problem
- Replies: 2
- Views: 8027
Re: Fix for DC_WorkArea2Excel() problem
If the entire memo file needs to be in the excel file it is possible to copy the data from the memo field to the excel cell with the following command. Where astruct is the structure of the database table. oworksheet:=obook:ActiveSheet SELECT TMPDBF DBGOTOP() STORE 2 TO XPOS DO WHILE !EOF() FOR I:= ...