Weet iemand hoe ik een zoekscherm direct kan laten zoeken
Ik heb een em_klantnaam
Als ik daar intik bv de letter A dan wil ik heb direct het volgende script laten uitvoeren
ls_klantnaam=string(em_klantnaam.text) + "%"
dw_zoekopnaam.retrieve(ls_klantnaam)
en daarmee laat die alle klanten...
hello
is there a way of getting control of the colorlines in a graph when I make a datawindowd 'graph' on a stored procedure
I have a lines now, (red and green) but the green is very ahrd to see.
Is there a way to get control of the green line and give it an other color ?
happy to here about it
is there a way to check if a router is online . I want something like:
li_ipcheck = ping 172.316.10.251
IF li_ipcheck > 0 then
messagebox("ok","ok")
else
messagebox("not oke","not oke")
END IF
Any help will do
Thnaks
I always use this
IF KeyDown(Keyenter!) THEN
. . . // Statements for the F1 key
ELSEIF KeyDown(KeyControl!) THEN
. . . // Statements for the CTRL key
END IF
Hello
Hopefully someone can help me
Is it possible to convert a formula as a string to an integer.
For example
ls_formula = "(1000-800)/20"
as a result i want li_result=10
But the formula will change evrytime when I run a new querie so the next time it could be something like...
Sorry, this is a bit more clear
string ls_colx
// Get x location of example column
ls_colx = dw_data.Object.example.x
// Set the position of the horizontal split scroll point.
dw_data.Object.datawindow.horizontalscrollsplit = ls_colx
Try this
It's a sort of split screen
string ls_colx
// Get x location of emp_fname column
ls_colx = dw_data.Object.s01_voercode_t.x
// Set the position of the horizontal split scroll point.
dw_data.Object.datawindow.horizontalscrollsplit = ls_colx
HEllo
I want to using paradox tables in Powerduiler.
I made a connection profile. Connections is sucfully but If i wnat to open a table in the database painter it says :table 'x' has no collums, possible invalid file format
Anybody got an idee
cheers
Hello
Perfect that's exactly that a mean.
I will try it right away.
Thanks for your quick reply.
(gaat lukken in engels, dan hebben de andere er ook nog iets aan :-) )
hello
i'm struggeling with the follwing problem
I have a window with a print button.
after I press the print button, I want a popup where i can fill in the number of prints. after closing i want to close the popup and print dw_data the number of times i choose in the popup
what i have so far
I...
Hi
Yes but that just just add a black space to the clibbord and will nog reset the whole clibboard.
can't be that hard, but I just need to find the solution :-)
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.