... .. we asked him to reset his routers and he call back and complained the wi-fi on his new computer ,again did not work. As nicely as I could .. we demonstrated the new computer to him before he bought it and demonstrated how to connect to a wireless and that the unit works great in our shop. The ...
In the previous post we demonstrated how to switch different rowsets (including different configuration of columns) dynamically at runtime. It is also possible to switch the same rowset to a totally different query (different table too). ...
... Very Good Example. After noticing the issue with Close() method, we undertook review of all other important methods and we too noticed the issue demonstrated by you in your example. Imagine the dangers of oStates:FieldPut( 1, "xy" ) which corrupts customer.dbf and programmer does not ...
... linker is forced to link a module if a symbol of that module is referenced in the program. In my sample, no FWH symbols are referenced. This is demonstrated by the fact that the linker doesn't complain if I remove the FWH libs from the list. So we have to find the reason why 2.4 MB of FWH modules ...
... how it works during execution, if you install this version of the server. Check constraints can be for a column or for a table. In this sample, we demonstrated only column level constraints but not table level constraints. Table level constraints can compare values of two or more columns like CHECK( ...
... only to change the duplicate field and try to save it again? This can also be provided. We shall revise the sample soon. The main point that is demonstrated is that even if the front end does not do validation, the validation at the server level does not permit entry of invalid data. This is ...
... not use the values in the Gets. The programmer can decide to use the value for search or filter or for some other purpose he may decide. What is demonstrated in the xbgetbar.prg is how a programmer can use the values entered by the user to filter the data. And this program surely does work what ...
... oCn//----------------------------------------------------------------------------// As the functionality of this sample can not be demonstrated with screen-shot, a video is provided. Video Link http://autode.sk/2er5ghp
... with utf8. We need never question whether FWH is compabitle or not. The question is what interface is compatible and with what limitations. We demonstrated here that the option of ADO+Harbour is the best choice. We also discussed how to make other alternatives work perfectly as long as the ...
Hello Mr.Nageswara Rao The Strength of XBrowse is demonstrated in this example. May I request to you please provide a Printout feature of this Invoice Sample? . A fully featured Invoicing software can be developed just using xBrowse itself. In this ...
This is an example of moving a row from one position to another position by drag and drop. This is demonstrated with an array #include "fivewin.ch"function main() local oDlg, oBrw, oFont, oCur, aData[ 12 ] AEval( aData, { |u,i| aData[ ...
This is an example of moving a row from one position to another position by drag and drop. This is demonstrated with an array #include "fivewin.ch"function main() local oDlg, oBrw, oFont, oCur, aData[ 12 ] AEval( aData, ...
... How the technologies work together. I think that in the long term I can then solve prolems better. What are you looking for? See above, I have demonstrated a adordd test application(Topic: Test ado rdd app: http://forums.fivetechsupport.com/viewtopic.php?f=3&t=30963) to my colleages, now ...
... Surface Pro 3, Dell Tower ( with the dual monitors ), and a Samsung All In One. All are networked ( very easily ) together, are fast, and have demonstrated no operational problems. What have you found that is new and helpful ?
I demonstrated how to sum groups and nested groups using GROUP BY ... and WITH ROLLUP. There should be no problem for any one to extend this logic to any levels. In your case, first digit indicates the major group, second digit ...