Search found 521 matches: short

Return to advanced search

... has, but I find a little complicated to do a subclass that allows that the ADO's Recordset should behave as an database object, probably for my short of experience in the matter, nevertheless I am sure that your comment is the best way of working since the code will be the same one without matter ...
by wpacheco
Tue Aug 08, 2006 4:25 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Dual system
Replies: 15
Views: 5633

Thanks for your response Really I had not thought of doing subclasses, because my short experience with it, but I think that it is the best solution. On the other hand as Badara says, I like to have the code in an single prg to be able to do changes in sets, I think ...
by wpacheco
Tue Aug 08, 2006 11:50 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Dual system
Replies: 15
Views: 5633

Vilian, Windows Mobile 2003 works fine with 64 MB. With 128 MB Windows Mobile 2005 works better, 64 MB its a little short for it. Applications work fine with 64 MB (we have not tested them with less memory). In fact Windows Mobile just gives you 57.09 MB and the memory for running ...
by Antonio Linares
Mon Aug 07, 2006 8:54 pm
 
Forum: FiveWin for Pocket PC
Topic: prerequisite of memory it Pocket PC
Replies: 2
Views: 915

How can I

... data in .dbf. That I am not success. Some other points skip from your sight in my last post. Please look on that part also. Can you give me a short Exam? Thank Arindam
by Arindam
Thu Aug 03, 2006 6:56 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: How Can I
Replies: 3
Views: 927

How to use Free TWAIN_32.dll

... TW_STR128[130], FAR *pTW_STR128; typedef char TW_STR255[256], FAR *pTW_STR255; /* Numeric types. */ typedef char TW_INT8, FAR *pTW_INT8; typedef short TW_INT16, FAR *pTW_INT16; typedef long TW_INT32, FAR *pTW_INT32; typedef unsigned char TW_UINT8, FAR *pTW_UINT8; typedef unsigned short TW_UINT16, ...
by areang
Thu Aug 03, 2006 9:21 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: How to use Free TWAIN_32.dll
Replies: 0
Views: 1732

Gale FORd wrote:I use Ole or pop3 for automatic sending.


Gale, can you post a short OLE sample?

Thanks!
Maurilio
by Maurilio Viana
Thu Jun 29, 2006 11:20 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: OLE & Outlook (How to translate this Delphi code)
Replies: 11
Views: 3819

... client/server setting just app files +libmysql.dll. If for simple use ,package the mysql main files/mysql folder with app, after install, create a short cut run mysql datatbase server bat file contians "mysqld-nt.exe --standalone ",a bat file contians " mysqladmin -u root shutdown " Shuming Wang
by ShumingWang
Sat Jun 03, 2006 2:22 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Should us to STOP using DBF?
Replies: 38
Views: 10712

Mr.Richard Thanks for your reply. I needed this functionality to create a shortcut on the desktop and an entry in the programs menu automatically without user intervention. When the user runs year end process, the programe is supposed to take e a back-up of current ...
by RAMESHBABU
Sat May 20, 2006 12:15 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: How to create a shortcut of a program on desktop with FWH
Replies: 5
Views: 1707

... path. Or, maybe this will help: Here is how to find the path to the application you are running. It handles long file/path names by returning the short ones. Trailing slash is included. cPath:= (cFilePath( GetModuleFileName( GetInstance() ) )) James
by James Bott
Thu May 18, 2006 2:55 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Ini Class Problem
Replies: 1
Views: 597

... 0x0001 // use UPDOWN instead of MONTHCAL #define DTS_SHOWNONE 0x0002 // allow a NONE selection #define DTS_SHORTDATEFORMAT 0x0000 // use the short date format (app must forward WM_WININICHANGE messages) #define DTS_LONGDATEFORMAT 0x0004 // use the long date format (app must forward WM_WININICHANGE ...
by Gale FORd
Thu May 11, 2006 2:12 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: DTPICKER with EMPTY Dates
Replies: 3
Views: 1326

... that the seventh parameter set to 512 does in fact evoke the multi file selection option. However it also causes the file names to be displayed in short name format even if the lLongNames parameter is set to true. How to fix this problem is beyond my abilities. My application can live with 8 character ...
by Vytas
Tue May 02, 2006 2:07 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Re: Multi file selection
Replies: 14
Views: 4811

... ready my demo deals with only standard 8.3 file names. To write a demo for LFN FILESEEK class I need information about how on XP to get in DOS short date format. I'd like to emulate XP DIR command but without correct date presentation it would not be very nice. Maybe somebody knows how to get ...
by Vladimir Grigoriev
Thu Mar 30, 2006 8:55 am
 
Forum: FiveWin for CA-Clipper
Topic: Off topic question
Replies: 18
Views: 5890

Converter de xharbour.org para xharbour.com

... '}'. t:\fwh27\include\ClipApi.h(463): error: Redeclaration of 'strlen' previously declared at C:\xHarbour\c_include\string.h(30): found 'unsigned short __cdecl function(char *)' expected 'unsigned int __cdecl function(const char *)'. t:\fwh27\include\ClipApi.h(464): error: Redeclaration of 'strcpy' ...
by marinho
Tue Mar 28, 2006 6:32 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Converter de xharbour.org para xharbour.com
Replies: 1
Views: 772

Good Morning All,

Just a short message to say thank you to Antonio - the new March 2006 Build of FWH contains ALL of the little 'bug fixes' and 'updates' that I was so worried about. Works perfectly!

Thanks,

Dale.
by dpaterso
Fri Mar 03, 2006 7:17 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: ALT key (pressed alone) on dialogs
Replies: 16
Views: 4934

How to go further with app

... and it behaved as if it were Modal Dialog then you would not be able to click out of it without closing it first. I did post something like this a short while ago and received and answer from Antonio but I did try the solution and this did not work for me i.e. it would have worked if I was working ...
by dpaterso
Thu Feb 23, 2006 9:50 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: How to go further with app
Replies: 16
Views: 7205
PreviousNext

Return to advanced search