Search found 223 matches: generally

Return to advanced search

James, generally the get field isn't filled by code, but by the user. And there are fields in our database, that are exactly 15 characters, so the get-field also should contain exactly 15 characters, otherwise the customer might ...
by gkuhnert
Thu Nov 27, 2008 10:31 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Not all characters of a get field are visible
Replies: 12
Views: 2293

Trapping SMTP e-mail error

To All I am trying to trap an SMTP ( tsntp class ) error when I have a message that failed to send... generally because of a bad email address .. Here is my code .. where do I need to place my try, catch, end try ?? it does not work where you see it now ?? Rick Lipkin lFAIL ...
by Rick Lipkin
Wed Oct 01, 2008 8:59 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Trapping SMTP e-mail error
Replies: 43
Views: 7790

... name (eg had to change -lcommon to -lhbcommon), others had other changes as well ( eg -lcodepage to -lhbcpage ), the libraries that started dbf generally changed to rdd ( eg -ldbfntx to -lrddntx). Additionally I had to add a library ( -lgttrm). My modified build.sh (I called it buildh.sh in ...
by xProgrammer
Thu Sep 04, 2008 3:31 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: FiveWin Wiki
Replies: 44
Views: 10612

It can be done without changing xbrowse library code. And I personally prefer writing the code without touching library code generally. This is all what is needed ( I am using softseek ) oBrw:bSeek := { |cSeek| CUST->( DbSeek( Val( cSeek ), .t. ...
by nageswaragunupudi
Sat Aug 30, 2008 2:21 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Autoincremental search of Numeric field in xBrowse
Replies: 6
Views: 1067

Browsing generally

Browsing - generaly -------------------------------------------------------------------------------- I have build some array and I wanted to display inside a window browse using TCColumn to add the individual column. ADD COLUMN TO oBrow ARRAY ELEM 1 ADD COLUMN TO oBrow ARRAY ELEM 2 ADD COLUMN TO oBr...
by Antonio Linares
Wed Aug 27, 2008 7:35 am
 
Forum: Utilities / Utilidades
Topic: Boris Pekic - NG's archive
Replies: 27
Views: 93916

32 bit stuff

... it's LPSTR, PTR or otherwise, you need to proceeed the parameter with @. Also, try using LPSTR for the structure that Windows is returning. Generally, you are only using PTR when numers are returned. In this case, Windows is essentially returning the cBuffer of the structure to you. And ...
by Antonio Linares
Wed Aug 27, 2008 7:25 am
 
Forum: Utilities / Utilidades
Topic: Boris Pekic - NG's archive
Replies: 27
Views: 93916

SHELLEXECUTE

... to in this case as a verb, that specifies the action to be performed. The set of available verbs depends on the particular file or folder. Generally, the actions available from an object's shortcut menu are available verbs. The following verbs are commonly used: edit Launches an editor ...
by ukoenig
Sun Aug 24, 2008 5:20 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: close application
Replies: 1
Views: 550

Enrico, Generally is the user that closes the dialog. Ah, I guess you mean using the close button on the title bar. I remove those, so the user has to use the buttons on the dialog and the OK or Close button has to call oDlg:end(). ...
by James Bott
Fri Aug 01, 2008 7:07 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Which objects must be released explicitly
Replies: 27
Views: 4393

Controls like gets and comboboxes, no, but I always end dialogs. How else do you close them? Generally is the user that closes the dialog. I was just saying that if you are not sure if you need to call End() then it is better to just do it and then you don't have to worry ...
by Enrico Maria Giordano
Fri Aug 01, 2008 6:58 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Which objects must be released explicitly
Replies: 27
Views: 4393

Re: Which objects must be released explicitly

Generally speaking, any resources that you explicitly create you have to explicitly release.

EMG
by Enrico Maria Giordano
Fri Aug 01, 2008 9:09 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Which objects must be released explicitly
Replies: 27
Views: 4393

Re: Advice to a newby.

... forms. I could not make decision which one should i use? WINDOW or DIALOG. The same sample with one get and one button results different views. Generally speaking, DIALOGs are for non-resizeable data entry forms and WINDOWs are for main window and for resizeable single or multiple document view. ...
by Enrico Maria Giordano
Tue Jul 29, 2008 11:32 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Advice to a newby.
Replies: 2
Views: 628

... pay me a royalty for each copy it will sell, often the distributor (if it is a big distributor) require the deposit of sources on a thirth part (generally a public notary) in order to access this sources if a particular event will manifest (for example a bankroupt of my company that could be ...
by Marco Turco
Thu Jul 03, 2008 5:42 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Is a compiled FIVEWIN/(x)HARBOUR program a C program?
Replies: 32
Views: 5723

To All As a former 5.82 BCC user .. I have ( generally ) found it to be compatable with any ( legacy ) lib's compiled with 5.5 .. However, is it better, faster, safer ... not that I can tell. To extract just the compiler, \lib,\include, \bin folders ...
by Rick Lipkin
Thu Jun 26, 2008 1:42 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: BCC 5.8.3
Replies: 16
Views: 4655

SQL

... currently in my applications. However I use quite a few applications that do use SQL. Here are some things I've observed, and a few questions. 1) Generally the load times when starting these programs is much slower, and it would be appear to be related to functions accessing the table. 2) If an ...
by TimStone
Wed Jun 25, 2008 8:20 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Should us to STOP using DBF?
Replies: 38
Views: 10817

... employee in accounts department needs to see the real name and account details. Also, particularly for larger organisations, where jobs are generally more specialised, you may want to have initial screens based on user login. Plus you will probably want to introduce the concept of user roles ...
by xProgrammer
Mon Jun 16, 2008 9:02 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: How to make it impos. in MDI, to open a appl.-part twice ?
Replies: 14
Views: 3468
PreviousNext

Return to advanced search