Search found 31 matches: likewise

Return to advanced search

Re: ADS : DbSetFilter VS SQL Statement?

... operation. For example, a trigger can be used to generate a unique customer ID each time a new record is being inserted into the customer table. Likewise, a trigger can be used to write to a log table each time a change is made to a customer record. This type of operation is usually called an ...
by reinaldocrespo
Wed May 30, 2012 1:26 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: ADS : DbSetFilter VS SQL Statement?
Replies: 6
Views: 3053

Re: Client Server options

... record is appended to the employee table and the new record’s lastname field is set to ‘Smith’, that new record will be inserted into the cursor. Likewise, an update will remove a record from the cursor if the lastname field is changed. Advantage static cursors cannot be updated, nor are updates ...
by reinaldocrespo
Mon May 28, 2012 10:08 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Client Server options
Replies: 78
Views: 25771

Adding and Deleting tabs on Dlg at runtime

Hi everyone; I wish to add tabs to a FW folder control at runtime. Likewise, I'd like to add an x btnbmp at the right of the tab to allow closing the tab page. The tab control is on a dialog control. In short, it would look like browser tabs that you can ...
by reinaldocrespo
Tue Feb 21, 2012 4:15 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Adding and Deleting tabs on Dlg at runtime
Replies: 1
Views: 422

... = ... ERRORS If you specify a TO and the parameter is blank and you are using the FROM USER clause, the message compose box will not appear. Likewise if the filename is invalid or not found. It is best to use an error trap: DEFINE MAIL... ACTIVATE MAIL... IF oMail:nRetCode!=0 ...
by James Bott
Fri Dec 05, 2008 7:42 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Strange error while quitting application
Replies: 22
Views: 3486

... to normalize and validate the string, then call the SetDate() method of the DTPicker control to update it with the CtoD() of the text control. Likewise, if the user clicks on the DTPicker down-arrow and selects a date, I will have a code block set for the "On Change" clause of the DTPicker ...
by PatrickWeisser
Fri Oct 17, 2008 5:34 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: DTPicker without forced date formatting
Replies: 4
Views: 1167

... Everything is working fine. Excellent, congratulations! :-) Thanks for your understanding and work to do the change. > Is ToleAuto() working likewise for OLE and Outlook ? Yes, of course. Look for CreateObject() in these forums. There are many examples.
by Antonio Linares
Wed Oct 01, 2008 5:40 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: To Antonio : OLE-problem
Replies: 6
Views: 1434

Antonio,

I did the conversion today to ToleAuto().

Everything is working fine.

Is ToleAuto() working likewise for OLE and Outlook ?

Thanks a lot for your help.
by driessen
Wed Oct 01, 2008 3:04 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: To Antonio : OLE-problem
Replies: 6
Views: 1434

... 1 ) The above code is not inserting the Fn.Year string as the first MsgItem. Instead of that it is appearing as the last item in the MsgBar. Likewise I need to add a MsgItem UserName next to the Msg Item "Fn. Year 2008-2009". I don't know where I have went wrong. Screen Snapshot http://img159.imageshack.us/img159/3151/msgbarci1.jpg ...
by anserkk
Tue Sep 02, 2008 9:07 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: MsgBar Time in AM/PM Format
Replies: 13
Views: 3271

... If you specify a TO and the parameter is blank and you are using the FROM USER clause, the message compose box will not appear. Likewise if the filename is invalid or not found. It is best to use an error trap: DEFINE MAIL... ACTIVATE MAIL... IF oMail:nRetCode!=0 ...
by James Bott
Mon May 19, 2008 1:26 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: problems with email
Replies: 20
Views: 3661

We can not say oWnd:oBottom := oTabs, if we have a message bar, because already oWnd:oBottom is omsgbar. Likewise we can not say oWnd:oTop := oTabs if we have a buttonbar because ownd:oTop is already TBar object. To have all of them what I do is this: Define buttonbar and message ...
by nageswaragunupudi
Mon Feb 11, 2008 12:12 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: New TABS
Replies: 23
Views: 3861

Friends

I would be happy to share my experiences in working with Oracle. Likewise I like to be benefited by others experiences as well. My involvement with Oracle is not limited to just using ADO, but includes PL/SQL, making Oracle packages and interfacing them with ADO.
by nageswaragunupudi
Tue Jan 01, 2008 4:42 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Question about SQL
Replies: 52
Views: 11202

... any given title could also occur within another apps title so searching for the title anywere in the window title of all windows could likewise fail to work properly. That is why using the module file name would be a better solution (provided the needed function was working). Jamess
by James Bott
Sat Nov 24, 2007 6:05 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Set Multiple
Replies: 25
Views: 5819

.net

... then hardware caught up to the need for more speed. It got faster, multithreaded, more and more RAM, Cache, huge HDs that are measured in TB... Likewise, the day will come when VERY wide broadband will be taken for granted and .net will be "forced" upon us. That day will be here before we might ...
by reinaldocrespo
Mon Oct 01, 2007 1:21 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: .net
Replies: 7
Views: 2086

Here is some more information. Remember that when you select 8pt using chooseFont() it returns -11 as the height. Likewise when I select 72 points, nHeight is -96. Curiously these ratios are not the same: 8/11 = .73 72/96 = .75 I suppose the difference could be due to rounding errors. ...
by James Bott
Tue Mar 06, 2007 1:12 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Fonts Explanation
Replies: 23
Views: 7908

... area. ERRORS If you specify a TO and the parameter is blank and you are using the FROM USER clause, the message compose box will not appear. Likewise if the filename is invalid or not found. It is best to use an error trap: DEFINE MAIL... ACTIVATE MAIL... IF oMail:nRetCode!=0 MsgAlert("The ...
by James Bott
Thu Aug 10, 2006 5:17 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: To send email with image
Replies: 6
Views: 1991
PreviousNext

Return to advanced search