Search found 13 matches: reject

Return to advanced search

Re: FWH 2310 Active X problem ?

Antonio,

Same issue. I just emailed you the full source file for the class and the error code that was generated with the newly downloaded file.

I hope your server doesn't reject the attachment. It is small, and I changed .zip to .mls

Tim
by TimStone
Fri Nov 03, 2023 8:55 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: FWH 2310 Active X problem ?
Replies: 13
Views: 487

Re: XBROWSE ERROR

... is incremental Seek/Filter. That means, as and when the user presses a key, the seek/filter is performed. Many users like this feature, But if you reject this feature and use a Get and ask the user to enter a seek expression first, then do you use this feature. To experience the behavior of "incremental" ...
by nageswaragunupudi
Tue Aug 08, 2023 8:13 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: XBROWSE ERROR
Replies: 5
Views: 369

Re: Bad Email Dreams ...

... with the clients that fail? One thing we have noticed is that if a mail comes from a dynamic ip address (ISP assigned), then a lot of servers will reject it because chances are good it might be spam. In that case people usually need to send via their ISP mail server and authenticate. Alex
by AlexSchaft
Wed May 16, 2012 5:31 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Bad Email Dreams ...
Replies: 53
Views: 19091

Re: Help to access Web Service

Hi James,

Thanks for your hint. I'm playing with WinInet for some days, but instead InternetReadFile(), I think that I need InternetWriteFile(), but it is not so easy to use, please see at msdn and another problem, I need use SOAP protocol, or ws will reject my request...

Regards,

Toninho.
by toninhofwi
Tue Sep 29, 2009 4:30 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Help to access Web Service
Replies: 11
Views: 3702

TGet:bChange is broken

Antonio, Some versions ago TGet:bChange was designed to reject the last key if bChange returned false. I know there were some complaints because developers were expecting the last key to be in the buffer when bChange was eval'd, so it appears you changed ...
by James Bott
Mon Oct 08, 2007 3:22 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: TGet:bChange is broken
Replies: 0
Views: 421

Here is a more sophisticated example. It will only accept keystrokes that find a new match in the browse, otherwise it rejects the keystroke. There is a sound for each valid keystroke and no sound for invalid keystrokes. James ----------------------- Notes: If you return a logical ...
by James Bott
Mon Oct 08, 2007 12:36 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Incremental search routine using Tsbrowse needed
Replies: 7
Views: 1172

... is called like this in TGet. Eval( ::bPostKey, Self, ::oGet:Buffer ) bChange is for use when you want to test the keystroke and either accept or reject it. If you return .t. from the codeblock the lastkey is accepted into the buffer, if you return .f. then the lastkey is not accepted. bPostKey ...
by James Bott
Fri May 18, 2007 10:40 pm
 
Forum: FiveWin for CA-Clipper
Topic: on change for get
Replies: 6
Views: 2506

... contain the last character typed, and I have made a recommendation to Antonio to switch bChange back to its original processing as it is needed to reject invalid characters. Thus if you modify your code to work with bChange now, it will be broken again when Antonio changes the code back to its ...
by James Bott
Wed Apr 04, 2007 4:07 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Problems with DBSeek()
Replies: 3
Views: 1428

... key pressed wasn't considered. I think Antonio fixed it months ago... Well, that explains it, but there is a problem. Before the "fix," you could reject any keystroke by returning .f. from the bChange codeblock. This was really useful as you could have complete control over what was entered. The ...
by James Bott
Mon Mar 19, 2007 6:14 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: TGet and bChange
Replies: 8
Views: 1838

TGet and bChange

... the location of the eval of bChange in the TGet:keyChar() method was changed from a previous version (Feb 2006). It was moved below the code that rejects new keystrokes. Now if your bChange function returns .f. the keystroke still gets accepted--before it got rejected. You can test this with the ...
by James Bott
Fri Mar 16, 2007 4:32 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: TGet and bChange
Replies: 8
Views: 1838

AT COMMAND FOR GSM MODEM

... service for MO SMS messages) AT+CGSMS=? ERROR # +CAJOIN=? (Accept an incoming Voice Group or Voice Broadcast Call) AT+CAJOIN=? ERROR # +CAREJ=? (Reject an incoming Voice Group or Voice Broadcast Call) AT+CAREJ=? ERROR # +CAHLD=? (Leave an ongoing Voice Group or Voice Broadcast Call) AT+CAHLD=? ...
by areang
Tue Feb 27, 2007 10:39 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: AT COMMAND FOR GSM MODEM
Replies: 2
Views: 1576

AT COMMAND FOR GSM MODEM

... service for MO SMS messages) AT+CGSMS=? ERROR # +CAJOIN=? (Accept an incoming Voice Group or Voice Broadcast Call) AT+CAJOIN=? ERROR # +CAREJ=? (Reject an incoming Voice Group or Voice Broadcast Call) AT+CAREJ=? ERROR # +CAHLD=? (Leave an ongoing Voice Group or Voice Broadcast Call) AT+CAHLD=? ...
by areang
Tue Feb 27, 2007 10:36 pm
 
Forum: FiveWin for CA-Clipper
Topic: AT COMMAND FOR GSM MODEM
Replies: 1
Views: 3094

AT COMMAND FOR GSM MODEM

... service for MO SMS messages) AT+CGSMS=? ERROR # +CAJOIN=? (Accept an incoming Voice Group or Voice Broadcast Call) AT+CAJOIN=? ERROR # +CAREJ=? (Reject an incoming Voice Group or Voice Broadcast Call) AT+CAREJ=? ERROR # +CAHLD=? (Leave an ongoing Voice Group or Voice Broadcast Call) AT+CAHLD=? ...
by areang
Tue Feb 27, 2007 10:35 pm
 
Forum: FiveWin for CA-Clipper
Topic: AT COMMAND FOR GSM MODEM
Replies: 0
Views: 2018

Return to advanced search