Search found 281 matches: suppose

Return to advanced search

Re: ADO RDD xHarbour

... the table. If there are 10.000k program most probably will crash! We need also to pay some attention to MASK to avoid loading tables we dont need. Suppose that we have loaded, when we import our data on our database, our tables with paths: These will be the table names in the database. CURRENTPATH_MYTABLE ...
by AHF
Wed Apr 12, 2017 10:40 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: ADO RDD xHarbour
Replies: 1047
Views: 448566

Re: xbrowse slow

... by now that not all functions are updated in the manuals (is very time consuming, i know) I figured out that it is inside the database class. I suppose for most of you it is common practice to look into classes and find the function, annalyse it and use it that way. I'm I correct in this assumption ...
by Marc Venken
Sat Mar 18, 2017 9:52 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: xbrowse slow
Replies: 19
Views: 3566

Connecting to MySql

... myodbc-installer -d -l Shows a list from drivers , last two from list : MySQL ODBC 5.3 ANSI Driver MySQL ODBC 5.3 Unicode Driver I suppose that i have also to register the ansi driver with myodbc-installer -d -a -n "MySQL ODBC 5.3 ANSI Driver" -t "DRIVER=myodbc5a.dll;SETUP=myodbc5S.dll" ...
by Franklin Demont
Mon Mar 13, 2017 10:57 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Connecting to MySql
Replies: 4
Views: 986

Re: Plotting locations on Google Maps

... that you the API apparently only allows for 15 markers. That is strange because I see applications frequently that show far more than 15 points. I suppose I will have to work on that issue. The reason for the maps is that they are often used in marketing programs to show areas that yield the best ...
by TimStone
Fri Mar 10, 2017 5:41 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Plotting locations on Google Maps
Replies: 48
Views: 14488

Re: Fivewin & web

... Attention: This is a FiveWeb application that has to be executed from the server as a cgi-bin, i.e.: http://server_address/cgi-bin/myapp1.exe I suppose i need a "special web space" on some server to run it ! Can someone help me to have this space, just for test, and explain me the ...
by Romeo
Sun Feb 05, 2017 6:05 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Fivewin & web
Replies: 63
Views: 17242

My First Project - Tekfreakz BBS!! your thoughts, or Ideas?

... Please if you got any ideas to help grow or dev. this project Lay em' on me.. Im ready for it. Also if this suppose to go in a Different Section "im sorry" please move it to proper area if you can. I also do Custom Graphics , Icons, Backgrounds , ...
by Tekfreakz
Thu Jan 19, 2017 9:48 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: My First Project - Tekfreakz BBS!! your thoughts, or Ideas?
Replies: 0
Views: 650

Re: Seek/get with headers in Xbrowse

Thanks. the fieldlenght's are correctly filled, but afther reading some more I saw that it is up to us to create code to do more with the data. I suppose that in the future some more functionality will be integrated like : Fieldnr's use in the browse : 1,2,6,8,10,12,22 that there will be a parameter ...
by Marc Venken
Mon Dec 12, 2016 11:40 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Seek/get with headers in Xbrowse
Replies: 4
Views: 740

Re: Connect to MySql db

... if not required  Sorry , it is only FW1404 Have i to use unicode driver or not ? What is the difference ? It seems not the be default . Wright ? I suppose that to change this behaviour i have to use myodbc driver again ? How ? I noticed that in the list generated with myodbc-installer -d -l also ...
by Franklin Demont
Mon Nov 14, 2016 11:29 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Connect to MySql db
Replies: 14
Views: 4130

ADO : doesn't work anymore

... read) Also when i try to use older versions from fivedbu i get this error. The most recent doesn't generate a error but doesn't changed the data I suppose something has changed in the environnement , but i have no idea to restore it. Is there a key in regedit ? Maybe a download ? Frank
by Franklin Demont
Sun Nov 06, 2016 9:23 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: ADO : doesn't work anymore
Replies: 2
Views: 690

Distributing an app

... use this version of the program Plantenkennis.app with this version of OS X. U have OS X 10.11.6. The program needs OS X 10.12 or higher." I suppose i must do something with my app so I can distribute it. What is needed? René
by plantenkennis
Tue Nov 01, 2016 9:58 pm
 
Forum: FiveMac / FivePhone (iPhone, iPad)
Topic: Distributing an app
Replies: 8
Views: 2764

Re: Adoordd , xbrowse

... After creating browse and oBrw:CreateFromCode() oRs:Fields("Married"):Value := 0 trace(oRs:Fields("Married"):Value) // Error I suppose AdoRdd isn't the guilty , maybe FWH1404 Frank
by Franklin Demont
Tue Nov 01, 2016 11:24 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Adoordd , xbrowse
Replies: 9
Views: 2335

Re: ADO : Building columns , NULL ... DEFAULT

Rao ,

ADO has not the possibility to retrieve the Default value ? Wright ?

It is not difficult to build DBU , writing the Default values in an ini-file when the table is created with DBU.

But opening an ADO file , created outside DBU , the default value can't be retrieved (i suppose)

Frank
by Franklin Demont
Thu Sep 22, 2016 3:39 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: ADO : Building columns , NULL ... DEFAULT
Replies: 7
Views: 1480

Re: Convert DOS application(s) to Harbour <== LIB compatibility

... find out after stripping print ... The Lfn lib ( http://www.ousob.com/ng/lfnlib/ng1a2d0.php ) is linked, but it doesn't work. I suppose there will be a similar function(s) which could do the same within Harbour? So probably the worst case I am looking at is rebuilding all the ...
by elrosa
Tue Aug 02, 2016 10:40 am
 
Forum: FiveWin for CA-Clipper
Topic: Convert DOS application(s) to Harbour <== LIB compatibility
Replies: 42
Views: 19610

Re: FWH Setup and hardware issues

I will look into the free Local ADS. I suppose there are several companies for this kind of software. Witch do you use ? Normal dbf with cdx will be my choise, since I see the old code I have (16 bit clipper) with many TSbrowse6 (some time ago). ...
by Marc Venken
Wed Jun 22, 2016 11:27 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: FWH Setup and hardware issues
Replies: 6
Views: 1610

OT: It's getting harder !

... 2015 ? Frankly, it can be a combination of these, and it's just plain getting harder to figure out what is happening, why, and how to fix it. I suppose that is the challenge of being a programmer, but now we have so much more to tackle, so many more variables, and everything is changing so fast ...
by TimStone
Sun Jun 12, 2016 6:32 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: OT: It's getting harder !
Replies: 2
Views: 655
PreviousNext

Return to advanced search