Search found 454 matches: initial

Return to advanced search

Re: Procedimiento almacenado adolib

... Connect_Sql(_Cnx_,_Usu_,_Cla_) Local _Cadena_,_Lg_:=.T. _Cadena_:='Provider=sqloledb;Data Source=168.1.0.80;'+ ; 'Network Library=DBMSSOCN;'+ ; 'Initial Catalog=BD_PRUEBA;User Id='+_Usu_+ ; ';Password='+_Cla_+';' _Cnx_:=Toleauto():New("ADODB.Connection") _Cnx_:Open(_Cadena_) Return(_Lg_) ...
by jacgsoft
Mon Oct 03, 2022 9:56 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Procedimiento almacenado adolib
Replies: 1
Views: 360

Google Maps + Ativex dejó de funcionar?

... outro navegador. Saiba mais Dispensar TEST.HTML <!DOCTYPE html> <html> <head> <meta name="viewport" content="initial-scale=1.0, user-scalable=no"> <meta charset="utf-8"> <title>Geocoding service</title> <style> html, ...
by MGA
Fri May 06, 2022 8:48 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Google Maps + Ativex dejó de funcionar?
Replies: 1
Views: 263

Re: 3 state btnbmp

... If you press the button "go" you can see two array one with the number 1 and one with the same number 1 Now I wish return to Initial state the color must be DARKCYAN and the cargo .f., .f. how I can do ? #include "fivewin.ch"#define DARKORANGE2  nRGB( 247, ...
by Silvio.Falconi
Thu Mar 24, 2022 12:39 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: 3 state btnbmp
Replies: 9
Views: 630

Re: Advantage Database Server

... to my clients. It is not about those who are running ADS now and will not need to expand. It's about those who need to spend money now to buy an initial license, or to expand a license. Is it fair to sell them something that could timeout in a year or two ? Tim
by dutch
Thu Jan 20, 2022 8:49 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Advantage Database Server
Replies: 32
Views: 3702

Re: Advantage Database Server

... to my clients. It is not about those who are running ADS now and will not need to expand. It's about those who need to spend money now to buy an initial license, or to expand a license. Is it fair to sell them something that could timeout in a year or two ? Tim
by TimStone
Wed Jan 19, 2022 7:31 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Advantage Database Server
Replies: 32
Views: 3702

Re: System info, Tips & Tricks, scharing project info

... My count of Indexes are growing. For products now, there are 14. Several off them are only used in a update routine, but since they are in the initial cdx, they will be active all the time. Is it adviced that we only make a index for the CDX for main Tags like, code, name, firstname and for ...
by James Bott
Sat Jan 15, 2022 10:03 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: System info, Tips & Tricks, scharing project info
Replies: 20
Views: 1474

Re: System info, Tips & Tricks, scharing project info

My count of Indexes are growing. For products now, there are 14. Several off them are only used in a update routine, but since they are in the initial cdx, they will be active all the time. Is it adviced that we only make a index for the CDX for main Tags like, code, name, firstname and for all ...
by Marc Venken
Sat Jan 15, 2022 4:16 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: System info, Tips & Tricks, scharing project info
Replies: 20
Views: 1474

Re: Xbrowse Builder having a strange error (RESOLVED)

Mark, in your initial code: .../...    StyleBrowse(oBrw, aBrwGet, aBrwEdit ,cData )  // while give the browse the style we want   oBrw:CreateFromCode().../...  try with .../...  ...
by cnavarro
Thu Jan 06, 2022 7:56 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Xbrowse Builder having a strange error (SOLVED)
Replies: 27
Views: 1518

Re: Manupulate PDF via Acrobat PRO DC

ok.
Then the initial generation will work, and afterwards we will add a bookmark consecutively with the names that lead to each sheet of pdf file, from array namers.
by mastintin
Fri Dec 24, 2021 9:02 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Manupulate PDF via Acrobat PRO DC
Replies: 23
Views: 3705

Problem with Ximage RESOLVED

... the image with second button the border of the image must also include the underlying get, when I load from first button an image I restore the initial dimensions the problem is that it doesn't refresh below the oldest border testsample #include "fivewin.ch"Function test()local ...
by Silvio.Falconi
Mon Nov 29, 2021 1:05 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Problem with Ximage RESOLVED
Replies: 1
Views: 374

strange move Folder - Dialog

... others the information is more than the others the problem is that when I press a tab the dialog moves up each time i.e. it does not remain in the initial coordinates i.e. the dialog must always be in one point only the height must change according to the folder tab that is pressed the sample code ...
by Silvio.Falconi
Mon Nov 22, 2021 12:48 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: strange move Folder - Dialog
Replies: 5
Views: 521

Re: New TprogressWheel

... this works fine, I think this example is enough to understand how the class works Nages, I only answered the guy who asked us where was that initial test I took in 2019 Marc, this is With xbrowse https://i.postimg.cc/NMLwp3Yn/k.png perhaps you mean a wheel inside on row of ...
by Silvio.Falconi
Fri Jul 02, 2021 11:41 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: New TprogressWheel
Replies: 72
Views: 9539

Xbrowse - Select sort indexes

I open a database object of all workorders. I set the initial index to only those which are still open ( active ). I use the account number field. Now my clients want to have the ability to select another column. Here is the code for the initial display: ...
by TimStone
Wed May 12, 2021 12:40 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Xbrowse - Select sort indexes
Replies: 9
Views: 980

Re: Make para BCC10

... contains a configuration file with default values that should work on your system. cpp32c This is a C++ preprocessor. It allows you to see the initial operations performed on C or C++ files before they are compiled, ie expansion of #includes and processing of #defines. See http://docwiki.embarcadero.com/RADStudio/Berlin/en/CPP32.EXE,_the_C_Compiler_P ...
by cnavarro
Sun Mar 28, 2021 5:24 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Make para BCC10
Replies: 7
Views: 1121

Re: Rowset failure

Hello Rao You are right, so is there any possibility of capturing the message and treating it my way? For example how do I make the initial connection using:     oServer := MARIA_CONNECT( cServer, cDBName, cUser, cPassword, .F. )        IF oServer == ...
by ctoas
Thu Mar 18, 2021 2:32 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Rowset failure
Replies: 2
Views: 499
PreviousNext

Return to advanced search