Search found 25 matches: portions

Return to advanced search

Re: FWForum Post and code grabber

Dear Marc, With this code you retrieve the complete post. Then searching for "select all" we could try to identify the portions of code. Not sure if this may be of help for your project: #include "FiveWin.ch"function Main()   local cPost := "f=6&t=42239&sid=4290062a3f768e4ee2ba52d66b669097#p253728"  ...
by Antonio Linares
Thu Sep 29, 2022 9:59 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: FWForum Post and code grabber
Replies: 14
Views: 791

Re: Enviar por POST a webservice

... and we do appreciate your great feedback. That javascript code that I grabbed somewhere (I don't remember where) and modified a little, corrupts portions of what is sent. No idea why :-( I guess that we need to look for other routines that work as expected best regards
by Antonio Linares
Sat Jul 23, 2022 9:26 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Enviar por POST a webservice
Replies: 19
Views: 1545

Re: BOA for harbour ?

Antonio,

How will HbWeb differ from the hbhttpd already in the harbour contrib folder? (I already use this extensively, though I rewrote portions of it for my own purpose.)

Robb
by rhlawek
Thu Apr 28, 2022 8:23 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: BOA for harbour ?
Replies: 9
Views: 634

Re: xBrowse as record adding tool for data tables

... gathered new data to be inserted using a dialog. I was hoping for this particular small transactions tables where I store changes on section 8 portions assigned to the tenant, to use the very same xbrowse row edit capabilities. But that would require showing an empty line on xbrowse where that ...
by reinaldocrespo
Tue Oct 24, 2017 9:35 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: xBrowse as record adding tool for data tables
Replies: 16
Views: 2982

Re: change a font on line

Silvio,

Please provide complete self contained PRGs as examples, not just portions of the code

so we can quickly copy and build them

thanks
by Antonio Linares
Thu Feb 09, 2017 10:59 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: change a font on line
Replies: 3
Views: 905

Re: Looking for cliparse.zip / Buscando cliparse.zip

... Virtual Machine (CVM), is included in the program as a Run Time Library, called Five.lib. Thus, all your Clipper executable programs will include portions of Five.lib inside them. The CVM uses the same technical principles as the Java Virtual machine. We recommend the reading of Java Virtual Machine ...
by Antonio Linares
Mon Oct 24, 2016 7:50 am
 
Forum: Off Topic / Otros temas
Topic: Looking for cliparse.zip / Buscando cliparse.zip
Replies: 6
Views: 2278

forums scheduled maintenance

... will be back online, viewable, and all interactive features will be fully functional at the beginning of phase two. During phase two, certain portions of the Bluehost website including the login function, cPanel tools, and webmail will be unavailable. Email generated will not be lost, though ...
by Antonio Linares
Mon Dec 07, 2015 11:00 am
 
Forum: Off Topic / Otros temas
Topic: forums scheduled maintenance
Replies: 0
Views: 323

Re: FiveWeb

Randal, FiveWeb and clipweb basically do the same. They translate portions of your PRGs to HTML. That simple. If you install FiveWeb as I have explained on this thread and run tutor01.exe and then inspect the HMTL source file that you get on your web browser, ...
by Randal
Thu Jan 22, 2015 9:13 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: FiveWeb
Replies: 71
Views: 16347

Re: FiveWeb

Randal, FiveWeb and clipweb basically do the same. They translate portions of your PRGs to HTML. That simple. If you install FiveWeb as I have explained on this thread and run tutor01.exe and then inspect the HMTL source file that you get on your web browser, ...
by Antonio Linares
Wed Jan 21, 2015 4:26 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: FiveWeb
Replies: 71
Views: 16347

Re: FiveWeb ERP demo

... the power of FiveWeb :-) thanks for your demo. I guess that many users may be interested in reviewing your source code. If you could share some portions of it, many of us will appreciate it :-) George, Yes, you can use MS SQL, in fact you can use whatever you want as FiveWeb is just Harbour ...
by compaqt
Mon Oct 13, 2014 10:21 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: FiveWeb ERP demo
Replies: 13
Views: 4791

Re: FiveWeb ERP demo

... the power of FiveWeb :-) thanks for your demo. I guess that many users may be interested in reviewing your source code. If you could share some portions of it, many of us will appreciate it :-) George, Yes, you can use MS SQL, in fact you can use whatever you want as FiveWeb is just Harbour ...
by Antonio Linares
Mon Oct 13, 2014 10:16 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: FiveWeb ERP demo
Replies: 13
Views: 4791

Re: FW Error Log with 1408

... it has something to do with the current program I am working with .. it is a HUGE program which uses ADO and MS Access. I have taken small portions of the program and introduced errors and I get the FW Error generator :( I sent you a personal email for your help. Many Thanks Rick Lipkin
by Rick Lipkin
Mon Oct 13, 2014 2:37 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: FW Error Log with 1408 ( solved )
Replies: 8
Views: 2055

Re: /B Harbour Compiler option generated a unresolved external

... a bunch of errors. I think it's just the switches and settings but I can't find anymore from BuildH.bat that I can copy to my .MAK file. Below are portions of my MAK file and runtime errors: I hope there is something we can tweak. Thank you. Jose Portion of Runtime errors: Unrecoverable error 9003: ...
by xhbcoder
Fri Dec 07, 2012 5:33 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: /B Harbour Compiler option generated a unresolved external
Replies: 6
Views: 1232

Re: RED Local con ADS

... bit represents a single record. The bit for each record that passes the filter condition is turned on. In general, AOFs are created by matching portions of the filter or WHERE clause expression with index key expressions. For example, if the field "lastname" is indexed, Advantage can ...
by MarioG
Fri Mar 12, 2010 1:03 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: RED Local con ADS
Replies: 10
Views: 3753

Re: Choosing SQL database ...

... job. As it turns out, all my customers work their db in a local lan with their own server (as I'm sure most of you). They only want to share small portions of the data (such as pathology reports and other lab results) over the web. So for that, I write a php app that queries the very same ADS server ...
by reinaldocrespo
Wed Oct 28, 2009 2:16 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Choosing SQL database ...
Replies: 118
Views: 30198
Next

Return to advanced search