Search found 16 matches: bogus

Return to advanced search

Re: "id" for PRIMARY KEY ?

... append to create programmatically to create a unique ID .. I don't have to worry about a hacker getting into my sql machine and trying to inject bogus rows because you can not append without a Primary key value .. //-------------------Static Func _GenEid()// generate a unique primary ...
by Rick Lipkin
Tue Jul 25, 2023 6:46 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: "id" for PRIMARY KEY ?
Replies: 9
Views: 479

Re: TDatabase Class

... ) msginfo( cLname1 ) Do Case Case (Empty( cLName1 ) .and. Empty( cCid1 ) .and. Empty( cSceis1) ) oRsCust:Filter := "[CustomerName] = 'bogus'" Case !empty( cLname1 ) .and. Empty( cCid1 ) .and. Empty( cSceis1 ) * oDbf->OrdSetFocus( cLname1 ) * Set Scope to ( cLname1 ) * return ...
by Rick Lipkin
Wed May 19, 2021 7:05 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: TDatabase Class
Replies: 18
Views: 2076

Re: CDO Email strange behavoir

Rick,

Glad to hear you solved the problem.

I always specify the From field like this:

cFrom:= ["James Bott" <jbott@whatever.com>]

I never tried using a bogus email address during testing--I just send test emails to myself.

Regards,
James
by James Bott
Tue Jul 23, 2013 2:35 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: CDO Email strange behavoir
Replies: 12
Views: 4002

Re: CDO Email strange behavoir ( solved )

... ) was to put a qualified e-mail address in the 'from' parameter even if it is not a real address .. as log as you have a name and domain ( name@bogus.com ) .. along with a legitimate 'to' .. CDO and gMail makes a great combination. Rick Lipkin
by Rick Lipkin
Tue Jul 23, 2013 1:24 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: CDO Email strange behavoir
Replies: 12
Views: 4002

Re: CDO Email strange behavoir

... even if it is a dummy name and domain. cFrom := "PMO Admin" // works on my machine but fails everywhere else cFrom := "PMO_Admin@bogus.com" // works all the time :shock: Apparently when I created my gMail account .. CDO must have pulled a value ( perhaps from the registry ...
by Rick Lipkin
Mon Jul 22, 2013 10:09 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: CDO Email strange behavoir
Replies: 12
Views: 4002

Re: FWH HbSix DBF/NSX/SMT File Management

... #Include "hbsix.ch" FUNCTION Main( ) LOCAL hBorland LOCAL x, aDbf[0] LOCAL DBFPass := 'bogus' * FIELD P_NO SET CENT ON SET DATE TO BRITISH SET EPOCH TO 1980 SET DELETED ON REQUEST DBFNSX,DBFSMT RDDREGISTER( "DBFNSX" , 1 ) RDDSETDEFAULT( ...
by RiazKhan
Mon Mar 05, 2012 11:00 am
 
Forum: Utilities / Utilidades
Topic: FWH HbSix DBF/NSX/SMT File Management
Replies: 6
Views: 3003

Re: Incremental Search

... .. what I was hoping to achieve here using an Access recordset was something like this: Select * from Customer oRs:Filter := "lname = 'bogus'" // gives me a eof recordset so the listbox is empty Then as the user types I was hoping to modify the filter condition cLname := "Smi" ...
by Rick Lipkin
Sat Mar 03, 2012 11:01 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Incremental Search
Replies: 8
Views: 3053

Re: resize a column to multiline in xbrowse

... Upon execution the array rows are deleted and re-populated as the program runs. I tried your code two ways .. creating a 'phantom' record with bogus information and one with blanks : *AAdd( aResults,{"www.google.com ","130794 ",;*                "We stock the ...
by Rick Lipkin
Wed May 25, 2011 5:23 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: resize a column to multiline in xbrowse
Replies: 23
Views: 7355

... 12 PROCEDURA INTEGRATA GESTIONE CONDOMINIO 2008 13 SOFTWARE XP • Leggi argomento - ERRORE SU BARRE LATERALI IN CONSUNTIVO / ANAGRAFICHE - 14 Bogus 15 Menu di scelta rapida 16 Posta in arrivo - Microsoft Outlook 17 Layered Hidden Window 18 Connessione desktop remoto 19 Mario: andare da Sormani ...
by Marco Turco
Tue Jul 29, 2008 4:45 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: xbrowse: too many recoursive handler calls error
Replies: 19
Views: 7764

Rick, >Lets say you entered the word BOGUS in the get .. and hit enter .. the valid fires and since there was no match .. the listbox gots to the top .. if the user presses ESC .. there is nothing returned because ( as you see ) .. OK only ...
by James Bott
Sat Dec 15, 2007 1:17 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: How to turn OFF the ESC key ( globally )
Replies: 10
Views: 2309

James Lets say you entered the word BOGUS in the get .. and hit enter .. the valid fires and since there was no match .. the listbox gots to the top .. if the user presses ESC .. there is nothing returned because ( as you see ) .. OK only returns ...
by Rick Lipkin
Sat Dec 15, 2007 1:09 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: How to turn OFF the ESC key ( globally )
Replies: 10
Views: 2309

... ) LOCAL oBTN1, oBTN2, oRs2,oErr, cSQL, cTITLE IF cNAME = "ALL" RETURN(.T.) ENDIF IF EMPTY( oOBJ ) oOBJ = " " ENDIF IF EMPTY( cTABLE ) cTABLE := "BOGUS" ENDIF IF cMODE = "E" DO CASE CASE cTABLE = "EMPLOYEE" IF SUBSTR(cNAME,1,2 ) = SUBSTR(oRs:Fields("GROUP1"):Value,1,2) .and.; oRs:Fields("GROUP1"):Value ...
by Rick Lipkin
Fri Dec 14, 2007 11:21 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Listbox Freeze column and goto a column ( ADO )
Replies: 8
Views: 1656

... Id='+xUSERID+';Password='+xPASSWORD ) CATCH oErr MsgInfo( "Error in Opening MTRPOOL table" ) RETURN(.F.) END TRY IF EMPTY( cNAME ) cNAME := "BOGUS" ENDIF cNAME := UPPER(ALLTRIM(cNAME)) IF .not. oRsMTP:eof oRsMTP:MoveFirst() ENDIF oRsMTP:Find( "MTRPOOL LIKE '"+cNAME+"%'" ) IF oRsMTP:eof oRsMTP:MoveFirst() ...
by Rick Lipkin
Fri Dec 14, 2007 2:21 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: How to turn OFF the ESC key ( globally )
Replies: 10
Views: 2309

... undo or cancel whatever they are doing. Not allowing this is going to force them to cheat--and this is often going to pollute the database with bogus data. James
by James Bott
Thu Dec 13, 2007 9:25 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: How to turn OFF the ESC key ( globally )
Replies: 10
Views: 2309

... right of the code shows the returned results; first using a UNC (which doesn't exist on my system) as well as a drive letter from my local system. Bogus UNC Valid local drive msginfo(cDrive) // \\compaq\C: -- C:\ msginfo(nSerialHD(cDrive)) // 4524474 -- 1479837593 ...
by Ken Wantz
Thu May 24, 2007 1:53 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: nSerialHD with UNC-Notation?
Replies: 4
Views: 1761
Next

Return to advanced search