Search found 114 matches: dim

Return to advanced search

Re: Excell to xbrowse ?

If I understood the question correctly dim:=oExc:Sheets(1):Range("A1:H100"):value Then insert the dim array into the xBrowse Thank you very much for your reply, Natter. I guess I didn't explain my problem. I have a ...
by Horizon
Mon Nov 20, 2023 5:50 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Excell to xbrowse ?
Replies: 5
Views: 388

Re: Excell to xbrowse ?

If I understood the question correctly
Code: Select all  Expand view
dim:=oExc:Sheets(1):Range("A1:H100"):value


Then insert the dim array into the xBrowse
by Natter
Mon Nov 20, 2023 4:12 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Excell to xbrowse ?
Replies: 5
Views: 388

Re: Small Question about Word and FWH

... and exposing APIs. Public Const WM_COPYDATA As Integer = &H4A Private Sub CheckJWordDocumentState() ' Find the handle of Application 1 Dim hWnd As IntPtr = FindWindow(Nothing, "Application 1 Window Title") ' Replace "Application 1 Window Title" with the actual title ...
by Antonio Linares
Mon Jul 17, 2023 9:38 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Small Question about Word and FWH
Replies: 29
Views: 1118

Webservice de .NET a Fivewin

... Tipo de Servidor Homologacion / Produccion ''nIdTran= Nro de Transaccion ''sTipoVal= Autorizacion Consulta etc. ''sRootSwitch= Imed o Farmalink Dim dDoc As New XmlDocument() Dim dDocXmlLectura As New XmlDocument Dim url As String Dim sPathTmp As String Dim fsSoap As StreamWriter Dim buscarRespuestaError ...
by mterraz
Wed Jul 12, 2023 4:37 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Webservice de .NET a Fivewin
Replies: 2
Views: 542

Re: New FWH 23.04

... is that Xbrowse is needed because I can't split it (not enough knowledge) If you could assist that the complex Json string can go to a multi dim array, I would be able to build the needed dbf's.
by Marc Venken
Thu May 04, 2023 3:11 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: New FWH 23.04
Replies: 13
Views: 790

Re: Save Multi-TAB to "re-build"

... which also need to "fill" Grid after Create() your Sample show how "Static" Item can be used at ON INIT but i can have n-Dim Items --- as i want to "save" last Session i ask which is the best Way to "load" it again at Start. CONFIG.INI Pro : can be ...
by Jimmy
Tue Dec 27, 2022 10:15 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Save Multi-TAB to "re-build"
Replies: 7
Views: 519

Re: Save Multi-TAB to "re-build"

... before exit App but how to use [TAB1] , [TAB2] ... no Idea how to use it --- in my Sample it is for Left and Right but i can open n-Dim on Right while have only 1 x Left ... so i need a new Concept how to "save" and "restore" TAB ( TFolder() )
by Jimmy
Tue Dec 27, 2022 7:50 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Save Multi-TAB to "re-build"
Replies: 7
Views: 519

Re: Child OF oWnd

... MsgInfo( oControl:isDerivedFrom( "TWINDOW" ) ) that help me very much :D --- when using FWLOG i "just" got 1-DIM Array which Controls oMain:aControls = {TSAY,TCOMBOBOX,TFOLDER,TCOMBOBOX,TFOLDER,TSPLITTER,TBUTTON, ... } but when look at each Control there are ...
by Jimmy
Thu Nov 10, 2022 5:44 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Child OF oWnd
Replies: 7
Views: 342

Re: xHarbour to Harbour

Override Method MouseWheel In Class TXBrowse With XBr_MWhl
Override Method Copy In Class TGet With Cpy_

here - METHOD error
................................................................

atail(a_sp[len(a_sp),2]):=aclone(Str_Arr(dim[st,2,zz], chr(166)))

here - () error
by Natter
Fri May 27, 2022 1:11 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: xHarbour to Harbour
Replies: 21
Views: 1186

Re: Clase Nativa MySql

... de inserción, actualización, etc., indicando las filas afectadas c) Si el resultado es un conjunto de resultados, se devuelve como matriz Multi-Dim Como recomienda que debería ser el proceso indicado?
by cmsoft
Wed Mar 16, 2022 11:42 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Clase Nativa MySql
Replies: 18
Views: 1728

Re: Procedimientos Almacenados (Store Procedure) Error

... returns an array, not a cursor data.... oProd := oCn:Execute( "CALL proc001" ) // return array For now, glad this works. This is a multi-dim array of the same data. Check xbrowse oProd and make sure. Immediately after that, run aStruct := oCn:Execute()   again without any parameters. ...
by nageswaragunupudi
Sun Feb 13, 2022 8:51 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Procedimientos Almacenados (Store Procedure) Error
Replies: 8
Views: 1048

Re: Copy File Name

dim:=directory(MyFolder+"\*.*")
by Natter
Fri Jan 21, 2022 5:03 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Copy File Name
Replies: 21
Views: 947

Re: Copying a file

Dim GetShortFileName As StringDim ShortFileName As StringPrivate Declare Function GetShortPathName Lib "kernel32" Alias "GetShortPathNameA" (ByVal longPath As String, ByVal shortPath As String, ByVal shortBufferSize ...
by Natter
Thu Sep 02, 2021 7:32 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Copying a file
Replies: 17
Views: 1155

Re: CUMPLIENDO IMPRESORA FISCAL BEMATECH

... "')" End If mysql(sql Grabo igualmente la alicuota Private Sub btoAplica_Click(sender As Object, e As EventArgs) Handles btoAplica.Click Dim SituacionTributaria As Object If Option1.Checked = True Then SituacionTributaria = "0" Else SituacionTributaria = "1" End If ...
by cujarjose
Sat Jun 05, 2021 3:03 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: CUMPLIENDO IMPRESORA FISCAL BEMATECH
Replies: 13
Views: 4495

Re: QueryResult 1 row and many rows different array type

Please use oCn:Execute( <yourquery> ) to get multi-dim array not oCn:QueryResult() whose purpose is dfferent.
by nageswaragunupudi
Sun Mar 28, 2021 3:33 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: QueryResult 1 row and many rows different array type
Replies: 1
Views: 380
Next

Return to advanced search