Search found 78 matches: segment

Return to advanced search

Validate JSON value

Hello,

Sorry about all the JSON questions. How do I check to see if a JSON segment exists?

For example, I want to know if there is a value for:

hCall[ "facility" ][ "UNLocationCode" ]

Thank you,
by cdmmaui
Thu Dec 08, 2022 2:19 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Validate JSON value
Replies: 2
Views: 228

Re: mod_harbour com firebird

... for text blobs (subtype 1). Improve Insert and Update commands using DSQL. Implements to do: FBOpenBlob( blob_id ) FBReadBlob( blob_id, string, segment_size ) FBCreateBlob() FBPutBlob( blob_id, string, segment_size ) FBCloseBlob( blob_id ) BUGS: Fix a few segment faults. I Need some help to ...
by Antonio Linares
Sat Nov 19, 2022 9:32 am
 
Forum: mod_harbour
Topic: mod_harbour com firebird
Replies: 1
Views: 355

Re: FW Preview user style

... as spaghetti code. Maybe if some went along with the "Spaghetti Code" attempt, we'd have more help from the "application developer segment" and visually, a preview that matches WINDOWS 11. Best regards, Otto
by Otto
Sun May 08, 2022 8:01 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: FW Preview user style
Replies: 24
Views: 1534

volviendo a 16bits con Fivewin, Clipper y Blinker

... 'Clipper for Windows library' exetype Windows 3.1 data preload moveable code preload moveable nondiscardable stacksize 8500 heapsize 2048 segment 'PLANKTON_TEXT' nondiscardable segment 'EXTEND_TEXT' nondiscardable segment 'OM_TEXT' nondiscardable segment 'OSMEM_TEXT' nondiscardable segment ...
by Armando Picon
Tue Jun 23, 2020 3:52 am
 
Forum: FiveWin for CA-Clipper
Topic: volviendo a 16bits con Fivewin, Clipper y Blinker
Replies: 1
Views: 8465

MaskRegion()

...  NEXT   // call windows to create the region   SetWindowRgn( hWnd, hRgn, 1 )RETURN NIL it does not crash ... but Result display wrong 7-Segment Area while there is MaskRegion() in FiveWin i like to ask if somebody have a Sample. :?: here my Region data STATIC FUNCTION LoadMask()LOCAL ...
by Jimmy
Thu Dec 19, 2019 2:45 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: MaskRegion()
Replies: 11
Views: 1383

Re: communicating via shared memory

... Writes a byte to memory POKEWORD() Writes a 16-bit word to memory PPCBUFTYP() Determines the communication buffer type ? PEEKBYTE(1000, 2000) // Segment 1000d, Offset 2000d The AT BIOS copyright is found at the F000:0h address. Therefore, each byte is repeated and CharOdd() is used to display ...
by Otto
Wed Sep 11, 2019 4:07 pm
 
Forum: mod_harbour
Topic: communicating via shared memory
Replies: 7
Views: 1048

Re: xBase now unstable, slow, error Status_Lock_Not_Granted

... Protocol, Src Port: 50004, Dst Port: 445, Seq: 14081476, Ack: 7322407, Len: 75 Source Port: 50004 Destination Port: 445 [Stream index: 0] [TCP Segment Len: 75] Sequence number: 14081476 (relative sequence number) [Next sequence number: 14081551 (relative sequence number)] Acknowledgment number: ...
by José
Mon Jan 21, 2019 3:50 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: xBase now unstable, slow, error Status_Lock_Not_Granted
Replies: 15
Views: 3922

Re: xbase ahora inestable, lenta, error Status_Lock_Not_Granted

... Protocol, Src Port: 50004, Dst Port: 445, Seq: 14081476, Ack: 7322407, Len: 75 Source Port: 50004 Destination Port: 445 [Stream index: 0] [TCP Segment Len: 75] Sequence number: 14081476 (relative sequence number) [Next sequence number: 14081551 (relative sequence number)] Acknowledgment number: ...
by José
Mon Jan 21, 2019 3:37 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: xbase ahora inestable, lenta, error Status_Lock_Not_Granted
Replies: 16
Views: 3652

Macro

... Some systems will have the data a little different: <STARTDATE>10/10/2017 11:49AM</STARTDATE> So both date and time are in the same segment. So I was thinking, in my config file I could have a memo field for each item that would allow me to have code so I can strip out the date and ...
by Jeff Barnes
Fri Nov 17, 2017 1:41 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Macro
Replies: 2
Views: 609

to Enrico

Hi Enricco I hope you can help me ... I Updated the March 2017 version of SQLRDD which has a lib for BCC 7.2 and xHarbour 1.2.3 build 20170312 However, it requires some additional libraries that I can not get that the executable is generated correctly, I attach the list of errors generated by the bu...
by devtuxtla
Wed Jul 26, 2017 5:23 pm
 
Forum: All products support
Topic: to Enrico
Replies: 3
Views: 1058

Final conversion 16 bit to FWH

... Maveco.exe description 'Facturatie MAVECO' exetype Windows code preload moveable discardable data preload moveable stacksize 14000 heapsize 12000 segment 'PLANKTON_TEXT' nondiscardable segment 'EXTEND_TEXT' nondiscardable segment 'OM_TEXT' nondiscardable segment 'OSMEM_TEXT' nondiscardable segment ...
by Marc Venken
Thu Jul 06, 2017 1:58 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Final conversion 16 bit to FWH
Replies: 26
Views: 5023

Re: Interfacing with Dicom sistems

... separator characters are also known as the message delimiters or special encoding characters. The following are the HL7 recommended values: (x0D) Segment separator | Field separator, aka pipe ^ Component separator, aka hat & Sub-component separator ~ Field repeat separator \ Escape character ...
by xProgrammer
Tue May 02, 2017 9:53 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Interfacing with Dicom sistems
Replies: 41
Views: 11733

Re: Interfacing with Dicom sistems

... of them. I'll try to find that code. It's actually a very simple process for any given message type. You call HB_ATokens() to split the message segments on Chr(13). Then you split each segment into fields using HB_ATokens on "|". For some fields which can contain multiple values, or ...
by xProgrammer
Tue May 02, 2017 9:40 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Interfacing with Dicom sistems
Replies: 41
Views: 11733

Re: Folder SAY background-color is still missing ?

Antonio, I tested as you asked. Please consider this: The implemented code ( A segment of it ):     // Define the workorder button bar    REDEFINE BUTTONBAR oBar1 ID 101 SIZE 60,60 OF oWdlg1 2015            oBar1:bClrGrad := aPubGrad    DEFINE BUTTON oBtn11 OF ...
by TimStone
Sat Jan 14, 2017 9:51 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Folder SAY background-color is still missing ?
Replies: 24
Views: 6761

Re: 15.10 Browse problem

... = DATE( ), "< TODAY >",IIF( oOrders:duedat < DATE( ),"Overdue" ," " )) ; ALIGN CENTER SIZE 150 In this segment, a string value is placed in the cells of a column based on the value of duedate. I tried using oLbx:aCols[10] := IIF( .... ) but that led to ...
by TimStone
Fri Jan 08, 2016 12:18 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: 15.10 Browse problem
Replies: 27
Views: 8393
Next

Return to advanced search