Search found 19 matches: stripped

Return to advanced search

Re: Does anyone have a json reader

Maybe you can see stuff insite the working function ? Stripped the retrive API calls function WebApi_Inlezen()  local aVelden:={}, lAllexport := .F., lRemove := .f., nOfferte  local aVeldenTarget:={}, cOff, nTel:=0, nTeldone:=0  ...
by Marc Venken
Wed Nov 09, 2022 11:37 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Does anyone have a json reader
Replies: 7
Views: 713

FWForum Post and code grabber

... sample function code. Once into a Variable, I can save to dbf and start using it. I looked into it and there is a lot of html code that need to be stripped. These guys will probably have done it in there programs ....
by Marc Venken
Thu Sep 29, 2022 8:25 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: FWForum Post and code grabber
Replies: 14
Views: 803

Re: New FWH 16.12

... example I could specify "File" + CRLF + "Name", which would then display wrapped: File Name With this build the CRLF is being stripped out of the header and is instead displaying as: FileName With no spaces, no wrap. Robb
by rhlawek
Thu Dec 22, 2016 10:38 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: New FWH 16.12
Replies: 7
Views: 1482

Re: Prevent user pasting CR LF

... by adding a CLASSVAR to trigger stripping the CR and LF characters. A CLASSVAR is like a static, so if you default it to .t. then all GETs will be stripped. If you need a GET to not be stripped, then you just reset the CLASSVAR before entering the GET and reset it again when leaving the GET. There ...
by Armando
Sat Oct 10, 2015 5:09 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Prevent user pasting CR LF
Replies: 10
Views: 2229

Re: Prevent user pasting CR LF

... by adding a CLASSVAR to trigger stripping the CR and LF characters. A CLASSVAR is like a static, so if you default it to .t. then all GETs will be stripped. If you need a GET to not be stripped, then you just reset the CLASSVAR before entering the GET and reset it again when leaving the GET. There ...
by James Bott
Sat Oct 10, 2015 4:46 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Prevent user pasting CR LF
Replies: 10
Views: 2229

Re: En tiempo de compilacion...

... and some control codes with special meaning. '\n' is line terminator '\t' when not inside quoted string is converted to 4 spaces '\r' is always stripped, also from quoted strings '\0' stop line processing, like '\n' but the rest of line is ignored ^z (Chr(26)) works _exactly_ like '\n' All other ...
by Antonio Linares
Tue Aug 26, 2014 7:44 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: En tiempo de compilacion...
Replies: 3
Views: 1559

Re: FiveDBU with ADO support

... ADO ( ms jet ). I did try a different .mdb ( much simpler ) and it did open with FiveDbu. The database I sent you has had relations and queries stripped from it and I did compact and repaired it before I sent it to you. I can tell you that I do not have any problems opening recordsets or connections ...
by Rick Lipkin
Sat May 04, 2013 7:06 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: FiveDBU with ADO support
Replies: 51
Views: 9000

Re: demo browse

It's loading now. I stripped out all but the most essential code. The problem was somewhere in the main PRG. Now I'll start rebuilding it one thin layer at a time.
by DonDrew
Sun Apr 21, 2013 10:30 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: demo browse
Replies: 7
Views: 1512

Re: FWH / xHB and ActiveX

... all those years ago (I've only just managed to put it into words). And when a friend of mine, some time ago, offered to take on the rewrite of my 'stripped down' fleet management system (noted in a previous post on this thread and is still on offer to anyone that’s interested in taking on the project ...
by dpaterso
Sun Sep 25, 2011 6:33 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: FWH / xHB and ActiveX
Replies: 12
Views: 4208

Re: FWH / xHB and ActiveX

... as I don’t have to code it or write the help screens and manuals)!!! LOL!!! It’s was supposed to be a very basic Fleet Management System and a ‘stripped down and simpler rewrite’ of a much larger and (what was) a well known but very ‘untidy’ and ‘overcomplicated’ Fleet Management System that ...
by dpaterso
Thu Sep 22, 2011 9:30 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: FWH / xHB and ActiveX
Replies: 12
Views: 4208

Button Bar

... DEFINE BUTTONBAR oBar1 3DLOOK SIZE 45, 45 OF oWnd 2007 oBar1:nMode := 4 I am now using 9.11 version and the both buttonbars are at the top. I have stripped down the code and removed other controls but still no luck. #include "fivewin.ch"#include "cms.ch"#include "xbrowse.ch"function ...
by Colin Haig
Tue Aug 31, 2010 2:14 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Button Bar
Replies: 1
Views: 395

Re: Pritpal, HBIDE developer, assists us to use it with FWH

Hi Antonio Here is the stripped down list, for clarity purpose the irrelevant entries are removed. ---------------------------------------------------------------------------------------------------- ---------------------------------------------------------------------------------------------------- ...
by Pritpal Bedi
Mon Jun 07, 2010 11:03 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Pritpal, HBIDE developer, assists us to use it with FWH
Replies: 293
Views: 99079

Send the file. Let me know what might be missing. I received a message it didn't like pkzip.exe stripped it out . Don't understand. Never sent pkzip.exe. So let me know what eles you need.

Thanks for your assistance.
by hag
Wed Jul 16, 2008 8:31 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: work area not in use > dbskip
Replies: 13
Views: 2224

... open '+getcFile+CRLF+::FError(nError)) ELSE MEMORY(-1) // Maybe not necessary now IF FREADln(nBinary, @cBuffer, 32768, CHR(0)) // CR & LF is stripped out and LF placed in the correct position // STRTRAN( <cString>, <cLocString>, <cRepString>, <nPos>, <nOccurences> ...
by Jonathan Hodder
Mon May 26, 2008 10:50 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: About end of file (txt)
Replies: 3
Views: 782

... ago I read a study that showed that professional programmers could debug other people's code more rapidly if given code with all the comments stripped out!. The authors surmised that the human brain is limited as to the size of the structure it can understand and lots of comments make it too ...
by xProgrammer
Mon Apr 14, 2008 8:59 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: A Question Abot DIALOGs
Replies: 45
Views: 12772
Next

Return to advanced search