Search found 1416 matches

by Auge_Ohr
Sun Jul 04, 2010 4:59 pm
Forum: Xbase++ Support
Topic: System-wide Time() function
Replies: 5
Views: 12714

Re: System-wide Time() function

If there is an Xbase function, it should propably be in the xbtools. I didn't check, but there are some network functions in it. XbTools Network Function XbtNetW.LIB need Novel Client like NnetSTime() and does not work with M$ Lanmanager. only some NetBIOS functions of XBTNETB.LIB can be used in M$...
by Auge_Ohr
Sun Jul 04, 2010 4:51 pm
Forum: eXpress++ Support
Topic: How do you test an Excel password
Replies: 3
Views: 8918

Re: How do you test an Excel password

I need to test the Excel Password to make sure it will work without just aboring. If the password is correct then all if good but I can not figure out how to test it. If the password is correct this will open the file then close it.. how would I go about testing it? what about using BEGIN / SEQUENC...
by Auge_Ohr
Sun Jul 04, 2010 4:48 pm
Forum: eXpress++ Support
Topic: Creating logfile
Replies: 8
Views: 32189

Re: Creating logfile

I want to create a logfile with every menu-option or button that is clicked in my MAIN application. Anyone who has something for this? I want to add some code to the handler and to save the date, time, caption of clicked option, username, ... in a file. To prevent that this file is getting too big,...
by Auge_Ohr
Sun Jul 04, 2010 4:37 pm
Forum: eXpress++ Support
Topic: Resident program
Replies: 4
Views: 10384

Re: Resident program

MIGUELON wrote:Hi all, I need to create a program Xbase++ that is resident in the windows bar on the right.
sorry no "pure" Xbase++ Solution known, but if you buy Codejock activeX Controls you will get TrayIcon() to make this.
by Auge_Ohr
Fri Jun 25, 2010 9:24 am
Forum: Xbase++ Support
Topic: Detecting disksize
Replies: 9
Views: 25491

Re: Detecting disksize

hm@mpsg.net wrote:Does anyone know how to call the kernel32.dll function GetDiskFreeSpaceW
and how to get a value from this function?
any Reason why not using Xbase++ DiskSpace() ?
by Auge_Ohr
Fri Jun 25, 2010 9:19 am
Forum: Xbase++ Support
Topic: Importing data
Replies: 6
Views: 13768

Re: Importing data

I always convert them manually, I add the fieldnames in the first row, and I export to DBF. I was wondering if someone had a tool to do this? DC_Excel2WorkArea() ... For a sample, look in \exp19\samples\excel. i do find DC_Array2Excel() but not DC_Excel2WorkArea() ? anyway, both are using Excel as ...
by Auge_Ohr
Sat Jun 05, 2010 1:51 pm
Forum: eXpress++ Support
Topic: Chinese and eXpress++
Replies: 7
Views: 14644

Re: Chinese and eXpress++

skiman wrote:Next step is to save it in my database. Last I need to create HTML pages with the Chinese text to upload it on a webshop.
i do this with List & Label Export.
depend of Browser you can get different Result.
IE
Internet Explorer
Internet Explorer
IE.JPG (18.04 KiB) Viewed 14595 times
Firefox
Firefox
Firefox
FireFox.JPG (11.2 KiB) Viewed 14595 times
Opera
Opera
Opera
Opera.JPG (19.56 KiB) Viewed 14595 times
by Auge_Ohr
Fri Jun 04, 2010 5:35 pm
Forum: eXpress++ Support
Topic: Chinese and eXpress++
Replies: 7
Views: 14644

Re: Chinese and eXpress++

skiman wrote:... but as soon as I hit a space or I ENTER, the characters are replaced by '?'.
forgot to say : while DBCS are 2byte you shoud hit Space Key twice before ENTER, else it happen that you "lost" last chinese Sign
by Auge_Ohr
Fri Jun 04, 2010 5:28 pm
Forum: eXpress++ Support
Topic: Chinese and eXpress++
Replies: 7
Views: 14644

Re: Chinese and eXpress++

With a dcsay ... GET I can ENTER chinese characters in the field, but as soon as I hit a space or I ENTER, the characters are replaced by '?'. s0 := space(50) @ 1,5 dcsay "test : " get s0 sayright saysize 10 getsize 50 getfont '10.Arial Unicode MS' dcread gui fit addbuttons If you are wondering how...
by Auge_Ohr
Fri Jun 04, 2010 5:02 pm
Forum: XCodeJock Support
Topic: CJPushButton Image
Replies: 14
Views: 42779

Re: CJPushButton Image

hi, what Type is your Image, BMP or ICO ? i did not have that Problem with HX_Class as you can see Attachment CJ_PushButton.jpg i did have a look into old XCodejock Code and saw STATIC FUNCTION _ButtonBlock( i, aDir, nOffset ) RETURN {|o,b|o:caption := 'Appearance ' + Alltrim(Str(i)), ; o:appearance...